@walkeros/web-destination-gtag 4.0.1 → 4.0.2
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/dist/dev.js +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/walkerOS.json +7 -7
- package/package.json +2 -2
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-gtag",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"consent": {
|
|
329
329
|
"functional": true
|
|
330
330
|
},
|
|
331
|
-
"id": "
|
|
331
|
+
"id": "f7230bb259fdfcda",
|
|
332
332
|
"trigger": "click",
|
|
333
333
|
"entity": "product",
|
|
334
334
|
"action": "add",
|
|
@@ -648,7 +648,7 @@
|
|
|
648
648
|
"consent": {
|
|
649
649
|
"functional": true
|
|
650
650
|
},
|
|
651
|
-
"id": "
|
|
651
|
+
"id": "6355634a9ce65ecf",
|
|
652
652
|
"trigger": "load",
|
|
653
653
|
"entity": "order",
|
|
654
654
|
"action": "complete",
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
"consent": {
|
|
727
727
|
"functional": true
|
|
728
728
|
},
|
|
729
|
-
"id": "
|
|
729
|
+
"id": "1822ea6c2967267d",
|
|
730
730
|
"trigger": "load",
|
|
731
731
|
"entity": "page",
|
|
732
732
|
"action": "view",
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
"consent": {
|
|
861
861
|
"functional": true
|
|
862
862
|
},
|
|
863
|
-
"id": "
|
|
863
|
+
"id": "58d847de515182e5",
|
|
864
864
|
"trigger": "load",
|
|
865
865
|
"entity": "order",
|
|
866
866
|
"action": "complete",
|
|
@@ -980,7 +980,7 @@
|
|
|
980
980
|
"consent": {
|
|
981
981
|
"functional": true
|
|
982
982
|
},
|
|
983
|
-
"id": "
|
|
983
|
+
"id": "97dc51c4c102f19f",
|
|
984
984
|
"trigger": "load",
|
|
985
985
|
"entity": "page",
|
|
986
986
|
"action": "view",
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
"consent": {
|
|
1083
1083
|
"functional": true
|
|
1084
1084
|
},
|
|
1085
|
-
"id": "
|
|
1085
|
+
"id": "fab58c8a65fe76b4",
|
|
1086
1086
|
"trigger": "load",
|
|
1087
1087
|
"entity": "order",
|
|
1088
1088
|
"action": "complete",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-gtag",
|
|
3
3
|
"description": "Unified Google destination for walkerOS (GA4, Ads, GTM)",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"update": "npx npm-check-updates -u && npm update"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@walkeros/web-core": "4.0.
|
|
40
|
+
"@walkeros/web-core": "4.0.2"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|