@metarouter/ajs-starter-kit 1.0.171 → 1.0.173

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 (42) hide show
  1. package/.dist/apps-flyer-android/kit.etag.json +1 -1
  2. package/.dist/facebook-pixel/kit.etag.json +1 -1
  3. package/.dist/google-ads/connection.etag.json +1 -1
  4. package/.dist/google-ads/connection.json +1 -1
  5. package/.dist/google-ads/kit.etag.json +1 -1
  6. package/.dist/google-ads/metadata.json +4 -0
  7. package/.dist/google-ads/playbook.etag.json +1 -1
  8. package/.dist/google-ads/playbook.json +1 -5
  9. package/.dist/linkedin-conversions/connection.etag.json +1 -1
  10. package/.dist/linkedin-conversions/connection.json +1 -1
  11. package/.dist/linkedin-conversions/kit.etag.json +1 -1
  12. package/.dist/linkedin-conversions/metadata.json +4 -0
  13. package/.dist/linkedin-conversions/playbook.etag.json +1 -1
  14. package/.dist/linkedin-conversions/playbook.json +1 -1
  15. package/.dist/microsoft-ads/kit.etag.json +1 -1
  16. package/.dist/nextdoor/kit.etag.json +1 -1
  17. package/.dist/pinterest-capi/kit.etag.json +1 -1
  18. package/.dist/podscribe/kit.etag.json +1 -1
  19. package/.dist/podscribe/metadata.json +4 -0
  20. package/.dist/podscribe/playbook.etag.json +1 -1
  21. package/.dist/podscribe/playbook.json +2 -2
  22. package/.dist/ringier-axel-springer-poland/kit.etag.json +1 -1
  23. package/.dist/teads-capi/connection.etag.json +1 -0
  24. package/.dist/teads-capi/connection.json +27 -0
  25. package/.dist/teads-capi/kit.etag.json +1 -0
  26. package/.dist/teads-capi/metadata.json +21 -0
  27. package/.dist/teads-capi/playbook.etag.json +1 -0
  28. package/.dist/teads-capi/playbook.json +403 -0
  29. package/.dist/wirtualna-polska/kit.etag.json +1 -1
  30. package/.dist/wirtualna-polska/metadata.json +4 -0
  31. package/.dist/wirtualna-polska/playbook.etag.json +1 -1
  32. package/.dist/wirtualna-polska/playbook.json +87 -1
  33. package/.dist/yahoo-conversions-api/connection.etag.json +1 -0
  34. package/.dist/yahoo-conversions-api/connection.json +86 -0
  35. package/.dist/yahoo-conversions-api/kit.etag.json +1 -0
  36. package/.dist/yahoo-conversions-api/metadata.json +21 -0
  37. package/.dist/yahoo-conversions-api/playbook.etag.json +1 -0
  38. package/.dist/yahoo-conversions-api/playbook.json +353 -0
  39. package/.dist/yahoo-enhanced-attribution/kit.etag.json +1 -1
  40. package/README.md +11 -7
  41. package/index.js +22 -0
  42. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.1.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "PIXEL_ID",
@@ -7,6 +7,29 @@
7
7
  }
8
8
  ],
9
9
  "global": {
10
+ "filters": [
11
+ {
12
+ "byConditions": {
13
+ "action": "allow",
14
+ "when": {
15
+ "matchesAny": {
16
+ "conditions": [
17
+ {
18
+ "inputPathExists": {
19
+ "inputPath": "context.providers.wirtualnaPolska.statid"
20
+ }
21
+ },
22
+ {
23
+ "inputPathExists": {
24
+ "inputPath": "context.device.advertisingId"
25
+ }
26
+ }
27
+ ]
28
+ }
29
+ }
30
+ }
31
+ }
32
+ ],
10
33
  "enrichments": [
11
34
  {
12
35
  "staticString": "$$PIXEL_ID$$",
@@ -137,6 +160,10 @@
137
160
  {
138
161
  "staticString": "ViewContent",
139
162
  "outputKey": "event_type"
163
+ },
164
+ {
165
+ "staticString": "ViewProduct",
166
+ "outputKey": "content_name"
140
167
  }
141
168
  ],
142
169
  "mappings": [
@@ -158,6 +185,65 @@
158
185
  }
159
186
  ]
160
187
  },
188
+ "product_list_viewed": {
189
+ "enrichments": [
190
+ {
191
+ "staticString": "ViewContent",
192
+ "outputKey": "event_type"
193
+ },
194
+ {
195
+ "staticString": "ProductList",
196
+ "outputKey": "content_name"
197
+ }
198
+ ],
199
+ "mappings": [
200
+ {
201
+ "inputKey": "properties.currency",
202
+ "outputKey": "currency",
203
+ "defaultString": "USD"
204
+ },
205
+ {
206
+ "inputKey": "properties.category",
207
+ "outputKey": "category"
208
+ },
209
+ {
210
+ "inputKey": "input",
211
+ "outputKey": "contents",
212
+ "transforms": [
213
+ {
214
+ "expression": {
215
+ "lang": "lua",
216
+ "body": "return MAP(input.properties.products, function(p)\n return {\n id = p.product_id or p.sku,\n name = p.name,\n quantity = p.quantity or 1,\n price = p.price,\n category = p.category,\n brand = p.brand\n }\nend)"
217
+ }
218
+ }
219
+ ]
220
+ }
221
+ ]
222
+ },
223
+ "page": {
224
+ "enrichments": [
225
+ {
226
+ "staticString": "ViewContent",
227
+ "outputKey": "event_type"
228
+ },
229
+ {
230
+ "staticString": "View",
231
+ "outputKey": "content_name"
232
+ }
233
+ ]
234
+ },
235
+ "screen": {
236
+ "enrichments": [
237
+ {
238
+ "staticString": "ViewContent",
239
+ "outputKey": "event_type"
240
+ },
241
+ {
242
+ "staticString": "View",
243
+ "outputKey": "content_name"
244
+ }
245
+ ]
246
+ },
161
247
  "product_added": {
162
248
  "enrichments": [
163
249
  {
@@ -0,0 +1 @@
1
+ "c727d0fdf4061fabc9a437135e30f360 -"
@@ -0,0 +1,86 @@
1
+ {
2
+ "params": [
3
+ {
4
+ "name": "OAUTH2_REQUEST_URL",
5
+ "exampleValue": "oauth2-request-url",
6
+ "defaultValue": "https://id.b2b.yahooincapis.com/zts/v1"
7
+ },
8
+ {
9
+ "name": "CLIENT_ID",
10
+ "exampleValue": "client-id"
11
+ },
12
+ {
13
+ "name": "CLIENT_SECRET",
14
+ "exampleValue": "client-secret"
15
+ },
16
+ {
17
+ "name": "PIXEL_ID",
18
+ "exampleValue": "pixel-id"
19
+ }
20
+ ],
21
+ "default": {
22
+ "batchSize": 100,
23
+ "method": "POST",
24
+ "endpoint": "https://batch.datax.yahoo.com/v1/events/$$PIXEL_ID$$",
25
+ "headers": [
26
+ {
27
+ "key": "Accept",
28
+ "value": "application/json"
29
+ },
30
+ {
31
+ "key": "Content-Type",
32
+ "value": "application/json"
33
+ }
34
+ ],
35
+ "transform": {
36
+ "lang": "lua",
37
+ "body": "request.body = batch\nreturn request"
38
+ },
39
+ "oauth2Auth": {
40
+ "jwt": {
41
+ "includeJti": true,
42
+ "claims": [
43
+ {
44
+ "key": "aud",
45
+ "value": "$$OAUTH2_REQUEST_URL$$"
46
+ },
47
+ {
48
+ "key": "sub",
49
+ "value": "$$CLIENT_ID$$"
50
+ },
51
+ {
52
+ "key": "iss",
53
+ "value": "$$CLIENT_ID$$"
54
+ }
55
+ ],
56
+ "hsSigningSecret": "$$CLIENT_SECRET$$",
57
+ "requestKey": "client_assertion",
58
+ "signingMethod": "SIGNING_METHOD_HS256"
59
+ },
60
+ "request": {
61
+ "body": [
62
+ {
63
+ "key": "grant_type",
64
+ "value": "client_credentials"
65
+ },
66
+ {
67
+ "key": "client_assertion_type",
68
+ "value": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"
69
+ },
70
+ {
71
+ "key": "scope",
72
+ "value": "idb2b.dsp.datax:role.conversion.writer"
73
+ },
74
+ {
75
+ "key": "realm",
76
+ "value": "dataxonline"
77
+ }
78
+ ],
79
+ "contentType": "application/x-www-form-urlencoded",
80
+ "method": "POST",
81
+ "url": "$$OAUTH2_REQUEST_URL$$/oauth2/token"
82
+ },
83
+ "responseAccessTokenKey": "access_token"
84
+ }
85
+ }
86
+ }
@@ -0,0 +1 @@
1
+ "b8277f8c9f72b9608ccaad2786f2d3ff -"
@@ -0,0 +1,21 @@
1
+ {
2
+ "isDraft": false,
3
+ "isDeprecated": false,
4
+ "isBeta": true,
5
+ "friendlyName": "Yahoo Conversions API",
6
+ "description": "Yahoo Conversion API allows advertisers to send conversion events server-to-server to Yahoo DSP, enabling accurate tracking of user actions like purchases or signups.",
7
+ "logo": "https://cdn.metarouter.io/yahoo-conversions-api.png",
8
+ "color": "#6001D2",
9
+ "eventSource": {
10
+ "isAndroidApp": true,
11
+ "isIosApp": true,
12
+ "isWebApp": true
13
+ },
14
+ "inputSchema": "analytics_js",
15
+ "releaseNotes": [
16
+ {
17
+ "date": "2026-05-27T21:00:00.000Z",
18
+ "note": "Version: 0.1.0\nBeta Version\nYahoo Conversions API initial release"
19
+ }
20
+ ]
21
+ }
@@ -0,0 +1 @@
1
+ "09114b56b46b20dd15a0503a75fb47e8 -"
@@ -0,0 +1,353 @@
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
+ "matchesAny": {
22
+ "conditions": [
23
+ {
24
+ "inputPathExists": {
25
+ "inputPath": "context.providers.yahooMedia.vmcid"
26
+ }
27
+ },
28
+ {
29
+ "inputPathExists": {
30
+ "inputPath": "traits.email"
31
+ }
32
+ },
33
+ {
34
+ "inputPathExists": {
35
+ "inputPath": "traits.phone"
36
+ }
37
+ },
38
+ {
39
+ "inputPathExists": {
40
+ "inputPath": "context.device.advertisingId"
41
+ }
42
+ },
43
+ {
44
+ "inputPathExists": {
45
+ "inputPath": "context.ip"
46
+ }
47
+ },
48
+ {
49
+ "inputPathExists": {
50
+ "inputPath": "context.userAgent"
51
+ }
52
+ }
53
+ ]
54
+ }
55
+ }
56
+ }
57
+ }
58
+ ],
59
+ "mappings": [
60
+ {
61
+ "inputKey": "timestamp",
62
+ "outputKey": "eventTs",
63
+ "transforms": [
64
+ {
65
+ "toTimestamp": "inSeconds"
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "inputKey": "input",
71
+ "outputKey": "actionSource",
72
+ "transforms": [
73
+ {
74
+ "expression": {
75
+ "body": "if input.context.app.name or input.context.device.type or input.context.os.name then return 'app' end\nreturn 'web'",
76
+ "lang": "lua"
77
+ }
78
+ }
79
+ ]
80
+ },
81
+ {
82
+ "inputKey": "context.page.url",
83
+ "outputKey": "actionSourceUrl"
84
+ },
85
+ {
86
+ "inputKey": "input",
87
+ "outputKey": "country",
88
+ "transforms": [
89
+ {
90
+ "expression": {
91
+ "lang": "lua",
92
+ "body": "if input.context.location.country then\n return TO_ISO_COUNTRY(input.context.location.country)\nend"
93
+ }
94
+ }
95
+ ]
96
+ },
97
+ {
98
+ "inputKey": "input",
99
+ "outputKey": "userData",
100
+ "transforms": [
101
+ {
102
+ "expression": {
103
+ "body": "local userData = {}\nif input.traits.email then userData.email = {TO_SHA256_HASH(LOWER(TRIM(input.traits.email)))} end\nif input.traits.phone then userData.phone = {TO_SHA256_HASH(LOWER(TRIM(input.traits.phone)))} end\nlocal deviceType = input.context.device.type\nif deviceType == 'ios' then\n userData.idfa = {input.context.device.advertisingId}\nelseif deviceType == 'android' then\n userData.gpsaid = {input.context.device.advertisingId}\nend\nif input.context.ip then userData.ip_address = TO_SHA256_HASH(LOWER(TRIM(input.context.ip))) end\nif input.context.userAgent then userData.userAgent = LOWER(input.context.userAgent) end\nreturn userData",
104
+ "lang": "lua"
105
+ }
106
+ }
107
+ ]
108
+ },
109
+ {
110
+ "inputKey": "input",
111
+ "outputKey": "privacy",
112
+ "transforms": [
113
+ {
114
+ "expression": {
115
+ "body": "local privacy = {}\nif input.context.consent.tcf.tcString then\n privacy.privacy_type = 'GDPR'\n privacy.consent_string = input.context.consent.tcf.tcString\nelse\n privacy.privacy_type = 'OPTOUT'\nend\nreturn privacy",
116
+ "lang": "lua"
117
+ }
118
+ }
119
+ ]
120
+ },
121
+ {
122
+ "inputKey": "input",
123
+ "outputKey": "eventName",
124
+ "transforms": [
125
+ {
126
+ "expression": {
127
+ "lang": "lua",
128
+ "body": "if (input.type == \"track\") then return REPLACE(LOWER(input.event), \" \", \"_\") end\nreturn input.type"
129
+ }
130
+ }
131
+ ]
132
+ },
133
+ {
134
+ "inputKey": "context.providers.yahooMedia.vmcid",
135
+ "outputKey": "clickData.vmcid"
136
+ }
137
+ ]
138
+ },
139
+ "eventSpecific": {
140
+ "product_list_viewed": {
141
+ "mappings": [
142
+ {
143
+ "inputKey": "input",
144
+ "outputKey": "eventData.price",
145
+ "transforms": [
146
+ {
147
+ "expression": {
148
+ "lang": "lua",
149
+ "body": "return TOTAL_VALUE(input.properties.products)"
150
+ }
151
+ }
152
+ ]
153
+ }
154
+ ]
155
+ },
156
+ "product_clicked": {
157
+ "mappings": [
158
+ {
159
+ "inputKey": "input",
160
+ "outputKey": "eventData.price",
161
+ "transforms": [
162
+ {
163
+ "expression": {
164
+ "lang": "lua",
165
+ "body": "return TOTAL_VALUE(input.properties)"
166
+ }
167
+ }
168
+ ]
169
+ },
170
+ {
171
+ "inputKey": "input",
172
+ "outputKey": "eventData.products",
173
+ "transforms": [
174
+ {
175
+ "expression": {
176
+ "lang": "lua",
177
+ "body": "return {{\n subCategory = input.properties.category\n}}"
178
+ }
179
+ }
180
+ ]
181
+ }
182
+ ]
183
+ },
184
+ "product_viewed": {
185
+ "mappings": [
186
+ {
187
+ "inputKey": "input",
188
+ "outputKey": "eventData.price",
189
+ "transforms": [
190
+ {
191
+ "expression": {
192
+ "lang": "lua",
193
+ "body": "return TOTAL_VALUE(input.properties)"
194
+ }
195
+ }
196
+ ]
197
+ },
198
+ {
199
+ "inputKey": "input",
200
+ "outputKey": "eventData.products",
201
+ "transforms": [
202
+ {
203
+ "expression": {
204
+ "lang": "lua",
205
+ "body": "return {{\n subCategory = input.properties.category\n}}"
206
+ }
207
+ }
208
+ ]
209
+ }
210
+ ]
211
+ },
212
+ "product_added": {
213
+ "mappings": [
214
+ {
215
+ "inputKey": "input",
216
+ "outputKey": "eventData.price",
217
+ "transforms": [
218
+ {
219
+ "expression": {
220
+ "lang": "lua",
221
+ "body": "return TOTAL_VALUE(input.properties)"
222
+ }
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "inputKey": "input",
228
+ "outputKey": "eventData.products",
229
+ "transforms": [
230
+ {
231
+ "expression": {
232
+ "lang": "lua",
233
+ "body": "return {{\n subCategory = input.properties.category\n}}"
234
+ }
235
+ }
236
+ ]
237
+ }
238
+ ]
239
+ },
240
+ "product_removed": {
241
+ "mappings": [
242
+ {
243
+ "inputKey": "input",
244
+ "outputKey": "eventData.price",
245
+ "transforms": [
246
+ {
247
+ "expression": {
248
+ "lang": "lua",
249
+ "body": "return TOTAL_VALUE(input.properties)"
250
+ }
251
+ }
252
+ ]
253
+ },
254
+ {
255
+ "inputKey": "input",
256
+ "outputKey": "eventData.products",
257
+ "transforms": [
258
+ {
259
+ "expression": {
260
+ "lang": "lua",
261
+ "body": "return {{\n subCategory = input.properties.category\n}}"
262
+ }
263
+ }
264
+ ]
265
+ }
266
+ ]
267
+ },
268
+ "cart_viewed": {
269
+ "mappings": [
270
+ {
271
+ "inputKey": "input",
272
+ "outputKey": "eventData.price",
273
+ "transforms": [
274
+ {
275
+ "expression": {
276
+ "lang": "lua",
277
+ "body": "return TOTAL_VALUE(input.properties.products)"
278
+ }
279
+ }
280
+ ]
281
+ }
282
+ ]
283
+ },
284
+ "checkout_started": {
285
+ "mappings": [
286
+ {
287
+ "inputKey": "properties.value",
288
+ "outputKey": "eventData.price"
289
+ }
290
+ ]
291
+ },
292
+ "order_completed": {
293
+ "mappings": [
294
+ {
295
+ "inputKey": "properties.total",
296
+ "outputKey": "eventData.price"
297
+ }
298
+ ]
299
+ },
300
+ "product_added_to_wishlist": {
301
+ "mappings": [
302
+ {
303
+ "inputKey": "input",
304
+ "outputKey": "eventData.price",
305
+ "transforms": [
306
+ {
307
+ "expression": {
308
+ "lang": "lua",
309
+ "body": "return TOTAL_VALUE(input.properties)"
310
+ }
311
+ }
312
+ ]
313
+ },
314
+ {
315
+ "inputKey": "input",
316
+ "outputKey": "eventData.products",
317
+ "transforms": [
318
+ {
319
+ "expression": {
320
+ "lang": "lua",
321
+ "body": "return {{\n subCategory = input.properties.category\n}}"
322
+ }
323
+ }
324
+ ]
325
+ }
326
+ ]
327
+ },
328
+ "order_updated": {
329
+ "mappings": [
330
+ {
331
+ "inputKey": "properties.total",
332
+ "outputKey": "eventData.price"
333
+ }
334
+ ]
335
+ },
336
+ "order_refunded": {
337
+ "mappings": [
338
+ {
339
+ "inputKey": "properties.total",
340
+ "outputKey": "eventData.price"
341
+ }
342
+ ]
343
+ },
344
+ "order_canceled": {
345
+ "mappings": [
346
+ {
347
+ "inputKey": "properties.total",
348
+ "outputKey": "eventData.price"
349
+ }
350
+ ]
351
+ }
352
+ }
353
+ }
@@ -1 +1 @@
1
- "1949df74588abd86e5f1344f35217e34 -"
1
+ "e168c4e940609b95f841eb8eab8bf93b -"
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # MetaRouter Starter Kits
2
2
 
3
- ### 2026-05
4
- - Ringier Axel Springer Poland
3
+ ### 2026-06
4
+ - Podscribe
5
+ - Teads CAPI (New)
6
+ - Wirtualna Polska
5
7
 
6
8
  | Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
7
9
  |----------|----------------------|---------------------|---------------------|-----------------|-------------|
@@ -39,7 +41,7 @@
39
41
  | Eulerian | 2025-12-10 | 2026-03-04 | 2026-03-04 | Version: 1.0.0 | Stable Release |
40
42
  | Firebase | 2024-01-15 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
41
43
  | Google AJSID Segments | 2024-05-29 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
42
- | Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2026-03-25 | Version: 1.5.1 | Converted some fields to camelCase for schema validation |
44
+ | Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2026-05-27 | Version: 1.6.0 | Upgraded to Google Ads API v24 Removed userIpAddress field |
43
45
  | Google Analytics | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
44
46
  | Google Analytics 4 | 2022-08-11 | N/A | 2025-12-17 | Version: 1.3.0 | Added consent, device and user_agent mappings Removed gclid and dclid fields Added additional standard events and updated endpoint to a parameter |
45
47
  | Google Analytics 4 (Collect) | 2024-04-24 | 2025-08-20 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
@@ -57,7 +59,7 @@
57
59
  | Kargo | 2026-02-25 | 2026-03-11 | 2026-03-11 | Version: 1.0.0 | Stable Release |
58
60
  | Kochava | 2025-06-25 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
59
61
  | Kochava IdentityLink | 2025-06-25 | N/A | 2025-06-25 | Version: 0.1.0 | Beta Version Kochava IdentityLink initial release |
60
- | Linkedin Ads - Conversions | 2025-07-16 | 2025-09-03 | 2025-09-03 | Version: 1.0.0 | Stable Release |
62
+ | Linkedin Ads - Conversions | 2025-07-16 | 2025-09-03 | 2026-05-27 | Version: 1.1.0 | Upgrade LinkedIn version |
61
63
  | Lytics | 2021-06-24 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
62
64
  | MIQ (Xandr) | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
63
65
  | Magellan AI | 2024-07-24 | 2024-08-07 | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
@@ -77,13 +79,13 @@
77
79
  | Pinterest Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
78
80
  | Pinterest CAPI | 2023-03-07 | N/A | 2026-04-08 | Version: 1.3.0 | Removed LDP (Limited Data Processing) default |
79
81
  | Pipeline Router | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Pipeline Router initial release |
80
- | Podscribe | 2025-03-12 | 2025-04-09 | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
82
+ | Podscribe | 2025-03-12 | 2025-04-09 | 2026-06-03 | Version: 1.2.2 | Update source enrichment |
81
83
  | Podsights | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
82
84
  | RTB House | 2024-11-20 | N/A | 2025-12-03 | Version: 0.4.0 | Updated endpoint to be a parameter |
83
85
  | Rakuten Conversions | 2025-07-30 | 2025-09-24 | 2025-09-24 | Version: 1.0.0 | Stable Release |
84
86
  | Reddit Ads | 2023-09-12 | 2026-01-07 | 2026-01-07 | Version: 2.0.0 | Stable Release of Reddit CAPI V3 |
85
- | Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-05-20 | Version: 1.1.0 | Added ord to the playbook |
86
87
  | 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 |
88
+ | Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-05-20 | Version: 1.1.0 | Added ord to the playbook |
87
89
  | Roku | 2023-04-27 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
88
90
  | Roomvo | 2021-08-10 | N/A | 2026-03-25 | Version: 0.2.2 | Converted some fields to camelCase for schema validation |
89
91
  | Salesforce CDP | 2022-05-31 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced originalTimestamp with timestamp |
@@ -92,6 +94,7 @@
92
94
  | Snowflake | 2021-06-24 | N/A | 2025-10-15 | Version: 0.1.2 | Added friendly names to expressions |
93
95
  | Stdout | 2026-03-18 | N/A | 2026-03-18 | Version: 0.1.0 | Beta Version Stdout initial release |
94
96
  | Teads | 2025-11-12 | 2026-01-07 | 2026-01-07 | Version: 1.0.0 | Stable Release |
97
+ | Teads CAPI (New) | 2026-06-03 | N/A | 2026-06-03 | Version: 0.1.0 | Beta Version Teads CAPI initial release |
95
98
  | The Trade Desk - Conversions | 2025-06-04 | 2025-07-30 | 2025-12-10 | Version: 1.2.0 | Updating identifier mappings |
96
99
  | The Trade Desk - Offline Conversions | 2026-02-25 | 2026-04-08 | 2026-04-08 | Version: 1.0.0 | Stable Release |
97
100
  | TheTradeDesk Conversion Events | 2022-11-29 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced originalTimestamp with timestamp |
@@ -101,9 +104,10 @@
101
104
  | VideoAmp | 2022-11-17 | N/A | 2024-10-23 | Version: 0.3.0 | Added header `Accept-Encoding: application/json` |
102
105
  | Wallaroo | 2025-12-03 | N/A | 2025-12-10 | Version: 0.1.1 | Added expression name |
103
106
  | Webhooks | 2024-05-29 | 2024-08-07 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
104
- | Wirtualna Polska | 2026-03-11 | 2026-04-22 | 2026-04-22 | Version: 1.0.0 | Stable Release |
107
+ | Wirtualna Polska | 2026-03-11 | 2026-04-22 | 2026-06-03 | Version: 1.1.0 | Added content_name parameter for ViewContent events. New product_list_viewed, page, and screen mappings |
105
108
  | X Ads - Web Conversions | 2024-09-04 | 2024-09-25 | 2026-03-25 | Version: 1.1.1 | Converted some fields to camelCase for schema validation |
106
109
  | Xandr | 2021-07-13 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
110
+ | Yahoo Conversions API | 2026-05-27 | N/A | 2026-05-27 | Version: 0.1.0 | Beta Version Yahoo Conversions API initial release |
107
111
  | Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
108
112
  | Yahoo Pixel API | 2023-03-07 | 2023-12-13 | 2025-04-09 | Version: 1.3.0 | Friendly name updated |
109
113
  | Zeotap | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |