@segment/analytics.js-integration-amplitude
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -56,2 +56,3 @@ 'use strict'; | ||
.option('versionName', '') | ||
.option('useAmplitudeReferral', false) | ||
.tag('<script src="' + src + '">')); | ||
@@ -85,2 +86,3 @@ | ||
.saveParamsReferrerOncePerSession, | ||
includeReferrer: this.options.useAmplitudeReferral, | ||
deviceIdFromUrlParam: this.options.deviceIdFromUrlParam, | ||
@@ -149,3 +151,4 @@ unsetParamsReferrerOnNewSession: this.options | ||
if (this.options.trackReferrer) this.sendReferrer(); | ||
if (this.options.trackReferrer && !this.options.useAmplitudeReferral) | ||
this.sendReferrer(); | ||
@@ -152,0 +155,0 @@ var category = page.category(); |
{ | ||
"name": "@segment/analytics.js-integration-amplitude", | ||
"description": "The Amplitude analytics.js integration.", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"keywords": [ | ||
@@ -53,3 +53,3 @@ "analytics.js", | ||
}, | ||
"gitHead": "3d20325d1e7433aa6a92b0cdd1cd5678221949d2" | ||
"gitHead": "0c0f9eb070e61f1f43c014062d3c5df1ccfd12e4" | ||
} |
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
54411
268
1279