This repository was archived by the owner on Aug 14, 2019. It is now read-only.
File tree 4 files changed +102
-74
lines changed
4 files changed +102
-74
lines changed Original file line number Diff line number Diff line change
1
+
2
+ 2.15.0 / 2018-08-06
3
+ ==================
4
+
5
+ * Change amp id setting name
6
+
1
7
2.14.0 / 2018-03-28
2
8
=================
3
9
36
42
2.9.2 / 2017-08-25
37
43
==================
38
44
39
- * Revert 2.9.0 and 2.9.1
45
+ * Revert 2.9.0 and 2.9.1
40
46
41
47
2.9.1 / 2017-08-25
42
48
==================
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ GA.prototype.initialize = function() {
121
121
siteSpeedSampleRate : opts . siteSpeedSampleRate ,
122
122
sampleRate : opts . sampleRate ,
123
123
allowLinker : true ,
124
- useGoogleAmpClientId : opts . useGoogleAmpClientId
124
+ useAmpClientId : opts . useGoogleAmpClientId
125
125
} ;
126
126
127
127
// set tracker name to avoid collisions with unnamed third party trackers
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @segment/analytics.js-integration-google-analytics" ,
3
3
"description" : " The Google Analytics analytics.js integration." ,
4
- "version" : " 2.14 .0" ,
4
+ "version" : " 2.15 .0" ,
5
5
"keywords" : [
6
6
" analytics.js" ,
7
7
" analytics.js-integration" ,
33
33
"object-component" : " 0.0.3" ,
34
34
"reject" : " 0.0.1" ,
35
35
"segmentio-facade" : " ^3.1.0" ,
36
- "use-https" : " ^0.1.1"
36
+ "use-https" : " ^0.1.1" ,
37
+ "lodash" : " ^4.17.4"
37
38
},
38
39
"devDependencies" : {
39
40
"@segment/analytics.js-core" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments