Skip to content

Commit 8654530

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

File tree

6 files changed

+1823
-0
lines changed

6 files changed

+1823
-0
lines changed

integrations/optimizely/HISTORY.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
2+
3.4.1 / 2018-04-05
3+
==================
4+
5+
* also strip colon in event name for full stack (#42)
6+
3.4.0 / 2018-03-13
7+
==================
8+
9+
* Replace colons in event names with underscores (#41)
10+
11+
3.3.2 / 2017-11-15
12+
==================
13+
14+
* Add 'isInCampaignHoldback' property to track calls
15+
16+
3.3.1 / 2017-04-17
17+
==================
18+
19+
* Tag for new release.
20+
21+
3.3.0 / 2017-04-17
22+
==================
23+
24+
* Adds option `onlySendRevenueOnOrderCompleted` to send revenue only on `Order Completed` events, which will default to `true` for new users
25+
26+
3.2.1 / 2017-03-23
27+
==================
28+
29+
* Round revenue values to nearest integer
30+
31+
3.2.0 / 2017-03-16
32+
==================
33+
34+
* Include event tags property in the Optimizely X Fullstack track call as defined by track.properties()
35+
* Use user traits as user attributes instead of event properties
36+
37+
3.1.1 / 2017-01-17
38+
==================
39+
40+
* Update Web track call to use Optimizely X new-style API call (works with Classic and X)
41+
* Include tags property in Web track call as defined by track.properties()
42+
43+
3.1.0 / 2016-12-05
44+
==================
45+
46+
* Add integration for FullStack Javascript SDK for track calls
47+
48+
3.0.4 / 2016-10-05
49+
==================
50+
51+
* Minor bug fix
52+
53+
3.0.3 / 2016-10-05
54+
==================
55+
56+
* Refactor code
57+
58+
3.0.2 / 2016-10-05
59+
==================
60+
61+
* Fix Section Names and Ids
62+
63+
3.0.1 / 2016-09-30
64+
==================
65+
66+
* Fix logic to correctly track redirect experiments
67+
68+
3.0.0 / 2016-09-29
69+
==================
70+
71+
* Support Classic, X, and Both versions of Optimizely
72+
* Support sending all types of activations (conditional, manual, immediate) to Segment
73+
74+
2.0.0 / 2016-06-21
75+
==================
76+
77+
* Remove Duo compatibility
78+
* Add CI setup (coverage, linting, cross-browser compatibility, etc.)
79+
* Update eslint configuration
80+
81+
1.1.9 / 2016-05-07
82+
==================
83+
84+
* Bump Analytics.js core, tester, integration to use Facade 2.x
85+
86+
1.1.8 / 2016-04-19
87+
==================
88+
89+
* Remove value and total tests
90+
* Remove mapping of value to revenue
91+
92+
1.1.7 / 2016-04-08
93+
==================
94+
95+
* Improve tests and fix integration flag bug
96+
97+
1.1.6 / 2016-03-31
98+
==================
99+
100+
* Implementing a method to track integration usage
101+
102+
1.1.5 / 2016-03-23
103+
==================
104+
105+
* Removed ID call
106+
107+
1.1.4 / 2016-02-24
108+
==================
109+
110+
* fix undefined bug
111+
112+
1.1.3 / 2016-02-23
113+
==================
114+
115+
* support manual/custom activations aka redirect exp
116+
117+
1.1.2 / 2015-10-21
118+
==================
119+
120+
* Send userId to Optimizely
121+
122+
1.1.1 / 2015-10-13
123+
==================
124+
125+
* adding support for multivariate experiments closes #2
126+
127+
1.1.0 / 2015-09-08
128+
==================
129+
130+
* update properties on trackEvent and add revenue fallback
131+
* add nonInteraction flag for roots/listen event
132+
133+
1.0.4 / 2015-06-30
134+
==================
135+
136+
* Replace analytics.js dependency with analytics.js-core
137+
138+
1.0.3 / 2015-06-24
139+
==================
140+
141+
* Bump analytics.js-integration version
142+
143+
1.0.2 / 2015-06-24
144+
==================
145+
146+
* Bump analytics.js-integration version
147+
148+
1.0.1 / 2015-06-10
149+
==================
150+
151+
* Bump dependency versions
152+
153+
1.0.0 / 2015-06-09
154+
==================
155+
156+
* Initial commit :sparkles:

integrations/optimizely/README.md

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

0 commit comments

Comments
 (0)