@mparticle/web-google-analytics-4-server-kit 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -21,7 +21,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
21
21
|
// This GA4 server side kit loads gtag, gets the client id, and sets it as an integration attribute on the core sdk.
|
|
22
22
|
// This kit does not have a `processEvent` method because no events should be sent client side.
|
|
23
23
|
|
|
24
|
-
var name = '
|
|
24
|
+
var name = 'GoogleAnalytics4',
|
|
25
25
|
GA4MODULENUMBER = 160;
|
|
26
26
|
|
|
27
27
|
var constructor = function() {
|
|
@@ -20,7 +20,7 @@ var mParticleGA4 = (function (exports) {
|
|
|
20
20
|
// This GA4 server side kit loads gtag, gets the client id, and sets it as an integration attribute on the core sdk.
|
|
21
21
|
// This kit does not have a `processEvent` method because no events should be sent client side.
|
|
22
22
|
|
|
23
|
-
var name = '
|
|
23
|
+
var name = 'GoogleAnalytics4',
|
|
24
24
|
GA4MODULENUMBER = 160;
|
|
25
25
|
|
|
26
26
|
var constructor = function() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/web-google-analytics-4-server-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "mParticle integration sdk for Google Analytics (server side)",
|
|
5
5
|
"main": "dist/GoogleAnalytics4EventForwarderServerSide-Kit.common.js",
|
|
6
6
|
"browser": "dist/GoogleAnalytics4EventForwarderServerSide-Kit.iife.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
// This GA4 server side kit loads gtag, gets the client id, and sets it as an integration attribute on the core sdk.
|
|
20
20
|
// This kit does not have a `processEvent` method because no events should be sent client side.
|
|
21
21
|
|
|
22
|
-
var name = '
|
|
22
|
+
var name = 'GoogleAnalytics4',
|
|
23
23
|
GA4MODULENUMBER = 160;
|
|
24
24
|
|
|
25
25
|
var constructor = function() {
|