@metarouter/ajs-starter-kit 1.0.169 → 1.0.171

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
- "08edf99891cf7a817a288281ea34bd92 -"
1
+ "9472e59a6849093b84585fa7dd7acea4 -"
@@ -225,6 +225,52 @@
225
225
  "additionalProperties": false
226
226
  }
227
227
  },
228
+ "partitioning": {
229
+ "type": "object",
230
+ "properties": {
231
+ "events": {
232
+ "type": "array",
233
+ "items": {
234
+ "type": "object",
235
+ "properties": {
236
+ "eventName": {
237
+ "type": "string"
238
+ },
239
+ "tableOverride": {
240
+ "type": "string"
241
+ }
242
+ },
243
+ "required": [
244
+ "eventName"
245
+ ],
246
+ "additionalProperties": false
247
+ }
248
+ },
249
+ "expirationDays": {
250
+ "type": "number"
251
+ },
252
+ "granularity": {
253
+ "type": "number",
254
+ "description": "0: BIG_QUERY_PARTITION_GRANULARITY_UNSPECIFIED; 1: BIG_QUERY_PARTITION_GRANULARITY_HOURLY; 2: BIG_QUERY_PARTITION_GRANULARITY_DAILY; 3: BIG_QUERY_PARTITION_GRANULARITY_MONTHLY; 4: BIG_QUERY_PARTITION_GRANULARITY_YEARLY",
255
+ "enum": [
256
+ 0,
257
+ 1,
258
+ 2,
259
+ 3,
260
+ 4
261
+ ]
262
+ },
263
+ "partitionField": {
264
+ "type": "string"
265
+ }
266
+ },
267
+ "required": [
268
+ "granularity",
269
+ "events",
270
+ "partitionField"
271
+ ],
272
+ "additionalProperties": false
273
+ },
228
274
  "projectId": {
229
275
  "type": "string"
230
276
  },
@@ -1 +1 @@
1
- "266de4c3fcbd6c3eb79e9acb63b203ff -"
1
+ "ee7f9712f3f897302e4fcc431e4d3cd0 -"
@@ -1 +1 @@
1
- "b0391b2f1b95b732fbe39fc45c06a4e8 -"
1
+ "f360773ce34da0d23fb72f16ee61486e -"
@@ -28,6 +28,10 @@
28
28
  {
29
29
  "date": "2026-01-21T00:00:00.000Z",
30
30
  "note": "Version: 1.0.0\nStable Release"
31
+ },
32
+ {
33
+ "date": "2026-05-20T00:00:00.000Z",
34
+ "note": "Version: 1.1.0\nAdded ord to the playbook"
31
35
  }
32
36
  ]
33
37
  }
@@ -1 +1 @@
1
- "686b9f468fffa0962b12e5321d91ff75 -"
1
+ "f896746051643e450d24e6f9764d61e9 -"
@@ -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",
@@ -99,6 +99,18 @@
99
99
  }
100
100
  }
101
101
  ]
102
+ },
103
+ {
104
+ "inputKey": "input",
105
+ "outputKey": "ord",
106
+ "transforms": [
107
+ {
108
+ "expression": {
109
+ "body": "if input.properties.order_id then\n return input.properties.order_id end\nreturn input.messageId",
110
+ "lang": "lua"
111
+ }
112
+ }
113
+ ]
102
114
  }
103
115
  ]
104
116
  },
@@ -148,6 +160,10 @@
148
160
  }
149
161
  }
150
162
  ]
163
+ },
164
+ {
165
+ "inputKey": "messageId",
166
+ "outputKey": "ord"
151
167
  }
152
168
  ]
153
169
  },
@@ -174,6 +190,10 @@
174
190
  }
175
191
  }
176
192
  ]
193
+ },
194
+ {
195
+ "inputKey": "messageId",
196
+ "outputKey": "ord"
177
197
  }
178
198
  ]
179
199
  },
package/README.md CHANGED
@@ -1,17 +1,7 @@
1
1
  # MetaRouter Starter Kits
2
2
 
3
- ### 2026-04
4
- - Axon
5
- - CM360 - Floodlights
6
- - Hightouch
7
- - Meta CAPI
8
- - Microsoft Ads CAPI
9
- - Nextdoor
10
- - Pinterest CAPI
11
- - The Trade Desk - Offline Conversions
12
- - Wirtualna Polska
13
- - adMarketplace
14
- - illumin
3
+ ### 2026-05
4
+ - Ringier Axel Springer Poland
15
5
 
16
6
  | Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
17
7
  |----------|----------------------|---------------------|---------------------|-----------------|-------------|
@@ -92,7 +82,7 @@
92
82
  | RTB House | 2024-11-20 | N/A | 2025-12-03 | Version: 0.4.0 | Updated endpoint to be a parameter |
93
83
  | Rakuten Conversions | 2025-07-30 | 2025-09-24 | 2025-09-24 | Version: 1.0.0 | Stable Release |
94
84
  | Reddit Ads | 2023-09-12 | 2026-01-07 | 2026-01-07 | Version: 2.0.0 | Stable Release of Reddit CAPI V3 |
95
- | Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-01-21 | Version: 1.0.0 | Stable Release |
85
+ | Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-05-20 | Version: 1.1.0 | Added ord to the playbook |
96
86
  | 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 |
97
87
  | Roku | 2023-04-27 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
98
88
  | Roomvo | 2021-08-10 | N/A | 2026-03-25 | Version: 0.2.2 | Converted some fields to camelCase for schema validation |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.169",
3
+ "version": "1.0.171",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {