Skip to content

Commit 215ab06

Browse files
authored
Add integration amplitude (#61)
This commit copies the content of the integration repo into the "integrations" folder. Original repo: https://github.com/segment-integrations/analytics.js-integration-amplitude Readme: https://github.com/segment-integrations/analytics.js-integration-amplitude/blob/master/README.md
1 parent 7e0f638 commit 215ab06

File tree

6 files changed

+1069
-0
lines changed

6 files changed

+1069
-0
lines changed

integrations/amplitude/HISTORY.md

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
2.8.0 / 2018-04-04
2+
==================
3+
4+
* Update SDK version to 4.1.1
5+
6+
2.7.0 / 2018-02-12
7+
==================
8+
9+
* anonymousID-as-deviceID + group{Type, Value}Trait support (#38)
10+
11+
2.6.0 / 2017-09-18
12+
==================
13+
14+
* Update Amplitude to 3.7.0
15+
16+
2.5.0 / 2017-08-30
17+
==================
18+
19+
* Improve revenue tracking from Order Completed events.
20+
21+
2.4.0 / 2017-05-17
22+
==================
23+
24+
* Patch potential duplicate track event issue when using Groups functionality.
25+
26+
2.4.0 / 2017-05-17
27+
==================
28+
29+
* Add support for Amplitude's `group` functionality to both identify and track events
30+
31+
2.3.0 / 2017-04-11
32+
==================
33+
34+
* Allow mapping query params from context.page.search to a custom user/event property
35+
36+
2.2.0 / 2016-11-15
37+
==================
38+
39+
* Update Amplitude v3.4.0 with support for forceHttps, trackGclid, saveParamsReferrerOncePerSession, deviceIdFromUrlParam options.
40+
41+
2.1.1 / 2016-08-08
42+
==================
43+
44+
* Only send revenue event if revenue is being tracked
45+
46+
2.1.0 / 2016-07-21
47+
==================
48+
49+
* update amplitude v3.0.2 with support for logrevenueV2 option
50+
* Update Karma to 1.1.0
51+
52+
2.0.0 / 2016-06-21
53+
==================
54+
55+
* Remove Duo compatibility
56+
* Add CI setup (coverage, linting, cross-browser compatibility, etc.)
57+
* Update eslint configuration
58+
59+
1.0.16 / 2016-05-07
60+
==================
61+
62+
* Bump Analytics.js core, tester, integration to use Facade 2.x
63+
64+
1.0.15 / 2016-05-02
65+
===================
66+
67+
* correctly set options
68+
69+
1.0.14 / 2016-03-16
70+
===================
71+
72+
* Update Amplitude v2.9.1
73+
* Fix bug where saveReferrer throws exception if sessionStorage is disabled.
74+
* Log messages with a try/catch to support IE 8.
75+
* Validate event properties during logEvent and initialization before sending request.
76+
* Add instructions for proper integration with RequireJS.
77+
78+
1.0.13 / 2016-02-11
79+
===================
80+
81+
* Updating Amplitude SDK v2.9.0
82+
83+
1.0.12 / 2016-01-11
84+
===================
85+
86+
* Merge pull request #11 from amplitude/fix-runqueuedfunctions
87+
* Only runQueuedFunctions after SDK loads
88+
1.0.11 / 2015-12-04
89+
===================
90+
91+
* updating Amplitude SDK v2.7.0
92+
93+
1.0.10 / 2015-11-07
94+
===================
95+
96+
* updating Amplitude SDK v2.6.1
97+
98+
1.0.9 / 2015-11-03
99+
==================
100+
101+
* updating amplitude SDK v2.6.0
102+
103+
1.0.8 / 2015-10-21
104+
==================
105+
106+
* updating Amplitude SDK to v2.5.0
107+
108+
1.0.7 / 2015-09-23
109+
==================
110+
111+
* Update Amplitude javascript sdk to v2.4.1
112+
113+
1.0.6 / 2015-09-23
114+
==================
115+
116+
* Update Amplitude javascript sdk to v2.3.0
117+
118+
1.0.5 / 2015-08-26
119+
==================
120+
121+
* Update Amplitude version to 2.2.1
122+
123+
1.0.4 / 2015-06-30
124+
==================
125+
126+
* Replace analytics.js dependency with analytics.js-core
127+
128+
1.0.3 / 2015-06-30
129+
==================
130+
131+
* Replace analytics.js dependency with analytics.js-core
132+
133+
1.0.2 / 2015-06-24
134+
==================
135+
136+
* Bump analytics.js-integration version
137+
138+
1.0.1 / 2015-06-24
139+
==================
140+
141+
* Bump analytics.js-integration version
142+
143+
1.0.0 / 2015-06-09
144+
==================
145+
146+
* Initial commit :sparkles:

integrations/amplitude/README.md

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

0 commit comments

Comments
 (0)