@walkeros/web-destination-gtag 3.0.0 → 3.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/examples/index.js +1 -1
- package/dist/examples/index.mjs +1 -1
- package/dist/walkerOS.json +8 -8
- package/package.json +2 -2
package/dist/examples/index.js
CHANGED
|
@@ -112,7 +112,7 @@ function q(e2) {
|
|
|
112
112
|
}
|
|
113
113
|
function re(e2 = {}) {
|
|
114
114
|
var _a;
|
|
115
|
-
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = W({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "
|
|
115
|
+
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = W({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.0.1", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
116
116
|
if (e2.name) {
|
|
117
117
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
118
118
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/examples/index.mjs
CHANGED
|
@@ -91,7 +91,7 @@ function q(e2) {
|
|
|
91
91
|
}
|
|
92
92
|
function re(e2 = {}) {
|
|
93
93
|
var _a;
|
|
94
|
-
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = W({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "
|
|
94
|
+
const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = W({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.0.1", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
|
|
95
95
|
if (e2.name) {
|
|
96
96
|
const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
|
|
97
97
|
t2 && n2 && (r.entity = t2, r.action = n2);
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-gtag",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "web",
|
|
7
7
|
"docs": "https://www.walkeros.io/docs/destinations/web/gtag",
|
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"group": "gr0up",
|
|
386
386
|
"count": 1,
|
|
387
387
|
"version": {
|
|
388
|
-
"source": "
|
|
388
|
+
"source": "3.0.1",
|
|
389
389
|
"tagging": 1
|
|
390
390
|
},
|
|
391
391
|
"source": {
|
|
@@ -519,7 +519,7 @@
|
|
|
519
519
|
"group": "gr0up",
|
|
520
520
|
"count": 1,
|
|
521
521
|
"version": {
|
|
522
|
-
"source": "
|
|
522
|
+
"source": "3.0.1",
|
|
523
523
|
"tagging": 1
|
|
524
524
|
},
|
|
525
525
|
"source": {
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
"group": "gr0up",
|
|
652
652
|
"count": 1,
|
|
653
653
|
"version": {
|
|
654
|
-
"source": "
|
|
654
|
+
"source": "3.0.1",
|
|
655
655
|
"tagging": 1
|
|
656
656
|
},
|
|
657
657
|
"source": {
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
"group": "gr0up",
|
|
739
739
|
"count": 1,
|
|
740
740
|
"version": {
|
|
741
|
-
"source": "
|
|
741
|
+
"source": "3.0.1",
|
|
742
742
|
"tagging": 1
|
|
743
743
|
},
|
|
744
744
|
"source": {
|
|
@@ -852,7 +852,7 @@
|
|
|
852
852
|
"group": "gr0up",
|
|
853
853
|
"count": 1,
|
|
854
854
|
"version": {
|
|
855
|
-
"source": "
|
|
855
|
+
"source": "3.0.1",
|
|
856
856
|
"tagging": 1
|
|
857
857
|
},
|
|
858
858
|
"source": {
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
"group": "gr0up",
|
|
966
966
|
"count": 1,
|
|
967
967
|
"version": {
|
|
968
|
-
"source": "
|
|
968
|
+
"source": "3.0.1",
|
|
969
969
|
"tagging": 1
|
|
970
970
|
},
|
|
971
971
|
"source": {
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
"group": "gr0up",
|
|
1070
1070
|
"count": 1,
|
|
1071
1071
|
"version": {
|
|
1072
|
-
"source": "
|
|
1072
|
+
"source": "3.0.1",
|
|
1073
1073
|
"tagging": 1
|
|
1074
1074
|
},
|
|
1075
1075
|
"source": {
|
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": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "^3.0.
|
|
39
|
+
"@walkeros/web-core": "^3.0.2"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|