@metarouter/ajs-starter-kit 1.0.165 → 1.0.167

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
- "83c1f92cbcec738f7cf3689f8f410603 -"
1
+ "266de4c3fcbd6c3eb79e9acb63b203ff -"
@@ -80,6 +80,10 @@
80
80
  {
81
81
  "date": "2026-02-25T00:00:00.000Z",
82
82
  "note": "Version: 1.9.0\nUpgraded v22 to v24."
83
+ },
84
+ {
85
+ "date": "2026-04-08T00:00:00.000Z",
86
+ "note": "Version: 1.10.0\nRemoved LDU (Limited Data Use) default."
83
87
  }
84
88
  ]
85
89
  }
@@ -1 +1 @@
1
- "0fbcbefbb400f10c3c9bcfffd1300b46 -"
1
+ "f4dbd7e521ba6e45b5f211bc62c7b3a7 -"
@@ -1,16 +1,6 @@
1
1
  {
2
- "version": "1.9.0",
2
+ "version": "1.10.0",
3
3
  "global": {
4
- "enrichments": [
5
- {
6
- "staticInt": 0,
7
- "outputKey": "data_processing_options_country"
8
- },
9
- {
10
- "staticInt": 0,
11
- "outputKey": "data_processing_options_state"
12
- }
13
- ],
14
4
  "mappings": [
15
5
  {
16
6
  "inputKey": "input",
@@ -101,13 +91,6 @@
101
91
  "inputKey": "context.providers.facebookTag._fbp",
102
92
  "outputKey": "user_data.fbp"
103
93
  }
104
- ],
105
- "expressions": [
106
- {
107
- "lang": "lua",
108
- "name": "Limited Data Usage",
109
- "body": "return { data_processing_options = { \"LDU\" } }"
110
- }
111
94
  ]
112
95
  },
113
96
  "eventSpecific": {
@@ -1 +1 @@
1
- "ad8cd33f08d5145fc6f4d54d888f72d0 -"
1
+ "ea88d7dd1e638b585b3517d66f9c4993 -"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "isDraft": false,
3
3
  "isDeprecated": false,
4
- "isBeta": true,
4
+ "isBeta": false,
5
5
  "friendlyName": "Hightouch",
6
6
  "description": "Hightouch is a data activation platform that helps organizations operationalize customer and event data by syncing it directly from their data warehouse into downstream tools and systems.",
7
7
  "logo": "https://cdn.metarouter.io/hightouch.png",
@@ -20,6 +20,10 @@
20
20
  {
21
21
  "date": "2026-03-18T21:00:00.000Z",
22
22
  "note": "Version: 0.1.1\nMap full traits object to traits field of identify"
23
+ },
24
+ {
25
+ "date": "2026-04-08T00:00:00.000Z",
26
+ "note": "Version: 1.0.0\nStable Release"
23
27
  }
24
28
  ]
25
29
  }
@@ -1 +1 @@
1
- "eddff853e310aaf4882ae74be87229fe -"
1
+ "059e4f72cf48d8940d37fa9713bc978d -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1",
2
+ "version": "1.0.0",
3
3
  "global": {
4
4
  "mappings": [
5
5
  {
@@ -1 +1 @@
1
- "c91eb28ab1f3098b6041fffd03608003 -"
1
+ "3c07f271e2d177c26c2b9d35a0cbe51b -"
@@ -9,6 +9,11 @@
9
9
  "name": "API_TOKEN",
10
10
  "exampleValue": "my-api-token",
11
11
  "isOptional": false
12
+ },
13
+ {
14
+ "name": "DATA_PROVIDER",
15
+ "exampleValue": "my-data-provider",
16
+ "defaultValue": "Metarouter"
12
17
  }
13
18
  ],
14
19
  "default": {
@@ -31,7 +36,7 @@
31
36
  "method": "POST",
32
37
  "transform": {
33
38
  "lang": "lua",
34
- "body": "request.body = { data = batch }\nreturn request"
39
+ "body": "request.body = { data = batch, dataProvider = '$$DATA_PROVIDER$$' }\nreturn request"
35
40
  }
36
41
  }
37
42
  }
@@ -1 +1 @@
1
- "4d5c780846b6321fe99367ab7412b318 -"
1
+ "dbc8b60463de1240880b50cc926467b7 -"
@@ -24,6 +24,10 @@
24
24
  {
25
25
  "date": "2025-11-05T00:00:00.000Z",
26
26
  "note": "Version: 1.0.0\nStable Release"
27
+ },
28
+ {
29
+ "date": "2026-04-15T00:00:00.000Z",
30
+ "note": "Version: 1.1.0\nAdded dataProvider field."
27
31
  }
28
32
  ]
29
33
  }
@@ -1 +1 @@
1
- "3866af7d45108b4e11cd7e1d7fe36ab6 -"
1
+ "f77ad5e89050b87880c3d65ec10fc0a1 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.1.0",
3
3
  "global": {
4
4
  "mappings": [
5
5
  {
@@ -1 +1 @@
1
- "ef03e9d213c0f9245f94ea8a713523e1 -"
1
+ "ea831f86d0c2a93c4abcffec960becd5 -"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isDeprecated": false,
3
+ "isDeprecated": true,
4
4
  "isBeta": false,
5
5
  "friendlyName": "Nextdoor",
6
6
  "description": "Turn neighbors into customers with Nextdoor Ads built for small businesses with big goals.",
@@ -24,6 +24,10 @@
24
24
  {
25
25
  "date": "2024-08-07T00:00:00.000Z",
26
26
  "note": "Version: 1.0.0\nStable release"
27
+ },
28
+ {
29
+ "date": "2026-04-15T00:00:00.000Z",
30
+ "note": "Version: 1.1.0\nDeprecating in favor of the released Nextdoor CAPI Kit"
27
31
  }
28
32
  ]
29
33
  }
@@ -1 +1 @@
1
- "daf5f8b1f13ac70aacb4bea50fac5ac7 -"
1
+ "abaf95331749fcf48b02e826f4b269f1 -"
@@ -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",
@@ -1 +1 @@
1
- "f77eb643227d13c5421b32a324597dc7 -"
1
+ "a6cfb24756ac9ddfca5e7b6a795a7c05 -"
@@ -28,6 +28,10 @@
28
28
  {
29
29
  "date": "2024-10-23T00:00:00.000Z",
30
30
  "note": "Version: 1.2.0\nAdded header `Accept-Encoding: application/json`"
31
+ },
32
+ {
33
+ "date": "2026-04-08T00:00:00.000Z",
34
+ "note": "Version: 1.3.0\nRemoved LDP (Limited Data Processing) default"
31
35
  }
32
36
  ]
33
37
  }
@@ -1 +1 @@
1
- "189bd1bf0b3bc316e3220f4029890511 -"
1
+ "e98b1e4c8708c9821d6dfe00dc0ef4dd -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.0",
2
+ "version": "1.3.0",
3
3
  "default": {
4
4
  "filters": [
5
5
  {
@@ -17,10 +17,6 @@
17
17
  {
18
18
  "outputKey": "partner_name",
19
19
  "staticString": "MetaRouter"
20
- },
21
- {
22
- "outputKey": "custom_data.opt_out_type",
23
- "staticString": "LDP"
24
20
  }
25
21
  ],
26
22
  "mappings": [
@@ -1 +1 @@
1
- "cfa09e082cad7055ae5098f50b864db6 -"
1
+ "ddb770a867e75edd94e56d9b6128e1dd -"
@@ -1 +1 @@
1
- "62762c931c1c4d91b17727f32990854c -"
1
+ "60290ef97287f27a94275685c2c65ffd -"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "isDraft": false,
3
3
  "isDeprecated": false,
4
- "isBeta": true,
4
+ "isBeta": false,
5
5
  "friendlyName": "The Trade Desk - Offline Conversions",
6
6
  "description": "The Trade Desk Offline Conversion Provider API allows partners to send server-side conversion data to The Trade Desk that occurs outside of standard web tracking, such as offline purchases or backend-attributed events.",
7
7
  "logo": "https://cdn.metarouter.io/ttd-offline-conversions.png",
@@ -20,6 +20,10 @@
20
20
  {
21
21
  "date": "2026-02-25T21:00:00.000Z",
22
22
  "note": "Version: 0.1.1\nImpressionId field update"
23
+ },
24
+ {
25
+ "date": "2026-04-08T00:00:00.000Z",
26
+ "note": "Version: 1.0.0\nStable Release"
23
27
  }
24
28
  ]
25
29
  }
@@ -1 +1 @@
1
- "466b1e346498706841fb43077cb1a7c2 -"
1
+ "16c0153c56847992839df948e7247dd3 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.1",
2
+ "version": "1.0.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "MERCHANT_ID",
package/README.md CHANGED
@@ -1,18 +1,14 @@
1
1
  # MetaRouter Starter Kits
2
2
 
3
- ### 2026-03
4
- - Adjust
5
- - Attentive
6
- - Axon
7
- - Eulerian
8
- - Google Ads - Conversions
9
- - Google Cloud Storage
3
+ ### 2026-04
4
+ - CM360 - Floodlights
10
5
  - Hightouch
11
- - Kargo
12
- - Roomvo
13
- - Stdout (New)
14
- - X Ads - Web Conversions
15
- - adMarketplace
6
+ - Meta CAPI
7
+ - Microsoft Ads CAPI
8
+ - Nextdoor
9
+ - Pinterest CAPI
10
+ - The Trade Desk - Offline Conversions
11
+ - Wirtualna Polska
16
12
 
17
13
  | Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
18
14
  |----------|----------------------|---------------------|---------------------|-----------------|-------------|
@@ -59,7 +55,7 @@
59
55
  | Google Cloud Storage | 2021-06-24 | 2026-03-18 | 2026-03-18 | Version: 1.0.0 | Stable Release |
60
56
  | Google Pub/Sub | 2021-06-24 | 2023-12-13 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
61
57
  | Heap | 2024-03-26 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
62
- | Hightouch | 2026-01-14 | N/A | 2026-03-18 | Version: 0.1.1 | Map full traits object to traits field of identify |
58
+ | Hightouch | 2026-01-14 | 2026-04-08 | 2026-04-08 | Version: 1.0.0 | Stable Release |
63
59
  | HubSpot | 2023-02-20 | N/A | 2025-07-30 | Version: 0.4.0 | Replaced context.traits with traits. |
64
60
  | Impact Radius | 2021-06-24 | N/A | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
65
61
  | InMarket | 2021-07-21 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
@@ -74,20 +70,20 @@
74
70
  | MIQ (Xandr) | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
75
71
  | Magellan AI | 2024-07-24 | 2024-08-07 | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
76
72
  | Merkle | 2021-06-24 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced context.traits with traits. |
77
- | Meta CAPI | 2021-06-24 | N/A | 2026-02-25 | Version: 1.9.0 | Upgraded v22 to v24. |
73
+ | Meta CAPI | 2021-06-24 | N/A | 2026-04-08 | Version: 1.10.0 | Removed LDU (Limited Data Use) default. |
78
74
  | 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 |
79
- | Microsoft Ads CAPI | 2025-09-17 | 2025-11-05 | 2025-11-05 | Version: 1.0.0 | Stable Release |
75
+ | Microsoft Ads CAPI | 2025-09-17 | 2025-11-05 | 2026-04-15 | Version: 1.1.0 | Added dataProvider field. |
80
76
  | 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 |
81
77
  | Mixpanel | 2022-03-23 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
82
78
  | Moloco Commerce Media | 2024-11-14 | 2025-02-12 | 2025-02-12 | Version: 1.0.0 | New Event: session_started -> Mapped to Moloco's LAND event (web) New Event: application_open -> Mapped to Moloco's LAND event (mobile) Updated Event: screen -> Mapped to Moloco's PAGE_VIEW or HOME event based on input.name and/or input.properties.name (mobile) Updated Event: order_completed -> Added mapping for Moloco's shipping_charge field using MetaRouter's properties.shipping (web & mobile) Stable release |
83
79
  | Movable Ink | 2021-06-24 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
84
80
  | Movable Ink - Customer Data | 2024-02-07 | 2024-04-24 | 2025-07-16 | Version: 1.3.0 | TABLE_SLICE custom function usage. |
85
- | Nextdoor | 2023-03-07 | 2024-08-07 | 2024-08-07 | Version: 1.0.0 | Stable release |
81
+ | Nextdoor | 2023-03-07 | 2024-08-07 | 2026-04-15 | Version: 1.1.0 | Deprecating in favor of the released Nextdoor CAPI Kit |
86
82
  | Nextdoor - CAPI | 2024-06-05 | 2024-07-17 | 2025-10-08 | Version: 1.4.0 | Extended Nextdoor CAPI events. |
87
83
  | Optimizely | 2026-01-28 | 2026-02-18 | 2026-02-18 | Version: 1.0.0 | Stable Release |
88
84
  | Perion | 2025-05-21 | 2025-07-16 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
89
85
  | Pinterest Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
90
- | Pinterest CAPI | 2023-03-07 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
86
+ | Pinterest CAPI | 2023-03-07 | N/A | 2026-04-08 | Version: 1.3.0 | Removed LDP (Limited Data Processing) default |
91
87
  | Pipeline Router | 2026-01-14 | N/A | 2026-01-14 | Version: 0.1.0 | Beta Version Pipeline Router initial release |
92
88
  | Podscribe | 2025-03-12 | 2025-04-09 | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
93
89
  | Podsights | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
@@ -102,10 +98,10 @@
102
98
  | Snapchat - CAPI | 2024-06-05 | 2024-07-17 | 2026-01-14 | Version: 1.5.0 | Added add_data parameters. |
103
99
  | Snapchat Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
104
100
  | Snowflake | 2021-06-24 | N/A | 2025-10-15 | Version: 0.1.2 | Added friendly names to expressions |
105
- | Stdout (New) | 2026-03-18 | N/A | 2026-03-18 | Version: 0.1.0 | Beta Version Stdout initial release |
101
+ | Stdout | 2026-03-18 | N/A | 2026-03-18 | Version: 0.1.0 | Beta Version Stdout initial release |
106
102
  | Teads | 2025-11-12 | 2026-01-07 | 2026-01-07 | Version: 1.0.0 | Stable Release |
107
103
  | The Trade Desk - Conversions | 2025-06-04 | 2025-07-30 | 2025-12-10 | Version: 1.2.0 | Updating identifier mappings |
108
- | The Trade Desk - Offline Conversions | 2026-02-25 | N/A | 2026-02-25 | Version: 0.1.1 | ImpressionId field update |
104
+ | The Trade Desk - Offline Conversions | 2026-02-25 | 2026-04-08 | 2026-04-08 | Version: 1.0.0 | Stable Release |
109
105
  | TheTradeDesk Conversion Events | 2022-11-29 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced originalTimestamp with timestamp |
110
106
  | 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). |
111
107
  | 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 |
@@ -113,7 +109,7 @@
113
109
  | VideoAmp | 2022-11-17 | N/A | 2024-10-23 | Version: 0.3.0 | Added header `Accept-Encoding: application/json` |
114
110
  | Wallaroo | 2025-12-03 | N/A | 2025-12-10 | Version: 0.1.1 | Added expression name |
115
111
  | Webhooks | 2024-05-29 | 2024-08-07 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
116
- | Wirtualna Polska (New) | 2026-03-11 | N/A | 2026-04-01 | Version: 0.2.0 | Added field for CEEId identifier |
112
+ | Wirtualna Polska | 2026-03-11 | N/A | 2026-04-01 | Version: 0.2.0 | Added field for CEEId identifier |
117
113
  | 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 |
118
114
  | Xandr | 2021-07-13 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
119
115
  | Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
package/index.js CHANGED
@@ -441,12 +441,6 @@ exports['movable-ink-customer-data'] = {
441
441
  metadata: require('./.dist/movable-ink-customer-data/metadata.json')
442
442
  }
443
443
 
444
- exports['nextdoor'] = {
445
- endpointSchema: require('./.dist/nextdoor/connection.json'),
446
- playbook: require('./.dist/nextdoor/playbook.json'),
447
- metadata: require('./.dist/nextdoor/metadata.json')
448
- }
449
-
450
444
  exports['nextdoor-capi'] = {
451
445
  endpointSchema: require('./.dist/nextdoor-capi/connection.json'),
452
446
  playbook: require('./.dist/nextdoor-capi/playbook.json'),
@@ -998,11 +992,6 @@ exports.etags = {
998
992
  playbook: require('./.dist/movable-ink-customer-data/playbook.etag.json'),
999
993
  kit: require('./.dist/movable-ink-customer-data/kit.etag.json')
1000
994
  },
1001
- nextdoor: {
1002
- endpointSchema: require('./.dist/nextdoor/connection.etag.json'),
1003
- playbook: require('./.dist/nextdoor/playbook.etag.json'),
1004
- kit: require('./.dist/nextdoor/kit.etag.json')
1005
- },
1006
995
  'nextdoor-capi': {
1007
996
  endpointSchema: require('./.dist/nextdoor-capi/connection.etag.json'),
1008
997
  playbook: require('./.dist/nextdoor-capi/playbook.etag.json'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.165",
3
+ "version": "1.0.167",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {