@blotoutio/providers-google-ads-clicks-sdk 0.37.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 CHANGED
@@ -75,7 +75,6 @@ const initGAds = (ID, executionContext) => {
75
75
  functional_storage: 'granted',
76
76
  personalization_storage: 'granted',
77
77
  security_storage: 'granted',
78
- analytics_storage: 'denied',
79
78
  });
80
79
  }
81
80
  upsert(executionContext, packageName, (providerMap) => providerMap.set('gtag', true), () => new Map());
@@ -175,7 +174,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
175
174
  }
176
175
  return {
177
176
  loaded: isLoaded,
178
- sdkVersion: "0.37.0" ,
177
+ sdkVersion: "0.38.1" ,
179
178
  };
180
179
  };
181
180
 
package/index.js CHANGED
@@ -76,7 +76,6 @@ var ProvidersGoogleAdsClicksSdk = (function () {
76
76
  functional_storage: 'granted',
77
77
  personalization_storage: 'granted',
78
78
  security_storage: 'granted',
79
- analytics_storage: 'denied',
80
79
  });
81
80
  }
82
81
  upsert(executionContext, packageName, (providerMap) => providerMap.set('gtag', true), () => new Map());
@@ -176,7 +175,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
176
175
  }
177
176
  return {
178
177
  loaded: isLoaded,
179
- sdkVersion: "0.37.0" ,
178
+ sdkVersion: "0.38.1" ,
180
179
  };
181
180
  };
182
181
 
package/index.mjs CHANGED
@@ -73,7 +73,6 @@ const initGAds = (ID, executionContext) => {
73
73
  functional_storage: 'granted',
74
74
  personalization_storage: 'granted',
75
75
  security_storage: 'granted',
76
- analytics_storage: 'denied',
77
76
  });
78
77
  }
79
78
  upsert(executionContext, packageName, (providerMap) => providerMap.set('gtag', true), () => new Map());
@@ -173,7 +172,7 @@ const tag = ({ data, eventName, manifestVariables, eventId }) => {
173
172
  }
174
173
  return {
175
174
  loaded: isLoaded,
176
- sdkVersion: "0.37.0" ,
175
+ sdkVersion: "0.38.1" ,
177
176
  };
178
177
  };
179
178
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/providers-google-ads-clicks-sdk",
3
- "version": "0.37.0",
3
+ "version": "0.38.1",
4
4
  "description": "Google Ads Browser SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",