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