@mparticle/web-google-analytics-kit
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,7 @@ ## Releases | ||
#### 2.0.3 - 2020-01-29 | ||
- Bugfix - Account for Google.Title Custom Flag | ||
- Update 'main' in package.json | ||
#### 2.0.2 - 2019-11-20 | ||
@@ -7,0 +12,0 @@ |
@@ -35,2 +35,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
LABEL = 'Google.Label', | ||
TITLE = 'Google.Title'; | ||
PAGE = 'Google.Page', | ||
@@ -339,2 +340,5 @@ VALUE = 'Google.Value', | ||
} | ||
if (event.CustomFlags && event.CustomFlags[TITLE]){ | ||
ga(createCmd('set'), 'title', event.CustomFlags[TITLE]); | ||
} | ||
ga(createCmd('send'), customFlags && customFlags[HITTYPE] ? customFlags[HITTYPE] : 'pageview', outputDimensionsAndMetrics); | ||
@@ -341,0 +345,0 @@ } |
{ | ||
"name": "@mparticle/web-google-analytics-kit", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)", | ||
"description": "mParticle integration sdk for Google Analytics", | ||
"main": "dist/GoogleAnalyticsEventForwarder.common.js", | ||
"browser": "dist/GoogleAnalyticsEventForwarder.common.js", | ||
@@ -27,5 +28,5 @@ "files": [ | ||
"dependencies": { | ||
"@mparticle/web-sdk": "^2.10.0-rc.1" | ||
"@mparticle/web-sdk": "^2.11.0" | ||
}, | ||
"license": "Apache-2.0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26339
486
Updated@mparticle/web-sdk@^2.11.0