@blotoutio/providers-google-analytics-4-sdk
Advanced tools
Comparing version 0.34.0 to 0.35.0
@@ -60,3 +60,3 @@ 'use strict'; | ||
} | ||
if (content.item_price) { | ||
if (content.item_price || content.item_price === 0) { | ||
data['price'] = content.item_price; | ||
@@ -272,3 +272,3 @@ } | ||
loaded: isLoaded, | ||
sdkVersion: "0.34.0" , | ||
sdkVersion: "0.35.0" , | ||
}; | ||
@@ -275,0 +275,0 @@ }; |
@@ -61,3 +61,3 @@ var ProvidersGoogleAnalytics4Sdk = (function () { | ||
} | ||
if (content.item_price) { | ||
if (content.item_price || content.item_price === 0) { | ||
data['price'] = content.item_price; | ||
@@ -273,3 +273,3 @@ } | ||
loaded: isLoaded, | ||
sdkVersion: "0.34.0" , | ||
sdkVersion: "0.35.0" , | ||
}; | ||
@@ -276,0 +276,0 @@ }; |
{ | ||
"name": "@blotoutio/providers-google-analytics-4-sdk", | ||
"version": "0.34.0", | ||
"version": "0.35.0", | ||
"description": "Google Analytics 4 Browser SDK for EdgeTag", | ||
@@ -5,0 +5,0 @@ "author": "Blotout", |
Sorry, the diff of this file is not supported yet
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
27602