Skip to content
This repository was archived by the owner on Aug 14, 2019. It is now read-only.

Commit 4836841

Browse files
authored
Merge pull request #80 from segment-integrations/platform-3001
[PLATFORM-3001] Change amp id setting name
2 parents 36879a9 + c156896 commit 4836841

File tree

4 files changed

+102
-74
lines changed

4 files changed

+102
-74
lines changed

HISTORY.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
2.15.0 / 2018-08-06
3+
==================
4+
5+
* Change amp id setting name
6+
17
2.14.0 / 2018-03-28
28
=================
39

@@ -36,7 +42,7 @@
3642
2.9.2 / 2017-08-25
3743
==================
3844

39-
* Revert 2.9.0 and 2.9.1
45+
* Revert 2.9.0 and 2.9.1
4046

4147
2.9.1 / 2017-08-25
4248
==================

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GA.prototype.initialize = function() {
121121
siteSpeedSampleRate: opts.siteSpeedSampleRate,
122122
sampleRate: opts.sampleRate,
123123
allowLinker: true,
124-
useGoogleAmpClientId: opts.useGoogleAmpClientId
124+
useAmpClientId: opts.useGoogleAmpClientId
125125
};
126126

127127
// set tracker name to avoid collisions with unnamed third party trackers

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@segment/analytics.js-integration-google-analytics",
33
"description": "The Google Analytics analytics.js integration.",
4-
"version": "2.14.0",
4+
"version": "2.15.0",
55
"keywords": [
66
"analytics.js",
77
"analytics.js-integration",
@@ -33,7 +33,8 @@
3333
"object-component": "0.0.3",
3434
"reject": "0.0.1",
3535
"segmentio-facade": "^3.1.0",
36-
"use-https": "^0.1.1"
36+
"use-https": "^0.1.1",
37+
"lodash": "^4.17.4"
3738
},
3839
"devDependencies": {
3940
"@segment/analytics.js-core": "^3.0.0",

0 commit comments

Comments
 (0)