@metarouter/ajs-starter-kit 1.0.163 → 1.0.165
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/connection-schemas.json +15 -10
- 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 +1 -1
- 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 +19 -2
- package/.dist/roomvo/connection.etag.json +1 -1
- package/.dist/roomvo/connection.json +1 -1
- package/.dist/roomvo/kit.etag.json +1 -1
- package/.dist/roomvo/metadata.json +4 -0
- package/.dist/roomvo/playbook.etag.json +1 -1
- package/.dist/roomvo/playbook.json +1 -1
- package/.dist/twitter-conversions/connection.etag.json +1 -1
- package/.dist/twitter-conversions/connection.json +4 -4
- package/.dist/twitter-conversions/kit.etag.json +1 -1
- package/.dist/twitter-conversions/metadata.json +4 -0
- package/.dist/twitter-conversions/playbook.etag.json +1 -1
- package/.dist/twitter-conversions/playbook.json +1 -1
- package/.dist/wirtualna-polska/kit.etag.json +1 -1
- package/.dist/wirtualna-polska/metadata.json +4 -0
- package/.dist/wirtualna-polska/playbook.etag.json +1 -1
- package/.dist/wirtualna-polska/playbook.json +5 -1
- package/.dist/x-ads/connection.etag.json +1 -1
- package/.dist/x-ads/connection.json +4 -4
- package/.dist/x-ads/kit.etag.json +1 -1
- package/.dist/x-ads/metadata.json +4 -0
- package/.dist/x-ads/playbook.etag.json +1 -1
- package/.dist/x-ads/playbook.json +1 -1
- package/README.md +8 -6
- package/package.json +1 -1
|
@@ -172,10 +172,7 @@
|
|
|
172
172
|
"required": [
|
|
173
173
|
"audienceId",
|
|
174
174
|
"customerId",
|
|
175
|
-
"developerToken"
|
|
176
|
-
"privateKey",
|
|
177
|
-
"principalEmail",
|
|
178
|
-
"serviceAccountEmail"
|
|
175
|
+
"developerToken"
|
|
179
176
|
],
|
|
180
177
|
"additionalProperties": false
|
|
181
178
|
},
|
|
@@ -416,6 +413,12 @@
|
|
|
416
413
|
"region": {
|
|
417
414
|
"type": "string"
|
|
418
415
|
},
|
|
416
|
+
"roleArn": {
|
|
417
|
+
"type": "string"
|
|
418
|
+
},
|
|
419
|
+
"roleArnExternalId": {
|
|
420
|
+
"type": "string"
|
|
421
|
+
},
|
|
419
422
|
"secretKey": {
|
|
420
423
|
"type": "string"
|
|
421
424
|
},
|
|
@@ -425,9 +428,7 @@
|
|
|
425
428
|
},
|
|
426
429
|
"required": [
|
|
427
430
|
"region",
|
|
428
|
-
"bucket"
|
|
429
|
-
"accessKey",
|
|
430
|
-
"secretKey"
|
|
431
|
+
"bucket"
|
|
431
432
|
],
|
|
432
433
|
"additionalProperties": false
|
|
433
434
|
},
|
|
@@ -501,6 +502,12 @@
|
|
|
501
502
|
"region": {
|
|
502
503
|
"type": "string"
|
|
503
504
|
},
|
|
505
|
+
"roleArn": {
|
|
506
|
+
"type": "string"
|
|
507
|
+
},
|
|
508
|
+
"roleArnExternalId": {
|
|
509
|
+
"type": "string"
|
|
510
|
+
},
|
|
504
511
|
"secretKey": {
|
|
505
512
|
"type": "string"
|
|
506
513
|
},
|
|
@@ -510,9 +517,7 @@
|
|
|
510
517
|
},
|
|
511
518
|
"required": [
|
|
512
519
|
"region",
|
|
513
|
-
"bucket"
|
|
514
|
-
"accessKey",
|
|
515
|
-
"secretKey"
|
|
520
|
+
"bucket"
|
|
516
521
|
],
|
|
517
522
|
"additionalProperties": false
|
|
518
523
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d82448ae823427431be8e340b7dd2997 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"020004b116326415a20cc2de44ab3d78 -"
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
{
|
|
57
57
|
"date": "2026-01-07T00:00:00.000Z",
|
|
58
58
|
"note": "Version: 1.5.0\nUpgraded to Google Ads API v22\nAdded userIdentifiers and userIpAddress fields\nRemoved gbraid mapping"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"date": "2026-03-25T00:00:00.000Z",
|
|
62
|
+
"note": "Version: 1.5.1\nConverted some fields to camelCase for schema validation"
|
|
59
63
|
}
|
|
60
64
|
]
|
|
61
65
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"af9a72aa925361377ed8c97723b1b3ff -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"14226f1d1324e33cba661d56b33e3f3d -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"bcb6dbfcc8922e2a94b21fd2efac8358 -"
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.4.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "CONFIG_ID",
|
|
6
6
|
"exampleValue": "floodlight-configuration-id"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"name": "IDENTIFIER_FAN_OUT",
|
|
10
|
+
"exampleValue": "identifier-fan-out",
|
|
11
|
+
"defaultValue": "false"
|
|
7
12
|
}
|
|
8
13
|
],
|
|
9
14
|
"default": {
|
|
@@ -57,13 +62,25 @@
|
|
|
57
62
|
}
|
|
58
63
|
}
|
|
59
64
|
]
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"inputKey": "input",
|
|
68
|
+
"outputKey": "enableIdentifierFanOut",
|
|
69
|
+
"transforms": [
|
|
70
|
+
{
|
|
71
|
+
"expression": {
|
|
72
|
+
"lang": "lua",
|
|
73
|
+
"body": "local val = $$IDENTIFIER_FAN_OUT$$\nreturn TO_BOOL(val)"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
]
|
|
60
77
|
}
|
|
61
78
|
],
|
|
62
79
|
"expressions": [
|
|
63
80
|
{
|
|
64
81
|
"lang": "lua",
|
|
65
82
|
"name": "Click, Mobile Device and Match ID(s)",
|
|
66
|
-
"body": "local gclid = SPLIT(input.context.providers.googleGtag.data.gclid, \".\", 3)[3];\
|
|
83
|
+
"body": "if not TO_BOOL(\"$$IDENTIFIER_FAN_OUT$$\") then\n local gclid = SPLIT(input.context.providers.googleGtag.data.gclid, \".\", 3)[3];\n local dclid = SPLIT(input.context.providers.googleGtag.data.dclid, \".\", 3)[3];\n local mobileDeviceId = input.context.device.advertisingId;\n local matchId = input.anonymousId;\n return (gclid and { gclid = gclid }) or (dclid and { dclid = dclid}) or (mobileDeviceId and { mobileDeviceId = mobileDeviceId}) or (matchId and { matchId = matchId })\n end\nreturn {\n gclid = SPLIT(input.context.providers.googleGtag.data.gclid, \".\", 3)[3],\n dclid = SPLIT(input.context.providers.googleGtag.data.dclid, \".\", 3)[3],\n mobileDeviceId = input.context.device.advertisingId,\n matchId = input.anonymousId\n}"
|
|
67
84
|
}
|
|
68
85
|
]
|
|
69
86
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"f3c3e076cb740f8520eecf3eb9da6656 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d3bf5738f66810d7e3fc2dc9c17d75fd -"
|
|
@@ -36,6 +36,10 @@
|
|
|
36
36
|
{
|
|
37
37
|
"date": "2025-10-15T00:00:00.000Z",
|
|
38
38
|
"note": "Version: 0.2.1\nAdded friendly names to expressions"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "2026-03-25T00:00:00.000Z",
|
|
42
|
+
"note": "Version: 0.2.2\nConverted some fields to camelCase for schema validation"
|
|
39
43
|
}
|
|
40
44
|
]
|
|
41
45
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"a85522f1c827597df67ec452870df3ed -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"b9d6aedfdaeabcd91a0d444e05fbc95e -"
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"default": {
|
|
25
25
|
"endpoint": "https://ads-api.twitter.com/10/accounts/$$ACCOUNT_ID$$/measurement/conversions",
|
|
26
26
|
"oauth1Auth": {
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
27
|
+
"consumerKey": "$$CONSUMER_KEY$$",
|
|
28
|
+
"consumerSecret": "$$CONSUMER_SECRET$$",
|
|
29
|
+
"accessToken": "$$ACCESS_TOKEN$$",
|
|
30
|
+
"tokenSecret": "$$TOKEN_SECRET$$"
|
|
31
31
|
},
|
|
32
32
|
"method": "POST",
|
|
33
33
|
"headers": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"a9ac737aa2efd16bdafaf40eb168ce7e -"
|
|
@@ -36,6 +36,10 @@
|
|
|
36
36
|
{
|
|
37
37
|
"date": "2025-07-30T00:00:00.000Z",
|
|
38
38
|
"note": "Version: 1.3.0\nReplaced context.traits with traits."
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "2026-03-25T00:00:00.000Z",
|
|
42
|
+
"note": "Version: 1.3.1\nConverted some fields to camelCase for schema validation"
|
|
39
43
|
}
|
|
40
44
|
]
|
|
41
45
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"90a054753bd1285ed5ff754e9e3e0b44 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"4d85fb79d5e06d12e66f89078d22b0fa -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"3b5ee5a6b915b7a5aeacf2afa7573c95 -"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.2.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "PIXEL_ID",
|
|
@@ -26,6 +26,10 @@
|
|
|
26
26
|
"inputKey": "context.providers.wirtualnaPolska.statid",
|
|
27
27
|
"outputKey": "statid"
|
|
28
28
|
},
|
|
29
|
+
{
|
|
30
|
+
"inputKey": "context.providers.ceeId.encrypted.data.value",
|
|
31
|
+
"outputKey": "ceeid"
|
|
32
|
+
},
|
|
29
33
|
{
|
|
30
34
|
"inputKey": "anonymousId",
|
|
31
35
|
"outputKey": "provider_user_id"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"7427db2e4a77a10a0d21e66d2e696db8 -"
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"default": {
|
|
30
30
|
"endpoint": "https://ads-api.x.com/$$API_VERSION$$/measurement/conversions/$$PIXEL_ID$$",
|
|
31
31
|
"oauth1Auth": {
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
32
|
+
"consumerKey": "$$CONSUMER_KEY$$",
|
|
33
|
+
"consumerSecret": "$$CONSUMER_SECRET$$",
|
|
34
|
+
"accessToken": "$$ACCESS_TOKEN$$",
|
|
35
|
+
"tokenSecret": "$$TOKEN_SECRET$$"
|
|
36
36
|
},
|
|
37
37
|
"batchSize": 250,
|
|
38
38
|
"transform": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"20b172beb6655734acdae40530baa958 -"
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
{
|
|
25
25
|
"date": "2025-07-30T00:00:00.000Z",
|
|
26
26
|
"note": "Version: 1.1.0\nReplaced context.traits with traits."
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"date": "2026-03-25T00:00:00.000Z",
|
|
30
|
+
"note": "Version: 1.1.1\nConverted some fields to camelCase for schema validation"
|
|
27
31
|
}
|
|
28
32
|
]
|
|
29
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"5917ebdda3797b0544acc239fb894ac1 -"
|
package/README.md
CHANGED
|
@@ -5,11 +5,13 @@
|
|
|
5
5
|
- Attentive
|
|
6
6
|
- Axon
|
|
7
7
|
- Eulerian
|
|
8
|
+
- Google Ads - Conversions
|
|
8
9
|
- Google Cloud Storage
|
|
9
10
|
- Hightouch
|
|
10
11
|
- Kargo
|
|
12
|
+
- Roomvo
|
|
11
13
|
- Stdout (New)
|
|
12
|
-
-
|
|
14
|
+
- X Ads - Web Conversions
|
|
13
15
|
- adMarketplace
|
|
14
16
|
|
|
15
17
|
| Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
|
|
@@ -39,7 +41,7 @@
|
|
|
39
41
|
| Blueshift | 2021-06-24 | 2025-01-22 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
|
|
40
42
|
| Braze | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
41
43
|
| Button | 2025-02-19 | 2025-03-12 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
42
|
-
| CM360 - Floodlights | 2021-06-24 | 2025-08-20 | 2026-
|
|
44
|
+
| CM360 - Floodlights | 2021-06-24 | 2025-08-20 | 2026-04-01 | Version: 1.4.0 | Added identifier fan-out logic |
|
|
43
45
|
| Clinch | 2024-04-24 | 2024-06-12 | 2025-10-15 | Version: 1.3.1 | Added friendly names to expressions |
|
|
44
46
|
| Commission Junction | 2024-01-17 | 2024-04-24 | 2025-11-19 | Version: 1.5.1 | Added friendly name to trackingSource expression |
|
|
45
47
|
| Convert | 2023-09-08 | N/A | 2024-11-20 | Version: 0.3.0 | Added new deduplication parameter for all events, `tid` |
|
|
@@ -49,7 +51,7 @@
|
|
|
49
51
|
| Eulerian | 2025-12-10 | 2026-03-04 | 2026-03-04 | Version: 1.0.0 | Stable Release |
|
|
50
52
|
| Firebase | 2024-01-15 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
|
|
51
53
|
| Google AJSID Segments | 2024-05-29 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
|
|
52
|
-
| Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2026-
|
|
54
|
+
| Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2026-03-25 | Version: 1.5.1 | Converted some fields to camelCase for schema validation |
|
|
53
55
|
| Google Analytics | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
54
56
|
| 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 |
|
|
55
57
|
| Google Analytics 4 (Collect) | 2024-04-24 | 2025-08-20 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
@@ -95,7 +97,7 @@
|
|
|
95
97
|
| Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-01-21 | Version: 1.0.0 | Stable Release |
|
|
96
98
|
| 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
99
|
| Roku | 2023-04-27 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
|
|
98
|
-
| Roomvo | 2021-08-10 | N/A |
|
|
100
|
+
| Roomvo | 2021-08-10 | N/A | 2026-03-25 | Version: 0.2.2 | Converted some fields to camelCase for schema validation |
|
|
99
101
|
| Salesforce CDP | 2022-05-31 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced originalTimestamp with timestamp |
|
|
100
102
|
| Snapchat - CAPI | 2024-06-05 | 2024-07-17 | 2026-01-14 | Version: 1.5.0 | Added add_data parameters. |
|
|
101
103
|
| Snapchat Ads | 2021-06-24 | N/A | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
|
|
@@ -111,8 +113,8 @@
|
|
|
111
113
|
| VideoAmp | 2022-11-17 | N/A | 2024-10-23 | Version: 0.3.0 | Added header `Accept-Encoding: application/json` |
|
|
112
114
|
| Wallaroo | 2025-12-03 | N/A | 2025-12-10 | Version: 0.1.1 | Added expression name |
|
|
113
115
|
| Webhooks | 2024-05-29 | 2024-08-07 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
114
|
-
| Wirtualna Polska (New) | 2026-03-11 | N/A | 2026-
|
|
115
|
-
| X Ads - Web Conversions | 2024-09-04 | 2024-09-25 |
|
|
116
|
+
| Wirtualna Polska (New) | 2026-03-11 | N/A | 2026-04-01 | Version: 0.2.0 | Added field for CEEId identifier |
|
|
117
|
+
| 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 |
|
|
116
118
|
| Xandr | 2021-07-13 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
117
119
|
| Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
|
|
118
120
|
| Yahoo Pixel API | 2023-03-07 | 2023-12-13 | 2025-04-09 | Version: 1.3.0 | Friendly name updated |
|