@metarouter/ajs-starter-kit 1.0.155 → 1.0.157

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.
Files changed (39) hide show
  1. package/.dist/ad-marketplace/connection.etag.json +1 -0
  2. package/.dist/ad-marketplace/connection.json +23 -0
  3. package/.dist/ad-marketplace/kit.etag.json +1 -0
  4. package/.dist/ad-marketplace/metadata.json +21 -0
  5. package/.dist/ad-marketplace/playbook.etag.json +1 -0
  6. package/.dist/ad-marketplace/playbook.json +394 -0
  7. package/.dist/amazon-dsp-events/kit.etag.json +1 -1
  8. package/.dist/amazon-dsp-events/metadata.json +4 -0
  9. package/.dist/amazon-dsp-events/playbook.etag.json +1 -1
  10. package/.dist/amazon-dsp-events/playbook.json +5 -24
  11. package/.dist/google-cm360/kit.etag.json +1 -1
  12. package/.dist/google-cm360/metadata.json +4 -0
  13. package/.dist/google-cm360/playbook.etag.json +1 -1
  14. package/.dist/google-cm360/playbook.json +26 -10
  15. package/.dist/google-pubsub/kit.etag.json +1 -1
  16. package/.dist/optimizely/connection.etag.json +1 -0
  17. package/.dist/optimizely/connection.json +23 -0
  18. package/.dist/optimizely/kit.etag.json +1 -0
  19. package/.dist/optimizely/metadata.json +21 -0
  20. package/.dist/optimizely/playbook.etag.json +1 -0
  21. package/.dist/optimizely/playbook.json +241 -0
  22. package/.dist/rasp/kit.etag.json +1 -1
  23. package/.dist/rasp/metadata.json +5 -1
  24. package/.dist/rasp/playbook.etag.json +1 -1
  25. package/.dist/rasp/playbook.json +1 -1
  26. package/.dist/ringier-axel-springer-poland/kit.etag.json +1 -1
  27. package/.dist/ringier-axel-springer-poland/metadata.json +5 -1
  28. package/.dist/ringier-axel-springer-poland/playbook.etag.json +1 -1
  29. package/.dist/ringier-axel-springer-poland/playbook.json +1 -1
  30. package/.dist/thetradedesk-conversion-events/kit.etag.json +1 -1
  31. package/.dist/thetradedesk-data-advertiser-firstparty/connection.etag.json +1 -1
  32. package/.dist/thetradedesk-data-advertiser-firstparty/connection.json +6 -1
  33. package/.dist/thetradedesk-data-advertiser-firstparty/kit.etag.json +1 -1
  34. package/.dist/thetradedesk-data-advertiser-firstparty/metadata.json +4 -0
  35. package/.dist/thetradedesk-data-advertiser-firstparty/playbook.etag.json +1 -1
  36. package/.dist/thetradedesk-data-advertiser-firstparty/playbook.json +1 -1
  37. package/README.md +13 -5
  38. package/index.js +22 -11
  39. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ "1577ebaf89da86bed10d28b8a68f3eb9 -"
@@ -0,0 +1,23 @@
1
+ {
2
+ "params": [
3
+ {
4
+ "name": "ACCESS_TOKEN",
5
+ "defaultValue": "b1c6d505d9e84fc3a1dc3b296832546c",
6
+ "exampleValue": "my-access-token"
7
+ }
8
+ ],
9
+ "default": {
10
+ "endpoint": "https://conversion-data.admarketplace.com/v1/event?",
11
+ "method": "POST",
12
+ "headers": [
13
+ {
14
+ "key": "Authorization",
15
+ "value": "Bearer $$ACCESS_TOKEN$$"
16
+ }
17
+ ],
18
+ "transform": {
19
+ "lang": "lua",
20
+ "body": "local params = {}\nfor key, val in pairs(batch[1]) do\n table.insert(params, QUERY_ESCAPE(key)..\"=\"..QUERY_ESCAPE(val))\nend\nrequest.url = request.url .. JOIN(params, '&')\nrequest.body = {}\nreturn request"
21
+ }
22
+ }
23
+ }
@@ -0,0 +1 @@
1
+ "9b270356d8eeca9625e4b9c2af5c452e -"
@@ -0,0 +1,21 @@
1
+ {
2
+ "isDraft": false,
3
+ "isDeprecated": false,
4
+ "isBeta": true,
5
+ "friendlyName": "adMarketplace",
6
+ "description": "adMarketplace is a performance advertising platform that connects advertisers and publishers through native search placements outside traditional search engines.",
7
+ "logo": "https://cdn.metarouter.io/adMarketplace.png",
8
+ "color": "#0077B5",
9
+ "eventSource": {
10
+ "isAndroidApp": false,
11
+ "isIosApp": false,
12
+ "isWebApp": true
13
+ },
14
+ "inputSchema": "analytics_js",
15
+ "releaseNotes": [
16
+ {
17
+ "date": "2026-01-21T21:00:00.000Z",
18
+ "note": "Version: 0.1.0\nBeta Version\nadMarketplace initial release"
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1 @@
1
+ "6d3fe3c6ec7068bf4f1123114227a78f -"
@@ -0,0 +1,394 @@
1
+ {
2
+ "version": "0.1.0",
3
+ "params": [
4
+ {
5
+ "name": "ADVERTISER_ID",
6
+ "exampleValue": "my-advertiser-id"
7
+ },
8
+ {
9
+ "name": "AD_MARKETPLACE_URL_DECORATOR",
10
+ "exampleValue": "my-ad-marketplace-url-decorator",
11
+ "description": "Your custom URL Decorator for AdMarketplace"
12
+ }
13
+ ],
14
+ "default": {
15
+ "filters": [
16
+ {
17
+ "byEventNames": {
18
+ "action": "allow",
19
+ "events": [
20
+ ""
21
+ ]
22
+ }
23
+ }
24
+ ]
25
+ },
26
+ "global": {
27
+ "enrichments": [
28
+ {
29
+ "staticString": "$$ADVERTISER_ID$$",
30
+ "outputKey": "advertiser-id"
31
+ },
32
+ {
33
+ "staticString": "1",
34
+ "outputKey": "conversion-time-source"
35
+ }
36
+ ],
37
+ "mappings": [
38
+ {
39
+ "inputKey": "context.providers.adMarketplace.$$AD_MARKETPLACE_URL_DECORATOR$$",
40
+ "outputKey": "click-id"
41
+ },
42
+ {
43
+ "inputKey": "input",
44
+ "outputKey": "custom-info",
45
+ "transforms": [
46
+ {
47
+ "expression": {
48
+ "lang": "lua",
49
+ "body": "if (input.type == \"track\") then return REPLACE(LOWER(input.event), \" \", \"_\") end\nreturn input.type"
50
+ }
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "inputKey": "input",
56
+ "outputKey": "conversion-time",
57
+ "transforms": [
58
+ {
59
+ "expression": {
60
+ "lang": "lua",
61
+ "body": "local timestamp = input.timestamp or input.sentAt or input.originalTimestamp\ntimestamp = TO_STRING(timestamp)\nreturn SUBSTRING(timestamp, 0, 19) .. 'Z'"
62
+ }
63
+ }
64
+ ]
65
+ }
66
+ ]
67
+ },
68
+ "eventSpecific": {
69
+ "identify": {
70
+ "enrichments": [
71
+ {
72
+ "staticString": "ADD_EVENT_ID_HERE",
73
+ "outputKey": "event-id"
74
+ }
75
+ ]
76
+ },
77
+ "page": {
78
+ "enrichments": [
79
+ {
80
+ "staticString": "ADD_EVENT_ID_HERE",
81
+ "outputKey": "event-id"
82
+ }
83
+ ]
84
+ },
85
+ "product_list_viewed": {
86
+ "enrichments": [
87
+ {
88
+ "staticString": "ADD_EVENT_ID_HERE",
89
+ "outputKey": "event-id"
90
+ }
91
+ ],
92
+ "mappings": [
93
+ {
94
+ "inputKey": "properties.category",
95
+ "outputKey": "product-category"
96
+ }
97
+ ]
98
+ },
99
+ "product_clicked": {
100
+ "enrichments": [
101
+ {
102
+ "staticString": "ADD_EVENT_ID_HERE",
103
+ "outputKey": "event-id"
104
+ }
105
+ ],
106
+ "mappings": [
107
+ {
108
+ "inputKey": "properties.category",
109
+ "outputKey": "product-category"
110
+ },
111
+ {
112
+ "inputKey": "input",
113
+ "outputKey": "order-value",
114
+ "transforms": [
115
+ {
116
+ "expression": {
117
+ "lang": "lua",
118
+ "body": "return TOTAL_VALUE(input.properties)"
119
+ }
120
+ }
121
+ ]
122
+ }
123
+ ]
124
+ },
125
+ "product_viewed": {
126
+ "enrichments": [
127
+ {
128
+ "staticString": "ADD_EVENT_ID_HERE",
129
+ "outputKey": "event-id"
130
+ }
131
+ ],
132
+ "mappings": [
133
+ {
134
+ "inputKey": "properties.category",
135
+ "outputKey": "product-category"
136
+ },
137
+ {
138
+ "inputKey": "input",
139
+ "outputKey": "order-value",
140
+ "transforms": [
141
+ {
142
+ "expression": {
143
+ "lang": "lua",
144
+ "body": "return TOTAL_VALUE(input.properties)"
145
+ }
146
+ }
147
+ ]
148
+ }
149
+ ]
150
+ },
151
+ "product_added": {
152
+ "enrichments": [
153
+ {
154
+ "staticString": "ADD_EVENT_ID_HERE",
155
+ "outputKey": "event-id"
156
+ }
157
+ ],
158
+ "mappings": [
159
+ {
160
+ "inputKey": "properties.category",
161
+ "outputKey": "product-category"
162
+ },
163
+ {
164
+ "inputKey": "input",
165
+ "outputKey": "order-value",
166
+ "transforms": [
167
+ {
168
+ "expression": {
169
+ "lang": "lua",
170
+ "body": "return TOTAL_VALUE(input.properties)"
171
+ }
172
+ }
173
+ ]
174
+ }
175
+ ]
176
+ },
177
+ "product_removed": {
178
+ "enrichments": [
179
+ {
180
+ "staticString": "ADD_EVENT_ID_HERE",
181
+ "outputKey": "event-id"
182
+ }
183
+ ],
184
+ "mappings": [
185
+ {
186
+ "inputKey": "properties.category",
187
+ "outputKey": "product-category"
188
+ },
189
+ {
190
+ "inputKey": "input",
191
+ "outputKey": "order-value",
192
+ "transforms": [
193
+ {
194
+ "expression": {
195
+ "lang": "lua",
196
+ "body": "return TOTAL_VALUE(input.properties)"
197
+ }
198
+ }
199
+ ]
200
+ }
201
+ ]
202
+ },
203
+ "cart_viewed": {
204
+ "enrichments": [
205
+ {
206
+ "staticString": "ADD_EVENT_ID_HERE",
207
+ "outputKey": "event-id"
208
+ }
209
+ ],
210
+ "mappings": [
211
+ {
212
+ "inputKey": "input",
213
+ "outputKey": "order-value",
214
+ "transforms": [
215
+ {
216
+ "expression": {
217
+ "lang": "lua",
218
+ "body": "return TOTAL_VALUE(input.properties.products)"
219
+ }
220
+ }
221
+ ]
222
+ }
223
+ ]
224
+ },
225
+ "checkout_started": {
226
+ "enrichments": [
227
+ {
228
+ "staticString": "ADD_EVENT_ID_HERE",
229
+ "outputKey": "event-id"
230
+ }
231
+ ],
232
+ "mappings": [
233
+ {
234
+ "inputKey": "properties.value",
235
+ "outputKey": "order-value"
236
+ },
237
+ {
238
+ "inputKey": "properties.order_id",
239
+ "outputKey": "unique-id"
240
+ }
241
+ ]
242
+ },
243
+ "payment_info_entered": {
244
+ "enrichments": [
245
+ {
246
+ "staticString": "ADD_EVENT_ID_HERE",
247
+ "outputKey": "event-id"
248
+ }
249
+ ],
250
+ "mappings": [
251
+ {
252
+ "inputKey": "properties.order_id",
253
+ "outputKey": "unique-id"
254
+ }
255
+ ]
256
+ },
257
+ "order_completed": {
258
+ "enrichments": [
259
+ {
260
+ "staticString": "ADD_EVENT_ID_HERE",
261
+ "outputKey": "event-id"
262
+ }
263
+ ],
264
+ "mappings": [
265
+ {
266
+ "inputKey": "properties.total",
267
+ "outputKey": "order-value"
268
+ },
269
+ {
270
+ "inputKey": "properties.order_id",
271
+ "outputKey": "unique-id"
272
+ }
273
+ ]
274
+ },
275
+ "promotion_clicked": {
276
+ "enrichments": [
277
+ {
278
+ "staticString": "ADD_EVENT_ID_HERE",
279
+ "outputKey": "event-id"
280
+ }
281
+ ]
282
+ },
283
+ "promotion_viewed": {
284
+ "enrichments": [
285
+ {
286
+ "staticString": "ADD_EVENT_ID_HERE",
287
+ "outputKey": "event-id"
288
+ }
289
+ ]
290
+ },
291
+ "product_added_to_wishlist": {
292
+ "enrichments": [
293
+ {
294
+ "staticString": "ADD_EVENT_ID_HERE",
295
+ "outputKey": "event-id"
296
+ }
297
+ ],
298
+ "mappings": [
299
+ {
300
+ "inputKey": "properties.category",
301
+ "outputKey": "product-category"
302
+ },
303
+ {
304
+ "inputKey": "input",
305
+ "outputKey": "order-value",
306
+ "transforms": [
307
+ {
308
+ "expression": {
309
+ "lang": "lua",
310
+ "body": "return TOTAL_VALUE(input.properties)"
311
+ }
312
+ }
313
+ ]
314
+ }
315
+ ]
316
+ },
317
+ "order_updated": {
318
+ "enrichments": [
319
+ {
320
+ "staticString": "ADD_EVENT_ID_HERE",
321
+ "outputKey": "event-id"
322
+ }
323
+ ],
324
+ "mappings": [
325
+ {
326
+ "inputKey": "properties.total",
327
+ "outputKey": "order-value"
328
+ },
329
+ {
330
+ "inputKey": "properties.order_id",
331
+ "outputKey": "unique-id"
332
+ }
333
+ ]
334
+ },
335
+ "order_refunded": {
336
+ "enrichments": [
337
+ {
338
+ "staticString": "ADD_EVENT_ID_HERE",
339
+ "outputKey": "event-id"
340
+ }
341
+ ],
342
+ "mappings": [
343
+ {
344
+ "inputKey": "properties.total",
345
+ "outputKey": "order-value"
346
+ },
347
+ {
348
+ "inputKey": "properties.order_id",
349
+ "outputKey": "unique-id"
350
+ }
351
+ ]
352
+ },
353
+ "order_canceled": {
354
+ "enrichments": [
355
+ {
356
+ "staticString": "ADD_EVENT_ID_HERE",
357
+ "outputKey": "event-id"
358
+ }
359
+ ],
360
+ "mappings": [
361
+ {
362
+ "inputKey": "properties.total",
363
+ "outputKey": "order-value"
364
+ },
365
+ {
366
+ "inputKey": "properties.order_id",
367
+ "outputKey": "unique-id"
368
+ }
369
+ ]
370
+ },
371
+ "coupon_entered": {
372
+ "enrichments": [
373
+ {
374
+ "staticString": "ADD_EVENT_ID_HERE",
375
+ "outputKey": "event-id"
376
+ }
377
+ ],
378
+ "mappings": [
379
+ {
380
+ "inputKey": "properties.order_id",
381
+ "outputKey": "unique-id"
382
+ }
383
+ ]
384
+ },
385
+ "products_searched": {
386
+ "enrichments": [
387
+ {
388
+ "staticString": "ADD_EVENT_ID_HERE",
389
+ "outputKey": "event-id"
390
+ }
391
+ ]
392
+ }
393
+ }
394
+ }
@@ -1 +1 @@
1
- "f377639137190ba2c3cf2eeb0ced1d98 -"
1
+ "8c5fcfc86106e5d58c6857afb6423d9d -"
@@ -16,6 +16,10 @@
16
16
  {
17
17
  "date": "2025-12-03T21:00:00.000Z",
18
18
  "note": "Version: 0.1.0\nBeta Version\nAmazon DSP - Events initial release"
19
+ },
20
+ {
21
+ "date": "2026-01-28T21:00:00.000Z",
22
+ "note": "Version: 0.2.0\nAmazon DSP - Events added match_id"
19
23
  }
20
24
  ]
21
25
  }
@@ -1 +1 @@
1
- "ecf5179e82538902140b6c5b95a003f4 -"
1
+ "74f3b76313bbc2916088ec4ad2035b8e -"
@@ -1,29 +1,6 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "0.2.0",
3
3
  "global": {
4
- "filters": [
5
- {
6
- "byConditions": {
7
- "action": "allow",
8
- "when": {
9
- "matchesAny": {
10
- "conditions": [
11
- {
12
- "inputPathExists": {
13
- "inputPath": "traits.email"
14
- }
15
- },
16
- {
17
- "inputPathExists": {
18
- "inputPath": "userId"
19
- }
20
- }
21
- ]
22
- }
23
- }
24
- }
25
- }
26
- ],
27
4
  "enrichments": [
28
5
  {
29
6
  "staticString": "SERVER_TO_SERVER",
@@ -51,6 +28,10 @@
51
28
  }
52
29
  ]
53
30
  },
31
+ {
32
+ "inputKey": "anonymousId",
33
+ "outputKey": "match_id"
34
+ },
54
35
  {
55
36
  "inputKey": "input",
56
37
  "outputKey": "countryCode",
@@ -1 +1 @@
1
- "5fe4757066227190ec8c024a6798e3fd -"
1
+ "f78bd1af064de4a178efbb4813e19fb6 -"
@@ -52,6 +52,10 @@
52
52
  {
53
53
  "date": "2026-01-14T00:00:00.000Z",
54
54
  "note": "Version: 1.1.0\nMigrated from V4 to V5\nUpdated all quantity fields and added the value field to all events."
55
+ },
56
+ {
57
+ "date": "2026-01-28T00:00:00.000Z",
58
+ "note": "Version: 1.2.0\nUpdated quantity in events to ensure a minimum of 1"
55
59
  }
56
60
  ]
57
61
  }
@@ -1 +1 @@
1
- "888d6162acbcbd07277005de7b435ae2 -"
1
+ "fac932c91611d3793a1786473089a028 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.0",
2
+ "version": "1.2.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "CONFIG_ID",
@@ -89,13 +89,21 @@
89
89
  {
90
90
  "staticString": "ADD_FLOODLIGHT_ACTIVITY_ID_HERE",
91
91
  "outputKey": "floodlightActivityId"
92
- },
93
- {
94
- "staticString": "1",
95
- "outputKey": "quantity"
96
92
  }
97
93
  ],
98
94
  "mappings": [
95
+ {
96
+ "inputKey": "input",
97
+ "outputKey": "quantity",
98
+ "transforms": [
99
+ {
100
+ "expression": {
101
+ "lang": "lua",
102
+ "body": "local q = input.properties.quantity\nif q and q > 0 then\n return TO_STRING(q)\nend\nreturn '1'"
103
+ }
104
+ }
105
+ ]
106
+ },
99
107
  {
100
108
  "inputKey": "input",
101
109
  "outputKey": "value",
@@ -103,7 +111,7 @@
103
111
  {
104
112
  "expression": {
105
113
  "lang": "lua",
106
- "body": "return input.properties.price * (input.properties.quantity or 1)"
114
+ "body": "return TOTAL_VALUE(input.properties)"
107
115
  }
108
116
  }
109
117
  ]
@@ -115,13 +123,21 @@
115
123
  {
116
124
  "staticString": "ADD_FLOODLIGHT_ACTIVITY_ID_HERE",
117
125
  "outputKey": "floodlightActivityId"
118
- },
119
- {
120
- "staticString": "1",
121
- "outputKey": "quantity"
122
126
  }
123
127
  ],
124
128
  "mappings": [
129
+ {
130
+ "inputKey": "input",
131
+ "outputKey": "quantity",
132
+ "transforms": [
133
+ {
134
+ "expression": {
135
+ "lang": "lua",
136
+ "body": "return TO_STRING(SUM(MAP(input.properties.products, function(p)\n if p.quantity and p.quantity > 0 then\n return p.quantity\n end\n return 1\n end))\n)"
137
+ }
138
+ }
139
+ ]
140
+ },
125
141
  {
126
142
  "inputKey": "properties.total",
127
143
  "outputKey": "value"
@@ -1 +1 @@
1
- "5fb55bf9e3c33ddb16bf5a8a71b56218 -"
1
+ "9e82f8a6de1249c2845dbf28eda8aede -"
@@ -0,0 +1 @@
1
+ "08f560facd598d68e2f21accaeb934ad -"
@@ -0,0 +1,23 @@
1
+ {
2
+ "params": [
3
+ {
4
+ "name": "ACCOUNT_ID",
5
+ "exampleValue": "my_account_id"
6
+ }
7
+ ],
8
+ "default": {
9
+ "method": "POST",
10
+ "headers": [
11
+ {
12
+ "key": "Content-Type",
13
+ "value": "application/json"
14
+ }
15
+ ],
16
+ "endpoint": "https://logx.optimizely.com/v1/events",
17
+ "batchSize": 100,
18
+ "transform": {
19
+ "body": "request.body = {\n account_id = \"$$ACCOUNT_ID$$\",\n visitors = batch,\n anonymize_ip = true,\n client_name = \"metarouter/optimizely\",\n client_version = \"1.0.0\",\n enrich_decisions = true\n}\nreturn request",
20
+ "lang": "lua"
21
+ }
22
+ }
23
+ }
@@ -0,0 +1 @@
1
+ "50fc741adf691f190691b1564e8b8827 -"
@@ -0,0 +1,21 @@
1
+ {
2
+ "isDraft": false,
3
+ "isDeprecated": false,
4
+ "isBeta": true,
5
+ "friendlyName": "Optimizely",
6
+ "description": "Optimizely is a powerful experimentation platform designed to help businesses optimize digital experiences through A/B testing, feature flags, and personalization.",
7
+ "logo": "https://cdn.metarouter.io/optimizely.png",
8
+ "color": "#0073e6",
9
+ "eventSource": {
10
+ "isAndroidApp": true,
11
+ "isIosApp": true,
12
+ "isWebApp": true
13
+ },
14
+ "inputSchema": "analytics_js",
15
+ "releaseNotes": [
16
+ {
17
+ "date": "2026-01-28T00:00:00.000Z",
18
+ "note": "Version: 0.1.0\nBeta Version\nOptimizely Event API initial release"
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1 @@
1
+ "cd6fb7dba783a94ead69095f0120088a -"
@@ -0,0 +1,241 @@
1
+ {
2
+ "version": "0.1.0",
3
+ "default": {
4
+ "filters": [
5
+ {
6
+ "byEventNames": {
7
+ "action": "allow",
8
+ "events": [
9
+ ""
10
+ ]
11
+ }
12
+ }
13
+ ]
14
+ },
15
+ "global": {
16
+ "filters": [
17
+ {
18
+ "byConditions": {
19
+ "action": "allow",
20
+ "when": {
21
+ "inputPathExists": {
22
+ "inputPath": "context.providers.optimizely.optimizelyEndUserId"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ ],
28
+ "mappings": [
29
+ {
30
+ "inputKey": "context.providers.optimizely.optimizelyEndUserId",
31
+ "outputKey": "visitor_id"
32
+ },
33
+ {
34
+ "inputKey": "input",
35
+ "outputKey": "attributes",
36
+ "transforms": [
37
+ {
38
+ "expression": {
39
+ "body": "local attrs = {}\nif input.traits then\n for key, value in pairs(input.traits) do\n table.insert(attrs, {\n type = \"custom\",\n key = key,\n value = value\n })\n end\nend\nreturn attrs",
40
+ "lang": "lua"
41
+ }
42
+ }
43
+ ]
44
+ }
45
+ ]
46
+ },
47
+ "eventSpecific": {
48
+ "identify": {
49
+ "mappings": [
50
+ {
51
+ "inputKey": "input",
52
+ "outputKey": "snapshots",
53
+ "transforms": [
54
+ {
55
+ "expression": {
56
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"identify\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\"\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
57
+ "lang": "lua"
58
+ }
59
+ }
60
+ ]
61
+ }
62
+ ]
63
+ },
64
+ "page": {
65
+ "mappings": [
66
+ {
67
+ "inputKey": "input",
68
+ "outputKey": "snapshots",
69
+ "transforms": [
70
+ {
71
+ "expression": {
72
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"page\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
73
+ "lang": "lua"
74
+ }
75
+ }
76
+ ]
77
+ }
78
+ ]
79
+ },
80
+ "products_searched": {
81
+ "mappings": [
82
+ {
83
+ "inputKey": "input",
84
+ "outputKey": "snapshots",
85
+ "transforms": [
86
+ {
87
+ "expression": {
88
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"products_searched\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
89
+ "lang": "lua"
90
+ }
91
+ }
92
+ ]
93
+ }
94
+ ]
95
+ },
96
+ "product_list_viewed": {
97
+ "mappings": [
98
+ {
99
+ "inputKey": "input",
100
+ "outputKey": "snapshots",
101
+ "transforms": [
102
+ {
103
+ "expression": {
104
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"product_list_viewed\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
105
+ "lang": "lua"
106
+ }
107
+ }
108
+ ]
109
+ }
110
+ ]
111
+ },
112
+ "product_clicked": {
113
+ "mappings": [
114
+ {
115
+ "inputKey": "input",
116
+ "outputKey": "snapshots",
117
+ "transforms": [
118
+ {
119
+ "expression": {
120
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"product_clicked\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
121
+ "lang": "lua"
122
+ }
123
+ }
124
+ ]
125
+ }
126
+ ]
127
+ },
128
+ "product_viewed": {
129
+ "mappings": [
130
+ {
131
+ "inputKey": "input",
132
+ "outputKey": "snapshots",
133
+ "transforms": [
134
+ {
135
+ "expression": {
136
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"product_viewed\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n revenue = TO_TRUNCATED_INT(TOTAL_VALUE(input.properties) * 100),\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
137
+ "lang": "lua"
138
+ }
139
+ }
140
+ ]
141
+ }
142
+ ]
143
+ },
144
+ "product_added": {
145
+ "mappings": [
146
+ {
147
+ "inputKey": "input",
148
+ "outputKey": "snapshots",
149
+ "transforms": [
150
+ {
151
+ "expression": {
152
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"product_added\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n quantity = input.properties.quantity,\n revenue = TO_TRUNCATED_INT(TOTAL_VALUE(input.properties) * 100),\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
153
+ "lang": "lua"
154
+ }
155
+ }
156
+ ]
157
+ }
158
+ ]
159
+ },
160
+ "product_removed": {
161
+ "mappings": [
162
+ {
163
+ "inputKey": "input",
164
+ "outputKey": "snapshots",
165
+ "transforms": [
166
+ {
167
+ "expression": {
168
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"product_removed\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n quantity = input.properties.quantity,\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
169
+ "lang": "lua"
170
+ }
171
+ }
172
+ ]
173
+ }
174
+ ]
175
+ },
176
+ "cart_viewed": {
177
+ "mappings": [
178
+ {
179
+ "inputKey": "input",
180
+ "outputKey": "snapshots",
181
+ "transforms": [
182
+ {
183
+ "expression": {
184
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"cart_viewed\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n revenue = TO_TRUNCATED_INT(TOTAL_VALUE(input.properties.products) * 100),\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
185
+ "lang": "lua"
186
+ }
187
+ }
188
+ ]
189
+ }
190
+ ]
191
+ },
192
+ "checkout_started": {
193
+ "mappings": [
194
+ {
195
+ "inputKey": "input",
196
+ "outputKey": "snapshots",
197
+ "transforms": [
198
+ {
199
+ "expression": {
200
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"checkout_started\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n revenue = TO_TRUNCATED_INT(TOTAL_VALUE(input.properties.products) * 100),\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
201
+ "lang": "lua"
202
+ }
203
+ }
204
+ ]
205
+ }
206
+ ]
207
+ },
208
+ "payment_info_entered": {
209
+ "mappings": [
210
+ {
211
+ "inputKey": "input",
212
+ "outputKey": "snapshots",
213
+ "transforms": [
214
+ {
215
+ "expression": {
216
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"payment_info_entered\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
217
+ "lang": "lua"
218
+ }
219
+ }
220
+ ]
221
+ }
222
+ ]
223
+ },
224
+ "order_completed": {
225
+ "mappings": [
226
+ {
227
+ "inputKey": "input",
228
+ "outputKey": "snapshots",
229
+ "transforms": [
230
+ {
231
+ "expression": {
232
+ "body": "local event = {\n timestamp = MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.receivedAt or input.originalTimestamp, { inputFormat = \"2006-01-02T15:04:05Z07:00\" })),\n uuid = input.messageId,\n key = \"order_completed\",\n entity_id = \"ADD_YOUR_EVENT_ID_HERE\",\n revenue = TO_TRUNCATED_INT(TOTAL_VALUE(input.properties.products) * 100),\n tags = input.properties\n}\n\nreturn {{\n decisions = {},\n events = {event}\n}}",
233
+ "lang": "lua"
234
+ }
235
+ }
236
+ ]
237
+ }
238
+ ]
239
+ }
240
+ }
241
+ }
@@ -1 +1 @@
1
- "a3b817a2b9ff4835b33732b7453df7f9 -"
1
+ "b0391b2f1b95b732fbe39fc45c06a4e8 -"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "isDraft": false,
3
3
  "isDeprecated": false,
4
- "isBeta": true,
4
+ "isBeta": false,
5
5
  "friendlyName": "Ringier Axel Springer Poland",
6
6
  "description": "Ringier Axel Springer Poland (RASP) is a leading digital media and technology company that provides advertising services such as programmatic ads, branded content, display advertising, and audience targeting, leveraging its large digital reach.",
7
7
  "logo": "https://cdn.metarouter.io/ringier-axel-springer-poland.png",
@@ -24,6 +24,10 @@
24
24
  {
25
25
  "date": "2025-09-24T00:00:00.000Z",
26
26
  "note": "Version: 0.3.0\nStringified products fields in multiple events"
27
+ },
28
+ {
29
+ "date": "2026-01-21T00:00:00.000Z",
30
+ "note": "Version: 1.0.0\nStable Release"
27
31
  }
28
32
  ]
29
33
  }
@@ -1 +1 @@
1
- "216a161c769b427a4275c83ed5af74c0 -"
1
+ "686b9f468fffa0962b12e5321d91ff75 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.3.0",
2
+ "version": "1.0.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "PIXEL_ID",
@@ -1 +1 @@
1
- "ad5f7458a084d7c8052a9aee7d524508 -"
1
+ "fcea7e22a7651731706520ce3768bf00 -"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isDeprecated": false,
3
+ "isDeprecated": true,
4
4
  "isBeta": false,
5
5
  "friendlyName": "Ringier Axel Springer Poland",
6
6
  "description": "Ringier Axel Springer Poland (RASP) is a leading digital media and technology company that provides advertising services such as programmatic ads, branded content, display advertising, and audience targeting, leveraging its large digital reach.",
@@ -32,6 +32,10 @@
32
32
  {
33
33
  "date": "2025-09-24T00:00:00.000Z",
34
34
  "note": "Version: 1.3.0\nReverted changes: Stringified products fields in multiple events"
35
+ },
36
+ {
37
+ "date": "2026-01-21T00:00:00.000Z",
38
+ "note": "Version: 1.4.0\nDeprecating in favor of the released RASP SDK Kit"
35
39
  }
36
40
  ]
37
41
  }
@@ -1 +1 @@
1
- "6b08959bc389ff10f4003c28acf7d554 -"
1
+ "a2fd5c1858215376c3998269a6724f3e -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.0",
2
+ "version": "1.4.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "PIXEL_ID",
@@ -1 +1 @@
1
- "4f283851c3fb3eed2776910e4e40fa89 -"
1
+ "d4cf3b354f9a613a9104f5621692420d -"
@@ -1 +1 @@
1
- "cdcd55976cbf2cac879e8133d64da0bd -"
1
+ "ac578e65973f4ff655c14671cc457c41 -"
@@ -11,6 +11,11 @@
11
11
  {
12
12
  "name": "ADVERTISER_ID",
13
13
  "exampleValue": "my-advertiser-id"
14
+ },
15
+ {
16
+ "name": "DATA_PROVIDER_ID",
17
+ "exampleValue": "my-data-provider-id",
18
+ "defaultValue": "metarouter"
14
19
  }
15
20
  ],
16
21
  "default": {
@@ -29,7 +34,7 @@
29
34
  "batchSize": 100,
30
35
  "transform": {
31
36
  "lang": "lua",
32
- "body": "request.body = {\n AdvertiserId = \"$$ADVERTISER_ID$$\",\n Items = batch,\n}\nreturn request"
37
+ "body": "request.body = {\n DataProviderId = \"$$DATA_PROVIDER_ID$$\",\n AdvertiserId = \"$$ADVERTISER_ID$$\",\n Items = batch,\n}\nreturn request"
33
38
  },
34
39
  "providerAuth": {
35
40
  "tradedesk": {
@@ -1 +1 @@
1
- "bbb376916f970746fc7cb7905e1b994d -"
1
+ "13cec39f058da9d50dda94040dd9f111 -"
@@ -28,6 +28,10 @@
28
28
  {
29
29
  "date": "2025-07-30T00:00:00.000Z",
30
30
  "note": "Version: 1.2.0\nUpdated Lua timestamp fallback logic to use input.timestamp"
31
+ },
32
+ {
33
+ "date": "2026-01-21T00:00:00.000Z",
34
+ "note": "Version: 1.3.0\nAdded DATA_PROVIDER_ID connection param support required for externally sent 1d data (ex: metarouter sending customer 1p data)."
31
35
  }
32
36
  ]
33
37
  }
@@ -1 +1 @@
1
- "6534b17daaf5892a2e1d9fbd140b7ef0 -"
1
+ "e84813910f6cce9ac0f9e05fa37d9114 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.3.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "TTL_IN_MINUTES",
package/README.md CHANGED
@@ -2,16 +2,22 @@
2
2
 
3
3
  ### 2026-01
4
4
  - Adobe Analytics
5
+ - Amazon DSP - Events
5
6
  - Attentive
6
7
  - CM360 - Floodlights
7
8
  - EngageFront
8
9
  - Google Ads - Conversions
9
10
  - Hightouch (New)
10
11
  - Meta CAPI
12
+ - Optimizely (New)
11
13
  - Pipeline Router (New)
12
14
  - Reddit Ads
15
+ - Ringier Axel Springer Poland
16
+ - Ringier Axel Springer Poland
13
17
  - Snapchat - CAPI
14
18
  - Teads
19
+ - TheTradeDesk Firstparty Advertiser Data
20
+ - adMarketplace (New)
15
21
 
16
22
  | Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
17
23
  |----------|----------------------|---------------------|---------------------|-----------------|-------------|
@@ -22,7 +28,7 @@
22
28
  | Adobe Analytics | 2025-10-08 | 2026-01-07 | 2026-01-07 | Version: 1.0.0 | Stable Release |
23
29
  | Adobe Experience Platform | 2023-03-21 | 2025-08-20 | 2025-11-19 | Version: 1.1.0 | Added ECID support Updated identityMap mappings |
24
30
  | Adobe ID | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
25
- | Amazon DSP - Events | 2025-12-03 | N/A | 2025-12-03 | Version: 0.1.0 | Beta Version Amazon DSP - Events initial release |
31
+ | Amazon DSP - Events | 2025-12-03 | N/A | 2026-01-28 | Version: 0.2.0 | Amazon DSP - Events added match_id |
26
32
  | Amazon DSP CAPI | 2025-05-21 | 2025-08-13 | 2025-08-13 | Version: 1.0.0 | Stable Release |
27
33
  | Amazon Data Firehose | 2025-02-05 | 2025-04-02 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
28
34
  | Amazon Kinesis | 2025-05-21 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
@@ -39,7 +45,7 @@
39
45
  | Blueshift | 2021-06-24 | 2025-01-22 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
40
46
  | Braze | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
41
47
  | Button | 2025-02-19 | 2025-03-12 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
42
- | CM360 - Floodlights | 2021-06-24 | 2025-08-20 | 2026-01-14 | Version: 1.1.0 | Migrated from V4 to V5 Updated all quantity fields and added the value field to all events. |
48
+ | CM360 - Floodlights | 2021-06-24 | 2025-08-20 | 2026-01-28 | Version: 1.2.0 | Updated quantity in events to ensure a minimum of 1 |
43
49
  | Clinch | 2024-04-24 | 2024-06-12 | 2025-10-15 | Version: 1.3.1 | Added friendly names to expressions |
44
50
  | Commission Junction | 2024-01-17 | 2024-04-24 | 2025-11-19 | Version: 1.5.1 | Added friendly name to trackingSource expression |
45
51
  | Convert | 2023-09-08 | N/A | 2024-11-20 | Version: 0.3.0 | Added new deduplication parameter for all events, `tid` |
@@ -81,6 +87,7 @@
81
87
  | Movable Ink - Customer Data | 2024-02-07 | 2024-04-24 | 2025-07-16 | Version: 1.3.0 | TABLE_SLICE custom function usage. |
82
88
  | Nextdoor | 2023-03-07 | 2024-08-07 | 2024-08-07 | Version: 1.0.0 | Stable release |
83
89
  | Nextdoor - CAPI | 2024-06-05 | 2024-07-17 | 2025-10-08 | Version: 1.4.0 | Extended Nextdoor CAPI events. |
90
+ | Optimizely (New) | 2026-01-28 | N/A | 2026-01-28 | Version: 0.1.0 | Beta Version Optimizely Event API initial release |
84
91
  | Perion | 2025-05-21 | 2025-07-16 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
85
92
  | Pinterest Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
86
93
  | Pinterest CAPI | 2023-03-07 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
@@ -90,8 +97,8 @@
90
97
  | RTB House | 2024-11-20 | N/A | 2025-12-03 | Version: 0.4.0 | Updated endpoint to be a parameter |
91
98
  | Rakuten Conversions | 2025-07-30 | 2025-09-24 | 2025-09-24 | Version: 1.0.0 | Stable Release |
92
99
  | Reddit Ads | 2023-09-12 | 2026-01-07 | 2026-01-07 | Version: 2.0.0 | Stable Release of Reddit CAPI V3 |
93
- | Ringier Axel Springer Poland | 2025-06-25 | N/A | 2025-09-24 | Version: 0.3.0 | Stringified products fields in multiple events |
94
- | Ringier Axel Springer Poland | 2025-03-05 | 2025-04-09 | 2025-09-24 | Version: 1.3.0 | Reverted changes: Stringified products fields in multiple events |
100
+ | Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-01-21 | Version: 1.0.0 | Stable Release |
101
+ | Ringier Axel Springer Poland | 2025-03-05 | 2025-04-09 | 2026-01-21 | Version: 1.4.0 | Deprecating in favor of the released RASP SDK Kit |
95
102
  | Roku | 2023-04-27 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
96
103
  | Roomvo | 2021-08-10 | N/A | 2025-10-15 | Version: 0.2.1 | Added friendly names to expressions |
97
104
  | Salesforce CDP | 2022-05-31 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced originalTimestamp with timestamp |
@@ -101,7 +108,7 @@
101
108
  | Teads | 2025-11-12 | 2026-01-07 | 2026-01-07 | Version: 1.0.0 | Stable Release |
102
109
  | The Trade Desk - Conversions | 2025-06-04 | 2025-07-30 | 2025-12-10 | Version: 1.2.0 | Updating identifier mappings |
103
110
  | TheTradeDesk Conversion Events | 2022-11-29 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced originalTimestamp with timestamp |
104
- | TheTradeDesk Firstparty Advertiser Data | 2022-11-29 | N/A | 2025-07-30 | Version: 1.2.0 | Updated Lua timestamp fallback logic to use input.timestamp |
111
+ | TheTradeDesk Firstparty Advertiser Data | 2022-11-29 | N/A | 2026-01-21 | Version: 1.3.0 | Added DATA_PROVIDER_ID connection param support required for externally sent 1d data (ex: metarouter sending customer 1p data). |
105
112
  | TikTok | 2023-03-07 | 2023-12-13 | 2025-12-17 | Version: 2.5.0 | Added additional standard events Added num_items, content_ids and limited_data_use fields |
106
113
  | Treasure Data | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
107
114
  | VideoAmp | 2022-11-17 | N/A | 2024-10-23 | Version: 0.3.0 | Added header `Accept-Encoding: application/json` |
@@ -112,3 +119,4 @@
112
119
  | Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
113
120
  | Yahoo Pixel API | 2023-03-07 | 2023-12-13 | 2025-04-09 | Version: 1.3.0 | Friendly name updated |
114
121
  | Zeotap | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
122
+ | adMarketplace (New) | 2026-01-21 | N/A | 2026-01-21 | Version: 0.1.0 | Beta Version adMarketplace initial release |
package/index.js CHANGED
@@ -106,6 +106,12 @@ exports['acuity-ads'] = {
106
106
  metadata: require('./.dist/acuity-ads/metadata.json')
107
107
  }
108
108
 
109
+ exports['ad-marketplace'] = {
110
+ endpointSchema: require('./.dist/ad-marketplace/connection.json'),
111
+ playbook: require('./.dist/ad-marketplace/playbook.json'),
112
+ metadata: require('./.dist/ad-marketplace/metadata.json')
113
+ }
114
+
109
115
  exports['adjust'] = {
110
116
  endpointSchema: require('./.dist/adjust/connection.json'),
111
117
  playbook: require('./.dist/adjust/playbook.json'),
@@ -435,6 +441,12 @@ exports['nextdoor-capi'] = {
435
441
  metadata: require('./.dist/nextdoor-capi/metadata.json')
436
442
  }
437
443
 
444
+ exports.optimizely = {
445
+ endpointSchema: require('./.dist/optimizely/connection.json'),
446
+ playbook: require('./.dist/optimizely/playbook.json'),
447
+ metadata: require('./.dist/optimizely/metadata.json')
448
+ }
449
+
438
450
  exports['perion'] = {
439
451
  endpointSchema: require('./.dist/perion/connection.json'),
440
452
  playbook: require('./.dist/perion/playbook.json'),
@@ -483,12 +495,6 @@ exports['rev-jet'] = {
483
495
  metadata: require('./.dist/rev-jet/metadata.json')
484
496
  }
485
497
 
486
- exports['ringier-axel-springer-poland'] = {
487
- endpointSchema: require('./.dist/ringier-axel-springer-poland/connection.json'),
488
- playbook: require('./.dist/ringier-axel-springer-poland/playbook.json'),
489
- metadata: require('./.dist/ringier-axel-springer-poland/metadata.json')
490
- }
491
-
492
498
  exports.roku = {
493
499
  endpointSchema: require('./.dist/roku/connection.json'),
494
500
  playbook: require('./.dist/roku/playbook.json'),
@@ -689,6 +695,11 @@ exports.etags = {
689
695
  playbook: require('./.dist/acuity-ads/playbook.etag.json'),
690
696
  kit: require('./.dist/acuity-ads/kit.etag.json')
691
697
  },
698
+ 'ad-marketplace': {
699
+ endpointSchema: require('./.dist/ad-marketplace/connection.etag.json'),
700
+ playbook: require('./.dist/ad-marketplace/playbook.etag.json'),
701
+ kit: require('./.dist/ad-marketplace/kit.etag.json')
702
+ },
692
703
  'adjust': {
693
704
  endpointSchema: require('./.dist/adjust/connection.etag.json'),
694
705
  playbook: require('./.dist/adjust/playbook.etag.json'),
@@ -964,6 +975,11 @@ exports.etags = {
964
975
  playbook: require('./.dist/nextdoor-capi/playbook.etag.json'),
965
976
  kit: require('./.dist/nextdoor-capi/kit.etag.json')
966
977
  },
978
+ optimizely: {
979
+ endpointSchema: require('./.dist/optimizely/connection.etag.json'),
980
+ playbook: require('./.dist/optimizely/playbook.etag.json'),
981
+ kit: require('./.dist/optimizely/kit.etag.json')
982
+ },
967
983
  'perion': {
968
984
  endpointSchema: require('./.dist/perion/connection.etag.json'),
969
985
  playbook: require('./.dist/perion/playbook.etag.json'),
@@ -1004,11 +1020,6 @@ exports.etags = {
1004
1020
  playbook: require('./.dist/rev-jet/playbook.etag.json'),
1005
1021
  kit: require('./.dist/rev-jet/kit.etag.json')
1006
1022
  },
1007
- 'ringier-axel-springer-poland': {
1008
- endpointSchema: require('./.dist/ringier-axel-springer-poland/connection.etag.json'),
1009
- playbook: require('./.dist/ringier-axel-springer-poland/playbook.etag.json'),
1010
- kit: require('./.dist/ringier-axel-springer-poland/kit.etag.json')
1011
- },
1012
1023
  roku: {
1013
1024
  endpointSchema: require('./.dist/roku/connection.etag.json'),
1014
1025
  playbook: require('./.dist/roku/playbook.etag.json'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.155",
3
+ "version": "1.0.157",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {