Skip to content

Commit a156d03

Browse files
Add integration kissmetrics This commit copies the content of the integration repo into the "integrations" folder. Original repo: https://github.com/segment-integrations/analytics.js-integration-kissmetrics Readme: https://github.com/segment-integrations/analytics.js-integration-kissmetrics/blob/master/README.md
1 parent b3dcc4d commit a156d03

File tree

6 files changed

+976
-0
lines changed

6 files changed

+976
-0
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
2+
2.1.1 / 2016-09-06
3+
==================
4+
5+
* Send products and revenue properly
6+
* Discard undefined values
7+
8+
2.1.0 / 2016-07-12
9+
==================
10+
11+
* Update Karma to 1.1.0
12+
* Add an additional test case
13+
* Use the provided page URL and referrer
14+
* Eagerly load without assuming pageview
15+
* Preserve _kmq if already defined
16+
17+
2.0.0 / 2016-06-21
18+
==================
19+
20+
* Remove Duo compatibility
21+
* Add CI setup (coverage, linting, cross-browser compatibility, etc.)
22+
* Update eslint configuration
23+
24+
1.0.9 / 2016-05-07
25+
==================
26+
27+
* Bump Analytics.js core, tester, integration to use Facade 2.x
28+
29+
1.0.8 / 2016-02-10
30+
==================
31+
32+
* Update Group Method
33+
34+
1.0.7 / 2015-11-03
35+
==================
36+
37+
* modify code to remain compatible with ie8
38+
39+
1.0.6 / 2015-10-29
40+
==================
41+
42+
* flatten nested obj
43+
44+
1.0.5 / 2015-10-29
45+
==================
46+
47+
* Map Group call in KISSMetrics
48+
49+
1.0.4 / 2015-10-29
50+
==================
51+
52+
* Send revenue alongside billing amount
53+
* Respect prefix setting
54+
* Update KISSMetrics page call
55+
* Use .timestamp instead of custom timestamping
56+
* Fix borked tests
57+
58+
1.0.3 / 2015-06-30
59+
==================
60+
61+
* Replace analytics.js dependency with analytics.js-core
62+
63+
1.0.2 / 2015-06-24
64+
==================
65+
66+
* Bump analytics.js-integration version
67+
68+
1.0.1 / 2015-06-24
69+
==================
70+
71+
* Bump analytics.js-integration version
72+
73+
1.0.0 / 2015-06-09
74+
==================
75+
76+
* Initial commit :sparkles:

integrations/kissmetrics/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# analytics.js-integration-kissmetrics [![Build Status][ci-badge]][ci-link]
2+
3+
Kissmetrics integration for [Analytics.js][].
4+
5+
## License
6+
7+
Released under the [MIT license](LICENSE).
8+
9+
10+
[Analytics.js]: https://segment.com/docs/libraries/analytics.js/
11+
[ci-link]: https://circleci.com/gh/segment-integrations/analytics.js-integration-kissmetrics
12+
[ci-badge]: https://circleci.com/gh/segment-integrations/analytics.js-integration-kissmetrics.svg?style=svg

0 commit comments

Comments
 (0)