@metarouter/ajs-starter-kit 1.0.168 → 1.0.170

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
- "5f38ace235302b56c28fcc569a6dde8d -"
1
+ "1b001cd99f7337576c2c2115dd187e62 -"
@@ -2,7 +2,6 @@
2
2
  "params": [
3
3
  {
4
4
  "name": "ACCESS_TOKEN",
5
- "defaultValue": "b1c6d505d9e84fc3a1dc3b296832546c",
6
5
  "exampleValue": "my-access-token"
7
6
  },
8
7
  {
@@ -1 +1 @@
1
- "27857c4a676065632e443cd8036ee73f -"
1
+ "bdd76e213da9305f232df630a34286f1 -"
@@ -24,6 +24,10 @@
24
24
  {
25
25
  "date": "2026-03-18T21:00:00.000Z",
26
26
  "note": "Version: 1.0.0\nStable Release"
27
+ },
28
+ {
29
+ "date": "2026-04-29T21:00:00.000Z",
30
+ "note": "Version: 1.0.1\nClean up"
27
31
  }
28
32
  ]
29
33
  }
@@ -1 +1 @@
1
- "87512da4b642ff7f7df990986f7a3256 -"
1
+ "2615b597b1ef2f0073c7d420e7317aa4 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.1",
3
3
  "params": [
4
4
  {
5
5
  "name": "ADVERTISER_ID",
@@ -1 +1 @@
1
- "313c6d56fb5612f80a69a45f86b8f505 -"
1
+ "74f3da698dcd0c6e4588862fda4fe4d1 -"
@@ -6,8 +6,7 @@
6
6
  },
7
7
  {
8
8
  "name": "AUTH_KEY",
9
- "exampleValue": "my-auth-key",
10
- "defaultValue": "ak_276r1e1s2y541x193518483x1j2z512r5a0v5t42262e1y4h0b4e413y6u3e6f6s"
9
+ "exampleValue": "my-auth-key"
11
10
  }
12
11
  ],
13
12
  "default": {
@@ -1 +1 @@
1
- "276cc7a16c88418688c3f677bc25b80d -"
1
+ "39ea058755069b0edc8650d946c96926 -"
@@ -20,6 +20,10 @@
20
20
  {
21
21
  "date": "2026-03-18T21:00:00.000Z",
22
22
  "note": "Version: 1.0.0\nStable Release"
23
+ },
24
+ {
25
+ "date": "2026-04-29T21:00:00.000Z",
26
+ "note": "Version: 1.0.1\nClean up"
23
27
  }
24
28
  ]
25
29
  }
@@ -1 +1 @@
1
- "dc45b7b815a927232caa736bf848345a -"
1
+ "d39e803d8712b307f447fc63eac66c69 -"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.0.1",
3
3
  "global": {
4
4
  "mappings": [
5
5
  {
@@ -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
  },
package/README.md CHANGED
@@ -1,15 +1,6 @@
1
1
  # MetaRouter Starter Kits
2
2
 
3
- ### 2026-04
4
- - CM360 - Floodlights
5
- - Hightouch
6
- - Meta CAPI
7
- - Microsoft Ads CAPI
8
- - Nextdoor
9
- - Pinterest CAPI
10
- - The Trade Desk - Offline Conversions
11
- - Wirtualna Polska
12
- - illumin
3
+ ### 2026-05
13
4
 
14
5
  | Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
15
6
  |----------|----------------------|---------------------|---------------------|-----------------|-------------|
@@ -31,7 +22,7 @@
31
22
  | AppsFlyer Android | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
32
23
  | AppsFlyer iOS | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
33
24
  | Attentive | 2025-12-17 | 2026-03-04 | 2026-03-04 | Version: 1.0.0 | Stable Release |
34
- | Axon | 2026-02-04 | 2026-03-18 | 2026-03-18 | Version: 1.0.0 | Stable Release |
25
+ | Axon | 2026-02-04 | 2026-03-18 | 2026-04-29 | Version: 1.0.1 | Clean up |
35
26
  | Azure Blob | 2021-08-03 | 2023-12-13 | 2025-10-15 | Version: 1.2.1 | Added friendly names to expressions |
36
27
  | Bloomreach CDP | 2022-10-06 | N/A | 2023-12-13 | N/A | Marked as stable version: 1.0.0 |
37
28
  | Blueshift | 2021-06-24 | 2025-01-22 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
@@ -115,5 +106,5 @@
115
106
  | Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
116
107
  | Yahoo Pixel API | 2023-03-07 | 2023-12-13 | 2025-04-09 | Version: 1.3.0 | Friendly name updated |
117
108
  | Zeotap | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
118
- | adMarketplace | 2026-01-21 | 2026-03-18 | 2026-03-18 | Version: 1.0.0 | Stable Release |
109
+ | adMarketplace | 2026-01-21 | 2026-03-18 | 2026-04-29 | Version: 1.0.1 | Clean up |
119
110
  | illumin | 2021-06-24 | 2023-12-13 | 2026-04-22 | Version: 1.2.0 | Friendly name updated |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.168",
3
+ "version": "1.0.170",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {