@walkeros/server-destination-criteo 4.2.1-next-1781682752679 → 4.2.1
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/CHANGELOG.md +5 -3
- package/dist/walkerOS.json +13 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
# @walkeros/server-destination-criteo
|
|
2
2
|
|
|
3
|
-
## 4.2.1
|
|
3
|
+
## 4.2.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [5cbcd23]
|
|
8
|
+
- Updated dependencies [31c6858]
|
|
9
|
+
- Updated dependencies [d1b41ca]
|
|
8
10
|
- Updated dependencies [0a8a08b]
|
|
9
11
|
- Updated dependencies [8afb7cc]
|
|
10
|
-
- @walkeros/core@4.2.1
|
|
11
|
-
- @walkeros/server-core@4.2.1
|
|
12
|
+
- @walkeros/core@4.2.1
|
|
13
|
+
- @walkeros/server-core@4.2.1
|
|
12
14
|
|
|
13
15
|
## 4.2.0
|
|
14
16
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-criteo",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -127,13 +127,15 @@
|
|
|
127
127
|
"consent": {
|
|
128
128
|
"functional": true
|
|
129
129
|
},
|
|
130
|
-
"id": "
|
|
130
|
+
"id": "344e3dbaf1d205d1",
|
|
131
131
|
"trigger": "click",
|
|
132
132
|
"entity": "product",
|
|
133
133
|
"action": "add",
|
|
134
134
|
"timestamp": 1700000901000,
|
|
135
135
|
"timing": 3.14,
|
|
136
136
|
"source": {
|
|
137
|
+
"count": 1,
|
|
138
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
137
139
|
"type": "browser",
|
|
138
140
|
"platform": "web",
|
|
139
141
|
"url": "https://shop.example.com/products/running-shoes"
|
|
@@ -213,13 +215,15 @@
|
|
|
213
215
|
"consent": {
|
|
214
216
|
"functional": true
|
|
215
217
|
},
|
|
216
|
-
"id": "
|
|
218
|
+
"id": "33e5d54df6d2896a",
|
|
217
219
|
"trigger": "load",
|
|
218
220
|
"entity": "page",
|
|
219
221
|
"action": "view",
|
|
220
222
|
"timestamp": 1700000903000,
|
|
221
223
|
"timing": 3.14,
|
|
222
224
|
"source": {
|
|
225
|
+
"count": 1,
|
|
226
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
223
227
|
"type": "browser",
|
|
224
228
|
"platform": "web",
|
|
225
229
|
"url": "https://example.com/"
|
|
@@ -276,13 +280,15 @@
|
|
|
276
280
|
"consent": {
|
|
277
281
|
"functional": true
|
|
278
282
|
},
|
|
279
|
-
"id": "
|
|
283
|
+
"id": "093766652bbeaaff",
|
|
280
284
|
"trigger": "load",
|
|
281
285
|
"entity": "order",
|
|
282
286
|
"action": "complete",
|
|
283
287
|
"timestamp": 1700000900000,
|
|
284
288
|
"timing": 3.14,
|
|
285
289
|
"source": {
|
|
290
|
+
"count": 1,
|
|
291
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
286
292
|
"type": "browser",
|
|
287
293
|
"platform": "web",
|
|
288
294
|
"url": "https://shop.example.com/checkout/complete",
|
|
@@ -360,13 +366,15 @@
|
|
|
360
366
|
"consent": {
|
|
361
367
|
"functional": true
|
|
362
368
|
},
|
|
363
|
-
"id": "
|
|
369
|
+
"id": "21e338679b2994b7",
|
|
364
370
|
"trigger": "load",
|
|
365
371
|
"entity": "product",
|
|
366
372
|
"action": "view",
|
|
367
373
|
"timestamp": 1700000902000,
|
|
368
374
|
"timing": 3.14,
|
|
369
375
|
"source": {
|
|
376
|
+
"count": 1,
|
|
377
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
370
378
|
"type": "browser",
|
|
371
379
|
"platform": "web",
|
|
372
380
|
"url": "https://shop.example.com/products/coffee-maker"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-criteo",
|
|
3
3
|
"description": "Criteo Events API server destination for walkerOS",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"update": "npx npm-check-updates -u && npm update"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@walkeros/core": "4.2.1
|
|
39
|
-
"@walkeros/server-core": "4.2.1
|
|
38
|
+
"@walkeros/core": "4.2.1",
|
|
39
|
+
"@walkeros/server-core": "4.2.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "4.2.1
|
|
42
|
+
"@walkeros/collector": "4.2.1"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|