@metarouter/ajs-starter-kit 1.0.157 → 1.0.159

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.
@@ -1 +1 @@
1
- "a0d9f051552b4ba3ab0421c67e8ffc0e -"
1
+ "13f89ab0a95962c27ba341f6e99d9ec2 -"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isDeprecated": false,
3
+ "isDeprecated": true,
4
4
  "isBeta": false,
5
5
  "friendlyName": "Amazon DSP CAPI",
6
6
  "description": "Amazon DSP is a programmatic advertising solution that allows advertisers to purchase video, audio, and display ad placements both on Amazon-owned properties and across a network of third-party sites and apps.",
@@ -28,6 +28,10 @@
28
28
  {
29
29
  "date": "2025-08-13T21:00:00.000Z",
30
30
  "note": "Version: 1.0.0\nStable Release"
31
+ },
32
+ {
33
+ "date": "2026-02-04T21:00:00.000Z",
34
+ "note": "Version: 1.1.0\nDeprecated"
31
35
  }
32
36
  ]
33
37
  }
@@ -1 +1 @@
1
- "e9d5bdeffd8acb0cf49fa6014838d3b4 -"
1
+ "d68489bf6ec40c6328bd05d64e879072 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.1.0",
3
3
  "global": {
4
4
  "filters": [
5
5
  {
@@ -1 +1 @@
1
- "8c5fcfc86106e5d58c6857afb6423d9d -"
1
+ "e9dcb43ae59088d15044fdedffd95f2d -"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "isDraft": false,
3
3
  "isDeprecated": false,
4
- "isBeta": true,
4
+ "isBeta": false,
5
5
  "friendlyName": "Amazon DSP - Events",
6
6
  "description": "Amazon DSP (Demand-Side Platform) is a programmatic advertising solution that allows advertisers to purchase video, audio, and display ad placements both on Amazon-owned properties and across a network of third-party sites and apps",
7
7
  "logo": "https://cdn.metarouter.io/amazon-dsp-capi.png",
@@ -20,6 +20,10 @@
20
20
  {
21
21
  "date": "2026-01-28T21:00:00.000Z",
22
22
  "note": "Version: 0.2.0\nAmazon DSP - Events added match_id"
23
+ },
24
+ {
25
+ "date": "2026-02-18T21:00:00.000Z",
26
+ "note": "Version: 1.0.0\nStable Release"
23
27
  }
24
28
  ]
25
29
  }
@@ -1 +1 @@
1
- "74f3b76313bbc2916088ec4ad2035b8e -"
1
+ "52424acbedb8d3e1e0d2230e54e5d67d -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "1.0.0",
3
3
  "global": {
4
4
  "enrichments": [
5
5
  {
@@ -0,0 +1 @@
1
+ "313c6d56fb5612f80a69a45f86b8f505 -"
@@ -0,0 +1,35 @@
1
+ {
2
+ "params": [
3
+ {
4
+ "name": "PIXEL_ID",
5
+ "exampleValue": "my-pixel-id"
6
+ },
7
+ {
8
+ "name": "AUTH_KEY",
9
+ "exampleValue": "my-auth-key",
10
+ "defaultValue": "ak_276r1e1s2y541x193518483x1j2z512r5a0v5t42262e1y4h0b4e413y6u3e6f6s"
11
+ }
12
+ ],
13
+ "default": {
14
+ "endpoint": "https://b.applovin.com/v1/event?pixel_id=$$PIXEL_ID$$",
15
+ "method": "POST",
16
+ "transform": {
17
+ "lang": "lua",
18
+ "body": "request.body = { events = batch }\nreturn request"
19
+ },
20
+ "headers": [
21
+ {
22
+ "key": "Accept-Encoding",
23
+ "value": "application/json"
24
+ },
25
+ {
26
+ "key": "Content-Type",
27
+ "value": "application/json"
28
+ },
29
+ {
30
+ "key": "Authorization",
31
+ "value": "$$AUTH_KEY$$"
32
+ }
33
+ ]
34
+ }
35
+ }
@@ -0,0 +1 @@
1
+ "49b2bda0f9cda2e5241e9ace07c4fb12 -"
@@ -0,0 +1,21 @@
1
+ {
2
+ "isDraft": false,
3
+ "isDeprecated": false,
4
+ "isBeta": true,
5
+ "friendlyName": "Axon",
6
+ "description": "Axon by AppLovin is the company's AI-powered advertising platform, rebranded from its earlier ad tech offerings to focus on automated, performance-driven campaign management.",
7
+ "logo": "https://cdn.metarouter.io/axon.png",
8
+ "color": "#0683AA",
9
+ "eventSource": {
10
+ "isAndroidApp": true,
11
+ "isIosApp": true,
12
+ "isWebApp": true
13
+ },
14
+ "inputSchema": "analytics_js",
15
+ "releaseNotes": [
16
+ {
17
+ "date": "2026-02-04T21:00:00.000Z",
18
+ "note": "Version: 0.1.0\nBeta Version\nAxon initial release"
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1 @@
1
+ "012f2c496a6ef7c6fcd63cc131c4a385 -"
@@ -0,0 +1,436 @@
1
+ {
2
+ "version": "0.1.0",
3
+ "global": {
4
+ "mappings": [
5
+ {
6
+ "inputKey": "input",
7
+ "outputKey": "event_time",
8
+ "transforms": [
9
+ {
10
+ "expression": {
11
+ "lang": "lua",
12
+ "body": "return MILLISECONDS_SINCE_EPOCH_FROM_RFC3999(TO_DATE_TIME(input.timestamp or input.originalTimestamp or input.sentAt))"
13
+ }
14
+ }
15
+ ]
16
+ },
17
+ {
18
+ "inputKey": "context.page.url",
19
+ "outputKey": "event_source_url"
20
+ },
21
+ {
22
+ "inputKey": "context.providers.axon.aleid",
23
+ "outputKey": "user_data.aleid"
24
+ },
25
+ {
26
+ "inputKey": "context.providers.axon.alart",
27
+ "outputKey": "user_data.alart"
28
+ },
29
+ {
30
+ "inputKey": "anonymousId",
31
+ "outputKey": "user_data.client_id"
32
+ },
33
+ {
34
+ "inputKey": "context.ip",
35
+ "outputKey": "user_data.client_ip_address"
36
+ },
37
+ {
38
+ "inputKey": "context.userAgent",
39
+ "outputKey": "user_data.client_user_agent"
40
+ },
41
+ {
42
+ "inputKey": "input",
43
+ "outputKey": "user_data.esi",
44
+ "transforms": [
45
+ {
46
+ "expression": {
47
+ "lang": "lua",
48
+ "body": "if input.context.device.type then\n return \"app\"\nend\nreturn \"web\""
49
+ }
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "inputKey": "context.device.advertisingId",
55
+ "outputKey": "user_data.ifa"
56
+ },
57
+ {
58
+ "inputKey": "input",
59
+ "outputKey": "user_data.idfv",
60
+ "transforms": [
61
+ {
62
+ "expression": {
63
+ "lang": "lua",
64
+ "body": "if LOWER(input.context.device.type) == \"ios\" then\n return input.context.device.id\nend"
65
+ }
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "inputKey": "input",
71
+ "outputKey": "user_data.os",
72
+ "transforms": [
73
+ {
74
+ "expression": {
75
+ "lang": "lua",
76
+ "body": "local deviceType = LOWER(input.context.device.type)\nif deviceType == 'ios' then\n return \"ios\"\nelseif deviceType == 'android' then\n return \"android\"\nend\nreturn \"desktop_os\""
77
+ }
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "inputKey": "traits.address.postalCode",
83
+ "outputKey": "user_data.zip"
84
+ }
85
+ ]
86
+ },
87
+ "default": {
88
+ "filters": [
89
+ {
90
+ "byEventNames": {
91
+ "action": "allow",
92
+ "events": [
93
+ ""
94
+ ]
95
+ }
96
+ }
97
+ ]
98
+ },
99
+ "eventSpecific": {
100
+ "application_open": {
101
+ "enrichments": [
102
+ {
103
+ "staticString": "app_open",
104
+ "outputKey": "name"
105
+ }
106
+ ]
107
+ },
108
+ "identify": {
109
+ "enrichments": [
110
+ {
111
+ "staticString": "login",
112
+ "outputKey": "name"
113
+ }
114
+ ]
115
+ },
116
+ "page": {
117
+ "enrichments": [
118
+ {
119
+ "staticString": "page_view",
120
+ "outputKey": "name"
121
+ }
122
+ ]
123
+ },
124
+ "products_searched": {
125
+ "enrichments": [
126
+ {
127
+ "staticString": "search",
128
+ "outputKey": "name"
129
+ }
130
+ ],
131
+ "mappings": [
132
+ {
133
+ "inputKey": "properties.query",
134
+ "outputKey": "data.search_term"
135
+ }
136
+ ]
137
+ },
138
+ "product_viewed": {
139
+ "enrichments": [
140
+ {
141
+ "staticString": "view_item",
142
+ "outputKey": "name"
143
+ }
144
+ ],
145
+ "mappings": [
146
+ {
147
+ "inputKey": "properties.currency",
148
+ "outputKey": "data.currency",
149
+ "transforms": [
150
+ {
151
+ "modifyString": "uppercase"
152
+ }
153
+ ]
154
+ },
155
+ {
156
+ "inputKey": "input",
157
+ "outputKey": "data.value",
158
+ "transforms": [
159
+ {
160
+ "expression": {
161
+ "lang": "lua",
162
+ "body": "return TOTAL_VALUE(input.properties)"
163
+ }
164
+ }
165
+ ]
166
+ },
167
+ {
168
+ "inputKey": "input",
169
+ "outputKey": "data.items",
170
+ "transforms": [
171
+ {
172
+ "expression": {
173
+ "lang": "lua",
174
+ "body": "local p = input.properties\nreturn {\n {\n item_id = p.product_id or p.sku,\n image_url = p.image_url,\n item_name = p.name,\n price = p.price,\n quantity = p.quantity or 1,\n item_brand = p.brand,\n item_category = p.category\n }\n}"
175
+ }
176
+ }
177
+ ]
178
+ }
179
+ ]
180
+ },
181
+ "product_added": {
182
+ "enrichments": [
183
+ {
184
+ "staticString": "add_to_cart",
185
+ "outputKey": "name"
186
+ }
187
+ ],
188
+ "mappings": [
189
+ {
190
+ "inputKey": "properties.currency",
191
+ "outputKey": "data.currency",
192
+ "defaultString": "USD",
193
+ "transforms": [
194
+ {
195
+ "modifyString": "uppercase"
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "inputKey": "input",
201
+ "outputKey": "data.value",
202
+ "transforms": [
203
+ {
204
+ "expression": {
205
+ "lang": "lua",
206
+ "body": "return TOTAL_VALUE(input.properties)"
207
+ }
208
+ }
209
+ ]
210
+ },
211
+ {
212
+ "inputKey": "input",
213
+ "outputKey": "data.items",
214
+ "transforms": [
215
+ {
216
+ "expression": {
217
+ "lang": "lua",
218
+ "body": "local p = input.properties\nreturn {\n {\n item_id = p.product_id or p.sku,\n image_url = p.image_url,\n item_name = p.name,\n price = p.price,\n quantity = p.quantity or 1,\n item_brand = p.brand,\n item_category = p.category\n }\n}"
219
+ }
220
+ }
221
+ ]
222
+ }
223
+ ]
224
+ },
225
+ "product_removed": {
226
+ "enrichments": [
227
+ {
228
+ "staticString": "remove_from_cart",
229
+ "outputKey": "name"
230
+ }
231
+ ],
232
+ "mappings": [
233
+ {
234
+ "inputKey": "properties.currency",
235
+ "outputKey": "data.currency",
236
+ "defaultString": "USD",
237
+ "transforms": [
238
+ {
239
+ "modifyString": "uppercase"
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "inputKey": "input",
245
+ "outputKey": "data.value",
246
+ "transforms": [
247
+ {
248
+ "expression": {
249
+ "lang": "lua",
250
+ "body": "return TOTAL_VALUE(input.properties)"
251
+ }
252
+ }
253
+ ]
254
+ },
255
+ {
256
+ "inputKey": "input",
257
+ "outputKey": "data.items",
258
+ "transforms": [
259
+ {
260
+ "expression": {
261
+ "lang": "lua",
262
+ "body": "local p = input.properties\nreturn {\n {\n item_id = p.product_id or p.sku,\n image_url = p.image_url,\n item_name = p.name,\n price = p.price,\n quantity = p.quantity or 1,\n item_brand = p.brand,\n item_category = p.category\n }\n}"
263
+ }
264
+ }
265
+ ]
266
+ }
267
+ ]
268
+ },
269
+ "cart_viewed": {
270
+ "enrichments": [
271
+ {
272
+ "staticString": "view_cart",
273
+ "outputKey": "name"
274
+ }
275
+ ],
276
+ "mappings": [
277
+ {
278
+ "inputKey": "properties.currency",
279
+ "outputKey": "data.currency",
280
+ "transforms": [
281
+ {
282
+ "modifyString": "uppercase"
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "inputKey": "input",
288
+ "outputKey": "data.value",
289
+ "transforms": [
290
+ {
291
+ "expression": {
292
+ "lang": "lua",
293
+ "body": "return TOTAL_VALUE(input.properties.products)"
294
+ }
295
+ }
296
+ ]
297
+ },
298
+ {
299
+ "inputKey": "input",
300
+ "outputKey": "data.items",
301
+ "transforms": [
302
+ {
303
+ "expression": {
304
+ "lang": "lua",
305
+ "body": "return MAP(input.properties.products, function(p)\n return {\n item_id = p.product_id or p.sku,\n image_url = p.image_url,\n item_name = p.name,\n price = p.price,\n quantity = p.quantity or 1,\n item_brand = p.brand,\n item_category = p.category\n }\nend)"
306
+ }
307
+ }
308
+ ]
309
+ }
310
+ ]
311
+ },
312
+ "checkout_started": {
313
+ "enrichments": [
314
+ {
315
+ "staticString": "begin_checkout",
316
+ "outputKey": "name"
317
+ }
318
+ ],
319
+ "mappings": [
320
+ {
321
+ "inputKey": "properties.currency",
322
+ "outputKey": "data.currency",
323
+ "transforms": [
324
+ {
325
+ "modifyString": "uppercase"
326
+ }
327
+ ]
328
+ },
329
+ {
330
+ "inputKey": "input",
331
+ "outputKey": "data.value",
332
+ "transforms": [
333
+ {
334
+ "expression": {
335
+ "lang": "lua",
336
+ "body": "return TOTAL_VALUE(input.properties.products)"
337
+ }
338
+ }
339
+ ]
340
+ },
341
+ {
342
+ "inputKey": "input",
343
+ "outputKey": "data.items",
344
+ "transforms": [
345
+ {
346
+ "expression": {
347
+ "lang": "lua",
348
+ "body": "return MAP(input.properties.products, function(p)\n return {\n item_id = p.product_id or p.sku,\n image_url = p.image_url,\n item_name = p.name,\n price = p.price,\n quantity = p.quantity or 1,\n item_brand = p.brand,\n item_category = p.category\n }\nend)"
349
+ }
350
+ }
351
+ ]
352
+ }
353
+ ]
354
+ },
355
+ "payment_info_entered": {
356
+ "enrichments": [
357
+ {
358
+ "staticString": "add_payment_info",
359
+ "outputKey": "name"
360
+ }
361
+ ],
362
+ "mappings": [
363
+ {
364
+ "inputKey": "properties.currency",
365
+ "outputKey": "data.currency",
366
+ "transforms": [
367
+ {
368
+ "modifyString": "uppercase"
369
+ }
370
+ ]
371
+ }
372
+ ]
373
+ },
374
+ "order_completed": {
375
+ "enrichments": [
376
+ {
377
+ "staticString": "purchase",
378
+ "outputKey": "name"
379
+ }
380
+ ],
381
+ "mappings": [
382
+ {
383
+ "inputKey": "userId",
384
+ "outputKey": "data.user_id"
385
+ },
386
+ {
387
+ "inputKey": "properties.order_id",
388
+ "outputKey": "data.transaction_id"
389
+ },
390
+ {
391
+ "inputKey": "properties.shipping",
392
+ "outputKey": "data.shipping",
393
+ "defaultInt": 0
394
+ },
395
+ {
396
+ "inputKey": "properties.tax",
397
+ "outputKey": "data.tax",
398
+ "defaultInt": 0
399
+ },
400
+ {
401
+ "inputKey": "properties.currency",
402
+ "outputKey": "data.currency",
403
+ "transforms": [
404
+ {
405
+ "modifyString": "uppercase"
406
+ }
407
+ ]
408
+ },
409
+ {
410
+ "inputKey": "input",
411
+ "outputKey": "data.value",
412
+ "transforms": [
413
+ {
414
+ "expression": {
415
+ "lang": "lua",
416
+ "body": "return TOTAL_VALUE(input.properties.products)"
417
+ }
418
+ }
419
+ ]
420
+ },
421
+ {
422
+ "inputKey": "input",
423
+ "outputKey": "data.items",
424
+ "transforms": [
425
+ {
426
+ "expression": {
427
+ "lang": "lua",
428
+ "body": "return MAP(input.properties.products, function(p)\n return {\n item_id = p.product_id or p.sku,\n image_url = p.image_url,\n item_name = p.name,\n price = p.price,\n quantity = p.quantity or 1,\n item_brand = p.brand,\n item_category = p.category\n }\nend)"
429
+ }
430
+ }
431
+ ]
432
+ }
433
+ ]
434
+ }
435
+ }
436
+ }
@@ -1 +1 @@
1
- "f78bd1af064de4a178efbb4813e19fb6 -"
1
+ "6c92f9256d5074dcd25869e1a9281822 -"
@@ -56,6 +56,10 @@
56
56
  {
57
57
  "date": "2026-01-28T00:00:00.000Z",
58
58
  "note": "Version: 1.2.0\nUpdated quantity in events to ensure a minimum of 1"
59
+ },
60
+ {
61
+ "date": "2026-02-04T00:00:00.000Z",
62
+ "note": "Version: 1.3.0\nAdded cartData.items mapping."
59
63
  }
60
64
  ]
61
65
  }
@@ -1 +1 @@
1
- "fac932c91611d3793a1786473089a028 -"
1
+ "269b6fd8b6ee84992b9e59bea73f4a7a -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.3.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "CONFIG_ID",
@@ -141,6 +141,18 @@
141
141
  {
142
142
  "inputKey": "properties.total",
143
143
  "outputKey": "value"
144
+ },
145
+ {
146
+ "inputKey": "input",
147
+ "outputKey": "cartData.items",
148
+ "transforms": [
149
+ {
150
+ "expression": {
151
+ "lang": "lua",
152
+ "body": "-- cartData is optional but if included, each item requires product_id, price, and quantity\n-- DELETE THIS ENTIRE MAPPING IF NOT USING CART DATA\nreturn MAP(input.properties.products, function(p)\n return {\n itemId = p.product_id,\n quantity = p.quantity or 1,\n unitPrice = p.price\n }\n end)"
153
+ }
154
+ }
155
+ ]
144
156
  }
145
157
  ]
146
158
  }
@@ -1 +1 @@
1
- "9e82f8a6de1249c2845dbf28eda8aede -"
1
+ "5fb55bf9e3c33ddb16bf5a8a71b56218 -"
@@ -1 +1 @@
1
- "50fc741adf691f190691b1564e8b8827 -"
1
+ "347a291400dfd815ac18c24e32c69682 -"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "isDraft": false,
3
3
  "isDeprecated": false,
4
- "isBeta": true,
4
+ "isBeta": false,
5
5
  "friendlyName": "Optimizely",
6
6
  "description": "Optimizely is a powerful experimentation platform designed to help businesses optimize digital experiences through A/B testing, feature flags, and personalization.",
7
7
  "logo": "https://cdn.metarouter.io/optimizely.png",
@@ -16,6 +16,14 @@
16
16
  {
17
17
  "date": "2026-01-28T00:00:00.000Z",
18
18
  "note": "Version: 0.1.0\nBeta Version\nOptimizely Event API initial release"
19
+ },
20
+ {
21
+ "date": "2026-02-04T00:00:00.000Z",
22
+ "note": "Version: 0.1.1\nOrder attributes alphabetically"
23
+ },
24
+ {
25
+ "date": "2026-02-18T00:00:00.000Z",
26
+ "note": "Version: 1.0.0\nStable Release"
19
27
  }
20
28
  ]
21
29
  }
@@ -1 +1 @@
1
- "cd6fb7dba783a94ead69095f0120088a -"
1
+ "8bc5a231e3f432b44b6b8d9d112b2d0e -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "1.0.0",
3
3
  "default": {
4
4
  "filters": [
5
5
  {
@@ -36,7 +36,7 @@
36
36
  "transforms": [
37
37
  {
38
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",
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\n table.sort(attrs, function(a, b) return a.key < b.key end)\nend\nreturn attrs",
40
40
  "lang": "lua"
41
41
  }
42
42
  }
@@ -1 +1 @@
1
- "d4cf3b354f9a613a9104f5621692420d -"
1
+ "4f283851c3fb3eed2776910e4e40fa89 -"
package/README.md CHANGED
@@ -1,23 +1,11 @@
1
1
  # MetaRouter Starter Kits
2
2
 
3
- ### 2026-01
4
- - Adobe Analytics
3
+ ### 2026-02
5
4
  - Amazon DSP - Events
6
- - Attentive
5
+ - Amazon DSP CAPI
6
+ - Axon (New)
7
7
  - CM360 - Floodlights
8
- - EngageFront
9
- - Google Ads - Conversions
10
- - Hightouch (New)
11
- - Meta CAPI
12
- - Optimizely (New)
13
- - Pipeline Router (New)
14
- - Reddit Ads
15
- - Ringier Axel Springer Poland
16
- - Ringier Axel Springer Poland
17
- - Snapchat - CAPI
18
- - Teads
19
- - TheTradeDesk Firstparty Advertiser Data
20
- - adMarketplace (New)
8
+ - Optimizely
21
9
 
22
10
  | Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
23
11
  |----------|----------------------|---------------------|---------------------|-----------------|-------------|
@@ -28,8 +16,8 @@
28
16
  | Adobe Analytics | 2025-10-08 | 2026-01-07 | 2026-01-07 | Version: 1.0.0 | Stable Release |
29
17
  | Adobe Experience Platform | 2023-03-21 | 2025-08-20 | 2025-11-19 | Version: 1.1.0 | Added ECID support Updated identityMap mappings |
30
18
  | Adobe ID | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
31
- | Amazon DSP - Events | 2025-12-03 | N/A | 2026-01-28 | Version: 0.2.0 | Amazon DSP - Events added match_id |
32
- | Amazon DSP CAPI | 2025-05-21 | 2025-08-13 | 2025-08-13 | Version: 1.0.0 | Stable Release |
19
+ | Amazon DSP - Events | 2025-12-03 | 2026-02-18 | 2026-02-18 | Version: 1.0.0 | Stable Release |
20
+ | Amazon DSP CAPI | 2025-05-21 | 2025-08-13 | 2026-02-04 | Version: 1.1.0 | Deprecated |
33
21
  | Amazon Data Firehose | 2025-02-05 | 2025-04-02 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
34
22
  | Amazon Kinesis | 2025-05-21 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
35
23
  | Amazon S3 | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
@@ -40,12 +28,13 @@
40
28
  | AppsFlyer Android | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
41
29
  | AppsFlyer iOS | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
42
30
  | Attentive | 2025-12-17 | N/A | 2026-01-14 | Version: 0.2.0 | Updated customIdentifiers mapping logic, and added a conditional filter for userId, phone, and email. |
31
+ | Axon (New) | 2026-02-04 | N/A | 2026-02-04 | Version: 0.1.0 | Beta Version Axon initial release |
43
32
  | Azure Blob | 2021-08-03 | 2023-12-13 | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
44
33
  | Bloomreach CDP | 2022-10-06 | N/A | 2023-12-13 | N/A | Marked as stable version: 1.0.0 |
45
34
  | Blueshift | 2021-06-24 | 2025-01-22 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
46
35
  | Braze | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
47
36
  | Button | 2025-02-19 | 2025-03-12 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
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 |
37
+ | CM360 - Floodlights | 2021-06-24 | 2025-08-20 | 2026-02-04 | Version: 1.3.0 | Added cartData.items mapping. |
49
38
  | Clinch | 2024-04-24 | 2024-06-12 | 2025-10-15 | Version: 1.3.1 | Added friendly names to expressions |
50
39
  | Commission Junction | 2024-01-17 | 2024-04-24 | 2025-11-19 | Version: 1.5.1 | Added friendly name to trackingSource expression |
51
40
  | Convert | 2023-09-08 | N/A | 2024-11-20 | Version: 0.3.0 | Added new deduplication parameter for all events, `tid` |
@@ -63,7 +52,7 @@
63
52
  | Google Cloud Storage | 2021-06-24 | N/A | 2025-10-15 | Version: 0.2.1 | Added friendly names to expressions |
64
53
  | Google Pub/Sub | 2021-06-24 | 2023-12-13 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
65
54
  | Heap | 2024-03-26 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
66
- | Hightouch (New) | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Hightouch initial release |
55
+ | Hightouch | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Hightouch initial release |
67
56
  | HubSpot | 2023-02-20 | N/A | 2025-07-30 | Version: 0.4.0 | Replaced context.traits with traits. |
68
57
  | Impact Radius | 2021-06-24 | N/A | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
69
58
  | InMarket | 2021-07-21 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
@@ -87,11 +76,11 @@
87
76
  | Movable Ink - Customer Data | 2024-02-07 | 2024-04-24 | 2025-07-16 | Version: 1.3.0 | TABLE_SLICE custom function usage. |
88
77
  | Nextdoor | 2023-03-07 | 2024-08-07 | 2024-08-07 | Version: 1.0.0 | Stable release |
89
78
  | 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 |
79
+ | Optimizely | 2026-01-28 | 2026-02-18 | 2026-02-18 | Version: 1.0.0 | Stable Release |
91
80
  | Perion | 2025-05-21 | 2025-07-16 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
92
81
  | Pinterest Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
93
82
  | Pinterest CAPI | 2023-03-07 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
94
- | Pipeline Router (New) | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Pipeline Router initial release |
83
+ | Pipeline Router | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Pipeline Router initial release |
95
84
  | Podscribe | 2025-03-12 | 2025-04-09 | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
96
85
  | Podsights | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
97
86
  | RTB House | 2024-11-20 | N/A | 2025-12-03 | Version: 0.4.0 | Updated endpoint to be a parameter |
@@ -119,4 +108,4 @@
119
108
  | Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
120
109
  | Yahoo Pixel API | 2023-03-07 | 2023-12-13 | 2025-04-09 | Version: 1.3.0 | Friendly name updated |
121
110
  | 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 |
111
+ | adMarketplace | 2026-01-21 | N/A | 2026-01-21 | Version: 0.1.0 | Beta Version adMarketplace initial release |
package/index.js CHANGED
@@ -136,12 +136,6 @@ exports.adroll = {
136
136
  metadata: require('./.dist/adroll/metadata.json')
137
137
  }
138
138
 
139
- exports['amazon-dsp-capi'] = {
140
- endpointSchema: require('./.dist/amazon-dsp-capi/connection.json'),
141
- playbook: require('./.dist/amazon-dsp-capi/playbook.json'),
142
- metadata: require('./.dist/amazon-dsp-capi/metadata.json')
143
- }
144
-
145
139
  exports['amazon-dsp-events'] = {
146
140
  endpointSchema: require('./.dist/amazon-dsp-events/connection.json'),
147
141
  playbook: require('./.dist/amazon-dsp-events/playbook.json'),
@@ -196,6 +190,12 @@ exports.awin = {
196
190
  metadata: require('./.dist/awin/metadata.json')
197
191
  }
198
192
 
193
+ exports['axon'] = {
194
+ endpointSchema: require('./.dist/axon/connection.json'),
195
+ playbook: require('./.dist/axon/playbook.json'),
196
+ metadata: require('./.dist/axon/metadata.json')
197
+ }
198
+
199
199
  exports['bing-ads'] = {
200
200
  endpointSchema: require('./.dist/bing-ads/connection.json'),
201
201
  playbook: require('./.dist/bing-ads/playbook.json'),
@@ -720,11 +720,6 @@ exports.etags = {
720
720
  playbook: require('./.dist/adroll/playbook.etag.json'),
721
721
  kit: require('./.dist/adroll/kit.etag.json')
722
722
  },
723
- 'amazon-dsp-capi': {
724
- endpointSchema: require('./.dist/amazon-dsp-capi/connection.etag.json'),
725
- playbook: require('./.dist/amazon-dsp-capi/playbook.etag.json'),
726
- kit: require('./.dist/amazon-dsp-capi/kit.etag.json')
727
- },
728
723
  'amazon-dsp-events': {
729
724
  endpointSchema: require('./.dist/amazon-dsp-events/connection.etag.json'),
730
725
  playbook: require('./.dist/amazon-dsp-events/playbook.etag.json'),
@@ -771,6 +766,11 @@ exports.etags = {
771
766
  playbook: require('./.dist/awin/playbook.etag.json'),
772
767
  kit: require('./.dist/awin/kit.etag.json')
773
768
  },
769
+ 'axon': {
770
+ endpointSchema: require('./.dist/axon/connection.etag.json'),
771
+ playbook: require('./.dist/axon/playbook.etag.json'),
772
+ kit: require('./.dist/axon/kit.etag.json')
773
+ },
774
774
  'bing-ads': {
775
775
  endpointSchema: require('./.dist/bing-ads/connection.etag.json'),
776
776
  playbook: require('./.dist/bing-ads/playbook.etag.json'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.157",
3
+ "version": "1.0.159",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {