Skip to content

Commit 9753aca

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

File tree

6 files changed

+1188
-0
lines changed

6 files changed

+1188
-0
lines changed

integrations/mixpanel/HISTORY.md

+117
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
3.0.1 / 2018-07-18
2+
==================
3+
* Supports mapping to settings.sourceName on `track` and `page` calls (#32)
4+
* Fix flaky tests (#31)
5+
6+
3.0.0 / 2017-10-19
7+
==================
8+
9+
* Parity rewrite (#29)
10+
* Bump a.js-int-tester version to ^3.1.0 (#28)
11+
* Pin karma, karma-mocha dev dependencies (#27)
12+
13+
2.2.0 / 2016-08-16
14+
==================
15+
16+
* update snippet
17+
18+
2.1.0 / 2016-08-12
19+
==================
20+
21+
* tag mp_lib with Segment: web
22+
23+
2.0.0 / 2016-06-21
24+
==================
25+
26+
* Remove Duo compatibility
27+
* Add CI setup (coverage, linting, cross-browser compatibility, etc.)
28+
* Update eslint configuration
29+
30+
31+
1.5.0 / 2016-05-12
32+
==================
33+
34+
* Update Page Call Logic with consolidatedPageCalls setting
35+
36+
1.4.2 / 2016-05-07
37+
==================
38+
39+
* Bump Analytics.js core, tester, integration to use Facade 2.x
40+
41+
1.4.1 / 2016-02-03
42+
==================
43+
44+
* fix multiple page call issue
45+
46+
1.4.0 / 2015-12-09
47+
==================
48+
49+
* add persistence config
50+
51+
1.3.2 / 2015-11-03
52+
==================
53+
54+
* make mixpanel es5 friendly
55+
* Dont set peopleProperties in track calls.
56+
57+
1.3.1 / 2015-10-29
58+
==================
59+
60+
* Dont set peopleProperties in track calls. Dont map special traits in track, people should use identify instead.
61+
62+
1.3.0 / 2015-10-27
63+
==================
64+
65+
66+
67+
1.3.0 / 2015-10-27
68+
==================
69+
70+
* refactor super people props
71+
72+
1.2.1 / 2015-09-08
73+
==================
74+
75+
* adding check for no Mixpanel.superProperties object closes #11
76+
77+
1.2.0 / 2015-09-08
78+
==================
79+
80+
* Allow explicit declaration of people/super properties ([More Info](https://github.com/segment-integrations/analytics.js-integration-mixpanel/pull/10))
81+
* stub every possible mixpanel method
82+
83+
1.1.0 / 2015-08-25
84+
==================
85+
86+
* Merge pull request #6 from segment-integrations/people-super-properties
87+
* added enhancedTrack support
88+
89+
1.0.5 / 2015-08-05
90+
==================
91+
92+
* Send arrays through to Mixpanel
93+
94+
1.0.4 / 2015-06-30
95+
==================
96+
97+
* Replace analytics.js dependency with analytics.js-core
98+
99+
1.0.3 / 2015-06-24
100+
==================
101+
102+
* Bump analytics.js-integration version
103+
104+
1.0.2 / 2015-06-24
105+
==================
106+
107+
* Bump analytics.js-integration version
108+
109+
1.0.1 / 2015-06-10
110+
==================
111+
112+
* Bump dependency versions
113+
114+
1.0.0 / 2015-06-09
115+
==================
116+
117+
* Initial commit :sparkles:

integrations/mixpanel/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# analytics.js-integration-mixpanel [![Build Status][ci-badge]][ci-link]
2+
3+
Mixpanel 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-mixpanel
12+
[ci-badge]: https://circleci.com/gh/segment-integrations/analytics.js-integration-mixpanel.svg?style=svg

0 commit comments

Comments
 (0)