@blotoutio/providers-google-analytics-4-sdk 0.38.0 → 0.38.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.
- package/index.cjs.js +1 -4
- package/index.js +1 -4
- package/index.mjs +1 -4
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -36,9 +36,6 @@ const initGA4 = (ID, executionContext) => {
|
|
|
36
36
|
functional_storage: 'granted',
|
|
37
37
|
personalization_storage: 'granted',
|
|
38
38
|
security_storage: 'granted',
|
|
39
|
-
ad_storage: 'denied',
|
|
40
|
-
ad_user_data: 'denied',
|
|
41
|
-
ad_personalization: 'denied',
|
|
42
39
|
});
|
|
43
40
|
}
|
|
44
41
|
upsert(executionContext, packageName, (providerMap) => providerMap.set('gtag', true), () => new Map());
|
|
@@ -304,7 +301,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
|
304
301
|
}
|
|
305
302
|
return {
|
|
306
303
|
loaded: isLoaded,
|
|
307
|
-
sdkVersion: "0.38.
|
|
304
|
+
sdkVersion: "0.38.1" ,
|
|
308
305
|
};
|
|
309
306
|
};
|
|
310
307
|
|
package/index.js
CHANGED
|
@@ -37,9 +37,6 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
|
|
|
37
37
|
functional_storage: 'granted',
|
|
38
38
|
personalization_storage: 'granted',
|
|
39
39
|
security_storage: 'granted',
|
|
40
|
-
ad_storage: 'denied',
|
|
41
|
-
ad_user_data: 'denied',
|
|
42
|
-
ad_personalization: 'denied',
|
|
43
40
|
});
|
|
44
41
|
}
|
|
45
42
|
upsert(executionContext, packageName, (providerMap) => providerMap.set('gtag', true), () => new Map());
|
|
@@ -305,7 +302,7 @@ var ProvidersGoogleAnalytics4Sdk = (function () {
|
|
|
305
302
|
}
|
|
306
303
|
return {
|
|
307
304
|
loaded: isLoaded,
|
|
308
|
-
sdkVersion: "0.38.
|
|
305
|
+
sdkVersion: "0.38.1" ,
|
|
309
306
|
};
|
|
310
307
|
};
|
|
311
308
|
|
package/index.mjs
CHANGED
|
@@ -34,9 +34,6 @@ const initGA4 = (ID, executionContext) => {
|
|
|
34
34
|
functional_storage: 'granted',
|
|
35
35
|
personalization_storage: 'granted',
|
|
36
36
|
security_storage: 'granted',
|
|
37
|
-
ad_storage: 'denied',
|
|
38
|
-
ad_user_data: 'denied',
|
|
39
|
-
ad_personalization: 'denied',
|
|
40
37
|
});
|
|
41
38
|
}
|
|
42
39
|
upsert(executionContext, packageName, (providerMap) => providerMap.set('gtag', true), () => new Map());
|
|
@@ -302,7 +299,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
|
|
|
302
299
|
}
|
|
303
300
|
return {
|
|
304
301
|
loaded: isLoaded,
|
|
305
|
-
sdkVersion: "0.38.
|
|
302
|
+
sdkVersion: "0.38.1" ,
|
|
306
303
|
};
|
|
307
304
|
};
|
|
308
305
|
|