@metarouter/ajs-starter-kit 1.0.153 → 1.0.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.dist/adobe-bdia/kit.etag.json +1 -1
- package/.dist/adobe-bdia/metadata.json +5 -1
- package/.dist/adobe-bdia/playbook.etag.json +1 -1
- package/.dist/adobe-bdia/playbook.json +1 -1
- package/.dist/attentive/kit.etag.json +1 -1
- package/.dist/attentive/metadata.json +4 -0
- package/.dist/attentive/playbook.etag.json +1 -1
- package/.dist/attentive/playbook.json +101 -303
- package/.dist/connection-schemas.json +4 -0
- package/.dist/engage-front/kit.etag.json +1 -1
- package/.dist/engage-front/metadata.json +4 -0
- package/.dist/engage-front/playbook.etag.json +1 -1
- package/.dist/engage-front/playbook.json +153 -22
- package/.dist/facebook-pixel/kit.etag.json +1 -1
- package/.dist/facebook-pixel/metadata.json +4 -0
- package/.dist/facebook-pixel/playbook.etag.json +1 -1
- package/.dist/facebook-pixel/playbook.json +18 -1
- package/.dist/google-ads/connection.etag.json +1 -1
- package/.dist/google-ads/connection.json +1 -1
- package/.dist/google-ads/kit.etag.json +1 -1
- package/.dist/google-ads/metadata.json +4 -0
- package/.dist/google-ads/playbook.etag.json +1 -1
- package/.dist/google-ads/playbook.json +47 -10
- package/.dist/google-cm360/kit.etag.json +1 -1
- package/.dist/google-cm360/metadata.json +4 -0
- package/.dist/google-cm360/playbook.etag.json +1 -1
- package/.dist/google-cm360/playbook.json +17 -22
- package/.dist/hightouch/connection.etag.json +1 -0
- package/.dist/hightouch/connection.json +87 -0
- package/.dist/hightouch/kit.etag.json +1 -0
- package/.dist/hightouch/metadata.json +21 -0
- package/.dist/hightouch/playbook.etag.json +1 -0
- package/.dist/hightouch/playbook.json +451 -0
- package/.dist/pipeline-router/connection.etag.json +1 -0
- package/.dist/pipeline-router/connection.json +3 -0
- package/.dist/pipeline-router/kit.etag.json +1 -0
- package/.dist/pipeline-router/metadata.json +21 -0
- package/.dist/pipeline-router/playbook.etag.json +1 -0
- package/.dist/pipeline-router/playbook.json +30 -0
- package/.dist/reddit-ads/kit.etag.json +1 -1
- package/.dist/reddit-ads/metadata.json +5 -1
- package/.dist/reddit-ads/playbook.etag.json +1 -1
- package/.dist/reddit-ads/playbook.json +1 -1
- package/.dist/snapchat-capi/kit.etag.json +1 -1
- package/.dist/snapchat-capi/metadata.json +4 -0
- package/.dist/snapchat-capi/playbook.etag.json +1 -1
- package/.dist/snapchat-capi/playbook.json +21 -1
- package/.dist/teads/kit.etag.json +1 -1
- package/.dist/teads/metadata.json +5 -1
- package/.dist/teads/playbook.etag.json +1 -1
- package/.dist/teads/playbook.json +1 -1
- package/README.md +25 -24
- package/index.js +21 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
# MetaRouter Starter Kits
|
|
2
2
|
|
|
3
|
-
###
|
|
4
|
-
-
|
|
5
|
-
- Attentive
|
|
3
|
+
### 2026-01
|
|
4
|
+
- Adobe Analytics
|
|
5
|
+
- Attentive
|
|
6
|
+
- CM360 - Floodlights
|
|
6
7
|
- EngageFront
|
|
7
|
-
- Eulerian (New)
|
|
8
8
|
- Google Ads - Conversions
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
- Wallaroo (New)
|
|
9
|
+
- Hightouch (New)
|
|
10
|
+
- Meta CAPI
|
|
11
|
+
- Pipeline Router (New)
|
|
12
|
+
- Reddit Ads
|
|
13
|
+
- Snapchat - CAPI
|
|
14
|
+
- Teads
|
|
16
15
|
|
|
17
16
|
| Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
|
|
18
17
|
|----------|----------------------|---------------------|---------------------|-----------------|-------------|
|
|
@@ -20,10 +19,10 @@
|
|
|
20
19
|
| ActionIQ | 2021-06-24 | N/A | 2025-10-15 | Version: 1.3.1 | Added friendly names to expressions |
|
|
21
20
|
| Acuity Ads | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
22
21
|
| Adjust | 2025-09-10 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
|
|
23
|
-
| Adobe Analytics | 2025-10-08 |
|
|
22
|
+
| Adobe Analytics | 2025-10-08 | 2026-01-07 | 2026-01-07 | Version: 1.0.0 | Stable Release |
|
|
24
23
|
| Adobe Experience Platform | 2023-03-21 | 2025-08-20 | 2025-11-19 | Version: 1.1.0 | Added ECID support Updated identityMap mappings |
|
|
25
24
|
| Adobe ID | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
26
|
-
| Amazon DSP - Events
|
|
25
|
+
| Amazon DSP - Events | 2025-12-03 | N/A | 2025-12-03 | Version: 0.1.0 | Beta Version Amazon DSP - Events initial release |
|
|
27
26
|
| Amazon DSP CAPI | 2025-05-21 | 2025-08-13 | 2025-08-13 | Version: 1.0.0 | Stable Release |
|
|
28
27
|
| Amazon Data Firehose | 2025-02-05 | 2025-04-02 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
29
28
|
| Amazon Kinesis | 2025-05-21 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
|
|
@@ -34,23 +33,23 @@
|
|
|
34
33
|
| Amplitude | 2021-06-24 | N/A | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
|
|
35
34
|
| AppsFlyer Android | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
36
35
|
| AppsFlyer iOS | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
37
|
-
| Attentive
|
|
36
|
+
| 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. |
|
|
38
37
|
| Azure Blob | 2021-08-03 | 2023-12-13 | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
|
|
39
38
|
| Bloomreach CDP | 2022-10-06 | N/A | 2023-12-13 | N/A | Marked as stable version: 1.0.0 |
|
|
40
39
|
| Blueshift | 2021-06-24 | 2025-01-22 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
|
|
41
40
|
| Braze | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
42
41
|
| Button | 2025-02-19 | 2025-03-12 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
43
|
-
| CM360 - Floodlights | 2021-06-24 | 2025-08-20 |
|
|
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. |
|
|
44
43
|
| Clinch | 2024-04-24 | 2024-06-12 | 2025-10-15 | Version: 1.3.1 | Added friendly names to expressions |
|
|
45
44
|
| Commission Junction | 2024-01-17 | 2024-04-24 | 2025-11-19 | Version: 1.5.1 | Added friendly name to trackingSource expression |
|
|
46
45
|
| Convert | 2023-09-08 | N/A | 2024-11-20 | Version: 0.3.0 | Added new deduplication parameter for all events, `tid` |
|
|
47
46
|
| Criteo | 2021-06-24 | 2024-05-15 | 2025-09-03 | Version: 2.1.0 | Removed id node and added alternate_ids array in playbook.yaml |
|
|
48
47
|
| Customer.io | 2022-11-07 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
49
|
-
| EngageFront | 2025-11-12 | N/A |
|
|
50
|
-
| Eulerian
|
|
48
|
+
| EngageFront | 2025-11-12 | N/A | 2026-01-14 | Version: 0.4.0 | Updated campaign configuration scope to event level. |
|
|
49
|
+
| Eulerian | 2025-12-10 | N/A | 2025-12-10 | Version: 0.1.0 | Beta Version Eulerian initial release |
|
|
51
50
|
| Firebase | 2024-01-15 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
|
|
52
51
|
| Google AJSID Segments | 2024-05-29 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
|
|
53
|
-
| Google Ads - Conversions | 2023-07-04 | 2024-04-17 |
|
|
52
|
+
| Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2026-01-07 | Version: 1.5.0 | Upgraded to Google Ads API v22 Added userIdentifiers and userIpAddress fields Removed gbraid mapping |
|
|
54
53
|
| Google Analytics | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
55
54
|
| 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 |
|
|
56
55
|
| Google Analytics 4 (Collect) | 2024-04-24 | 2025-08-20 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
@@ -58,6 +57,7 @@
|
|
|
58
57
|
| Google Cloud Storage | 2021-06-24 | N/A | 2025-10-15 | Version: 0.2.1 | Added friendly names to expressions |
|
|
59
58
|
| Google Pub/Sub | 2021-06-24 | 2023-12-13 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
|
|
60
59
|
| Heap | 2024-03-26 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
|
|
60
|
+
| Hightouch (New) | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Hightouch initial release |
|
|
61
61
|
| HubSpot | 2023-02-20 | N/A | 2025-07-30 | Version: 0.4.0 | Replaced context.traits with traits. |
|
|
62
62
|
| Impact Radius | 2021-06-24 | N/A | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
|
|
63
63
|
| InMarket | 2021-07-21 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
| MIQ (Xandr) | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
72
72
|
| Magellan AI | 2024-07-24 | 2024-08-07 | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
|
|
73
73
|
| Merkle | 2021-06-24 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced context.traits with traits. |
|
|
74
|
-
| Meta CAPI | 2021-06-24 | N/A |
|
|
74
|
+
| Meta CAPI | 2021-06-24 | N/A | 2026-01-07 | Version: 1.8.0 | Added data_processing_options mappings |
|
|
75
75
|
| Microsoft Ads | 2025-01-22 | 2025-04-02 | 2025-12-17 | Version: 1.2.0 | Deprecating this in favor of the released Microsoft Ads CAPI kit |
|
|
76
76
|
| Microsoft Ads CAPI | 2025-09-17 | 2025-11-05 | 2025-11-05 | Version: 1.0.0 | Stable Release |
|
|
77
77
|
| Microsoft Advertising | 2021-06-24 | N/A | 2025-12-17 | Version: 0.4.0 | Deprecating this in favor of the released Microsoft Ads CAPI kit |
|
|
@@ -84,27 +84,28 @@
|
|
|
84
84
|
| Perion | 2025-05-21 | 2025-07-16 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
85
85
|
| Pinterest Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
|
|
86
86
|
| Pinterest CAPI | 2023-03-07 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
87
|
+
| Pipeline Router (New) | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Pipeline Router initial release |
|
|
87
88
|
| Podscribe | 2025-03-12 | 2025-04-09 | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
|
|
88
89
|
| Podsights | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
89
90
|
| RTB House | 2024-11-20 | N/A | 2025-12-03 | Version: 0.4.0 | Updated endpoint to be a parameter |
|
|
90
91
|
| Rakuten Conversions | 2025-07-30 | 2025-09-24 | 2025-09-24 | Version: 1.0.0 | Stable Release |
|
|
91
|
-
| Reddit Ads | 2023-09-12 |
|
|
92
|
-
| 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 |
|
|
92
|
+
| Reddit Ads | 2023-09-12 | 2026-01-07 | 2026-01-07 | Version: 2.0.0 | Stable Release of Reddit CAPI V3 |
|
|
93
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 |
|
|
94
95
|
| Roku | 2023-04-27 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
|
|
95
96
|
| Roomvo | 2021-08-10 | N/A | 2025-10-15 | Version: 0.2.1 | Added friendly names to expressions |
|
|
96
97
|
| Salesforce CDP | 2022-05-31 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced originalTimestamp with timestamp |
|
|
97
|
-
| Snapchat - CAPI | 2024-06-05 | 2024-07-17 |
|
|
98
|
+
| Snapchat - CAPI | 2024-06-05 | 2024-07-17 | 2026-01-14 | Version: 1.5.0 | Added add_data parameters. |
|
|
98
99
|
| Snapchat Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
|
|
99
100
|
| Snowflake | 2021-06-24 | N/A | 2025-10-15 | Version: 0.1.2 | Added friendly names to expressions |
|
|
100
|
-
| Teads | 2025-11-12 |
|
|
101
|
+
| Teads | 2025-11-12 | 2026-01-07 | 2026-01-07 | Version: 1.0.0 | Stable Release |
|
|
101
102
|
| The Trade Desk - Conversions | 2025-06-04 | 2025-07-30 | 2025-12-10 | Version: 1.2.0 | Updating identifier mappings |
|
|
102
103
|
| TheTradeDesk Conversion Events | 2022-11-29 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced originalTimestamp with timestamp |
|
|
103
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 |
|
|
104
105
|
| 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 |
|
|
105
106
|
| Treasure Data | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
106
107
|
| VideoAmp | 2022-11-17 | N/A | 2024-10-23 | Version: 0.3.0 | Added header `Accept-Encoding: application/json` |
|
|
107
|
-
| Wallaroo
|
|
108
|
+
| Wallaroo | 2025-12-03 | N/A | 2025-12-10 | Version: 0.1.1 | Added expression name |
|
|
108
109
|
| Webhooks | 2024-05-29 | 2024-08-07 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
109
110
|
| X Ads - Web Conversions | 2024-09-04 | 2024-09-25 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
110
111
|
| Xandr | 2021-07-13 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
package/index.js
CHANGED
|
@@ -62,6 +62,12 @@ exports.kafka = {
|
|
|
62
62
|
metadata: require('./.dist/kafka/metadata.json')
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
exports['pipeline-router'] = {
|
|
66
|
+
connectionTemplate: connectionSchemas.properties.pipelineRouter,
|
|
67
|
+
playbook: require('./.dist/pipeline-router/playbook.json'),
|
|
68
|
+
metadata: require('./.dist/pipeline-router/metadata.json')
|
|
69
|
+
}
|
|
70
|
+
|
|
65
71
|
exports.rasp = {
|
|
66
72
|
connectionTemplate: connectionSchemas.properties.rasp,
|
|
67
73
|
playbook: require('./.dist/rasp/playbook.json'),
|
|
@@ -309,6 +315,12 @@ exports.heap = {
|
|
|
309
315
|
metadata: require('./.dist/heap/metadata.json')
|
|
310
316
|
}
|
|
311
317
|
|
|
318
|
+
exports['hightouch'] = {
|
|
319
|
+
endpointSchema: require('./.dist/hightouch/connection.json'),
|
|
320
|
+
playbook: require('./.dist/hightouch/playbook.json'),
|
|
321
|
+
metadata: require('./.dist/hightouch/metadata.json')
|
|
322
|
+
}
|
|
323
|
+
|
|
312
324
|
exports['hubspot-event'] = {
|
|
313
325
|
endpointSchema: require('./.dist/hubspot-event/connection.json'),
|
|
314
326
|
playbook: require('./.dist/hubspot-event/playbook.json'),
|
|
@@ -646,6 +658,10 @@ exports.etags = {
|
|
|
646
658
|
playbook: require('./.dist/kafka/playbook.etag.json'),
|
|
647
659
|
kit: require('./.dist/kafka/kit.etag.json')
|
|
648
660
|
},
|
|
661
|
+
'pipeline-router': {
|
|
662
|
+
playbook: require('./.dist/pipeline-router/playbook.etag.json'),
|
|
663
|
+
kit: require('./.dist/pipeline-router/kit.etag.json')
|
|
664
|
+
},
|
|
649
665
|
rasp: {
|
|
650
666
|
playbook: require('./.dist/rasp/playbook.etag.json'),
|
|
651
667
|
kit: require('./.dist/rasp/kit.etag.json')
|
|
@@ -848,6 +864,11 @@ exports.etags = {
|
|
|
848
864
|
playbook: require('./.dist/heap/playbook.etag.json'),
|
|
849
865
|
kit: require('./.dist/heap/kit.etag.json')
|
|
850
866
|
},
|
|
867
|
+
'hightouch': {
|
|
868
|
+
endpointSchema: require('./.dist/hightouch/connection.etag.json'),
|
|
869
|
+
playbook: require('./.dist/hightouch/playbook.etag.json'),
|
|
870
|
+
kit: require('./.dist/hightouch/kit.etag.json')
|
|
871
|
+
},
|
|
851
872
|
'hubspot-event': {
|
|
852
873
|
endpointSchema: require('./.dist/hubspot-event/connection.etag.json'),
|
|
853
874
|
playbook: require('./.dist/hubspot-event/playbook.etag.json'),
|