@blotoutio/providers-google-analytics-4-sdk
Advanced tools
Comparing version 0.9.3 to 0.9.4
18
index.js
@@ -91,2 +91,20 @@ var ProvidersGoogleAnalytics4Sdk = (function () { | ||
} | ||
case 'AddShippingInfo': { | ||
event = 'add_shipping_info'; | ||
eventData = { | ||
currency: data['currency'], | ||
value: data['value'], | ||
items: getItems(data['contents'], data['currency']), | ||
}; | ||
break; | ||
} | ||
case 'AddPaymentInfo': { | ||
event = 'add_payment_info'; | ||
eventData = { | ||
currency: data['currency'], | ||
value: data['value'], | ||
items: getItems(data['contents'], data['currency']), | ||
}; | ||
break; | ||
} | ||
case 'Purchase': { | ||
@@ -93,0 +111,0 @@ event = 'purchase'; |
{ | ||
"name": "@blotoutio/providers-google-analytics-4-sdk", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Google Analytics 4 Browser SDK for EdgeTag", | ||
@@ -5,0 +5,0 @@ "author": "Blotout", |
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
6834
193