@blotoutio/providers-google-ads-clicks-sdk 1.22.2 → 1.22.4
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 +5 -5
- package/index.js +5 -5
- package/index.mjs +5 -5
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -158,7 +158,7 @@ const isoCountries = new Map([
|
|
|
158
158
|
['FO', 'Faroe Islands'],
|
|
159
159
|
['FR', 'France'],
|
|
160
160
|
['GA', 'Gabon'],
|
|
161
|
-
['GB', '
|
|
161
|
+
['GB', 'Great Britain'],
|
|
162
162
|
['GD', 'Grenada'],
|
|
163
163
|
['GE', 'Georgia'],
|
|
164
164
|
['GF', 'French Guiana'],
|
|
@@ -313,7 +313,7 @@ const isoCountries = new Map([
|
|
|
313
313
|
['TZ', 'Tanzania, United Republic of'],
|
|
314
314
|
['UA', 'Ukraine'],
|
|
315
315
|
['UG', 'Uganda'],
|
|
316
|
-
['UK', 'United Kingdom'],
|
|
316
|
+
['UK', 'United Kingdom of Great Britain and Northern Ireland'],
|
|
317
317
|
['UM', 'United States Minor Outlying Islands'],
|
|
318
318
|
['US', 'United States of America'],
|
|
319
319
|
['UY', 'Uruguay'],
|
|
@@ -607,14 +607,14 @@ const tag = ({ data, eventName, manifestVariables, destination, }) => {
|
|
|
607
607
|
!getCookieValue('_gcl_au')) {
|
|
608
608
|
return {
|
|
609
609
|
isFired: false,
|
|
610
|
-
sdkVersion: "1.22.
|
|
610
|
+
sdkVersion: "1.22.4" ,
|
|
611
611
|
};
|
|
612
612
|
}
|
|
613
613
|
const conversionLabel = getConversionLabel(eventName, manifestVariables);
|
|
614
614
|
if (!conversionLabel) {
|
|
615
615
|
return {
|
|
616
616
|
isFired: false,
|
|
617
|
-
sdkVersion: "1.22.
|
|
617
|
+
sdkVersion: "1.22.4" ,
|
|
618
618
|
};
|
|
619
619
|
}
|
|
620
620
|
if (manifestVariables['enhancedConversionsSetting'] === 'gtag' &&
|
|
@@ -631,7 +631,7 @@ const tag = ({ data, eventName, manifestVariables, destination, }) => {
|
|
|
631
631
|
});
|
|
632
632
|
return {
|
|
633
633
|
isFired: true,
|
|
634
|
-
sdkVersion: "1.22.
|
|
634
|
+
sdkVersion: "1.22.4" ,
|
|
635
635
|
};
|
|
636
636
|
};
|
|
637
637
|
|
package/index.js
CHANGED
|
@@ -159,7 +159,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
|
|
|
159
159
|
['FO', 'Faroe Islands'],
|
|
160
160
|
['FR', 'France'],
|
|
161
161
|
['GA', 'Gabon'],
|
|
162
|
-
['GB', '
|
|
162
|
+
['GB', 'Great Britain'],
|
|
163
163
|
['GD', 'Grenada'],
|
|
164
164
|
['GE', 'Georgia'],
|
|
165
165
|
['GF', 'French Guiana'],
|
|
@@ -314,7 +314,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
|
|
|
314
314
|
['TZ', 'Tanzania, United Republic of'],
|
|
315
315
|
['UA', 'Ukraine'],
|
|
316
316
|
['UG', 'Uganda'],
|
|
317
|
-
['UK', 'United Kingdom'],
|
|
317
|
+
['UK', 'United Kingdom of Great Britain and Northern Ireland'],
|
|
318
318
|
['UM', 'United States Minor Outlying Islands'],
|
|
319
319
|
['US', 'United States of America'],
|
|
320
320
|
['UY', 'Uruguay'],
|
|
@@ -608,14 +608,14 @@ var ProvidersGoogleAdsClicksSdk = (function () {
|
|
|
608
608
|
!getCookieValue('_gcl_au')) {
|
|
609
609
|
return {
|
|
610
610
|
isFired: false,
|
|
611
|
-
sdkVersion: "1.22.
|
|
611
|
+
sdkVersion: "1.22.4" ,
|
|
612
612
|
};
|
|
613
613
|
}
|
|
614
614
|
const conversionLabel = getConversionLabel(eventName, manifestVariables);
|
|
615
615
|
if (!conversionLabel) {
|
|
616
616
|
return {
|
|
617
617
|
isFired: false,
|
|
618
|
-
sdkVersion: "1.22.
|
|
618
|
+
sdkVersion: "1.22.4" ,
|
|
619
619
|
};
|
|
620
620
|
}
|
|
621
621
|
if (manifestVariables['enhancedConversionsSetting'] === 'gtag' &&
|
|
@@ -632,7 +632,7 @@ var ProvidersGoogleAdsClicksSdk = (function () {
|
|
|
632
632
|
});
|
|
633
633
|
return {
|
|
634
634
|
isFired: true,
|
|
635
|
-
sdkVersion: "1.22.
|
|
635
|
+
sdkVersion: "1.22.4" ,
|
|
636
636
|
};
|
|
637
637
|
};
|
|
638
638
|
|
package/index.mjs
CHANGED
|
@@ -156,7 +156,7 @@ const isoCountries = new Map([
|
|
|
156
156
|
['FO', 'Faroe Islands'],
|
|
157
157
|
['FR', 'France'],
|
|
158
158
|
['GA', 'Gabon'],
|
|
159
|
-
['GB', '
|
|
159
|
+
['GB', 'Great Britain'],
|
|
160
160
|
['GD', 'Grenada'],
|
|
161
161
|
['GE', 'Georgia'],
|
|
162
162
|
['GF', 'French Guiana'],
|
|
@@ -311,7 +311,7 @@ const isoCountries = new Map([
|
|
|
311
311
|
['TZ', 'Tanzania, United Republic of'],
|
|
312
312
|
['UA', 'Ukraine'],
|
|
313
313
|
['UG', 'Uganda'],
|
|
314
|
-
['UK', 'United Kingdom'],
|
|
314
|
+
['UK', 'United Kingdom of Great Britain and Northern Ireland'],
|
|
315
315
|
['UM', 'United States Minor Outlying Islands'],
|
|
316
316
|
['US', 'United States of America'],
|
|
317
317
|
['UY', 'Uruguay'],
|
|
@@ -605,14 +605,14 @@ const tag = ({ data, eventName, manifestVariables, destination, }) => {
|
|
|
605
605
|
!getCookieValue('_gcl_au')) {
|
|
606
606
|
return {
|
|
607
607
|
isFired: false,
|
|
608
|
-
sdkVersion: "1.22.
|
|
608
|
+
sdkVersion: "1.22.4" ,
|
|
609
609
|
};
|
|
610
610
|
}
|
|
611
611
|
const conversionLabel = getConversionLabel(eventName, manifestVariables);
|
|
612
612
|
if (!conversionLabel) {
|
|
613
613
|
return {
|
|
614
614
|
isFired: false,
|
|
615
|
-
sdkVersion: "1.22.
|
|
615
|
+
sdkVersion: "1.22.4" ,
|
|
616
616
|
};
|
|
617
617
|
}
|
|
618
618
|
if (manifestVariables['enhancedConversionsSetting'] === 'gtag' &&
|
|
@@ -629,7 +629,7 @@ const tag = ({ data, eventName, manifestVariables, destination, }) => {
|
|
|
629
629
|
});
|
|
630
630
|
return {
|
|
631
631
|
isFired: true,
|
|
632
|
-
sdkVersion: "1.22.
|
|
632
|
+
sdkVersion: "1.22.4" ,
|
|
633
633
|
};
|
|
634
634
|
};
|
|
635
635
|
|