@blotoutio/providers-google-ads-clicks-sdk 1.47.2 → 1.48.0
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 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -750,7 +750,7 @@ const parseCookies = (cookie) => {
|
|
|
750
750
|
const tag = ({ data, eventName, manifestVariables, destination, }) => {
|
|
751
751
|
const result = {
|
|
752
752
|
isFired: false,
|
|
753
|
-
sdkVersion: "1.
|
|
753
|
+
sdkVersion: "1.48.0" ,
|
|
754
754
|
};
|
|
755
755
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
756
756
|
return result;
|
package/index.js
CHANGED
|
@@ -751,7 +751,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
|
|
|
751
751
|
const tag = ({ data, eventName, manifestVariables, destination, }) => {
|
|
752
752
|
const result = {
|
|
753
753
|
isFired: false,
|
|
754
|
-
sdkVersion: "1.
|
|
754
|
+
sdkVersion: "1.48.0" ,
|
|
755
755
|
};
|
|
756
756
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
757
757
|
return result;
|
package/index.mjs
CHANGED
|
@@ -748,7 +748,7 @@ const parseCookies = (cookie) => {
|
|
|
748
748
|
const tag = ({ data, eventName, manifestVariables, destination, }) => {
|
|
749
749
|
const result = {
|
|
750
750
|
isFired: false,
|
|
751
|
-
sdkVersion: "1.
|
|
751
|
+
sdkVersion: "1.48.0" ,
|
|
752
752
|
};
|
|
753
753
|
if (!eventName || !window.gtag || !(manifestVariables === null || manifestVariables === void 0 ? void 0 : manifestVariables['tagId'])) {
|
|
754
754
|
return result;
|