@metarouter/ajs-starter-kit 1.0.142 → 1.0.144
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/connection.etag.json +1 -0
- package/.dist/adobe-bdia/connection.json +42 -0
- package/.dist/adobe-bdia/kit.etag.json +1 -0
- package/.dist/adobe-bdia/metadata.json +25 -0
- package/.dist/adobe-bdia/playbook.etag.json +1 -0
- package/.dist/adobe-bdia/playbook.json +251 -0
- package/.dist/blob/connection.etag.json +1 -1
- package/.dist/blob/connection.json +2 -1
- package/.dist/blob/kit.etag.json +1 -1
- package/.dist/blob/metadata.json +4 -0
- package/.dist/blob/playbook.etag.json +1 -1
- package/.dist/blob/playbook.json +1 -1
- package/.dist/connection-schemas.json +32 -0
- package/.dist/microsoft-ads/kit.etag.json +1 -1
- package/.dist/nextdoor-capi/kit.etag.json +1 -1
- package/.dist/nextdoor-capi/metadata.json +4 -0
- package/.dist/nextdoor-capi/playbook.etag.json +1 -1
- package/.dist/nextdoor-capi/playbook.json +150 -10
- package/.dist/rakuten-conversions/kit.etag.json +1 -1
- package/.dist/rakuten-conversions/metadata.json +5 -1
- package/.dist/rakuten-conversions/playbook.etag.json +1 -1
- package/.dist/rakuten-conversions/playbook.json +1 -1
- package/.dist/rasp/kit.etag.json +1 -1
- package/.dist/rasp/metadata.json +4 -0
- package/.dist/rasp/playbook.etag.json +1 -1
- package/.dist/rasp/playbook.json +9 -9
- package/.dist/ringier-axel-springer-poland/kit.etag.json +1 -1
- package/.dist/ringier-axel-springer-poland/metadata.json +4 -0
- package/.dist/ringier-axel-springer-poland/playbook.etag.json +1 -1
- package/.dist/ringier-axel-springer-poland/playbook.json +9 -9
- package/README.md +95 -218
- package/index.js +10 -0
- package/package.json +1 -1
package/.dist/rasp/kit.etag.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"a3b817a2b9ff4835b33732b7453df7f9 -"
|
package/.dist/rasp/metadata.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"216a161c769b427a4275c83ed5af74c0 -"
|
package/.dist/rasp/playbook.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.3.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "PIXEL_ID",
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"transforms": [
|
|
144
144
|
{
|
|
145
145
|
"expression": {
|
|
146
|
-
"body": "
|
|
146
|
+
"body": "local mapped = MAP(input.properties.products, function(p)\nreturn {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity or 1,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n}\nend)\nreturn TO_STRING(mapped)",
|
|
147
147
|
"lang": "lua"
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"transforms": [
|
|
170
170
|
{
|
|
171
171
|
"expression": {
|
|
172
|
-
"body": "
|
|
172
|
+
"body": "local product = {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity or 1,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}\nreturn TO_STRING(product)",
|
|
173
173
|
"lang": "lua"
|
|
174
174
|
}
|
|
175
175
|
}
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"transforms": [
|
|
196
196
|
{
|
|
197
197
|
"expression": {
|
|
198
|
-
"body": "
|
|
198
|
+
"body": "local product = {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity or 1,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}\nreturn TO_STRING(product)",
|
|
199
199
|
"lang": "lua"
|
|
200
200
|
}
|
|
201
201
|
}
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"transforms": [
|
|
218
218
|
{
|
|
219
219
|
"expression": {
|
|
220
|
-
"body": "
|
|
220
|
+
"body": "local product = {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity or 1,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}\nreturn TO_STRING(product)",
|
|
221
221
|
"lang": "lua"
|
|
222
222
|
}
|
|
223
223
|
}
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"transforms": [
|
|
240
240
|
{
|
|
241
241
|
"expression": {
|
|
242
|
-
"body": "
|
|
242
|
+
"body": "local product = {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity or 1,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}\nreturn TO_STRING(product)",
|
|
243
243
|
"lang": "lua"
|
|
244
244
|
}
|
|
245
245
|
}
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
"transforms": [
|
|
290
290
|
{
|
|
291
291
|
"expression": {
|
|
292
|
-
"body": "
|
|
292
|
+
"body": "local mapped = MAP(input.properties.products, function(p)\nreturn {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity or 1,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n}\nend\n)\nreturn TO_STRING(mapped)",
|
|
293
293
|
"lang": "lua"
|
|
294
294
|
}
|
|
295
295
|
}
|
|
@@ -315,7 +315,7 @@
|
|
|
315
315
|
"transforms": [
|
|
316
316
|
{
|
|
317
317
|
"expression": {
|
|
318
|
-
"body": "
|
|
318
|
+
"body": "local mapped = MAP(input.properties.products, function(p)\nreturn {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity or 1,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n}\nend\n)\nreturn TO_STRING(mapped)",
|
|
319
319
|
"lang": "lua"
|
|
320
320
|
}
|
|
321
321
|
}
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"transforms": [
|
|
374
374
|
{
|
|
375
375
|
"expression": {
|
|
376
|
-
"body": "
|
|
376
|
+
"body": "local mapped = MAP(input.properties.products, function(p)\nreturn {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity or 1,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n}\nend\n)\nreturn TO_STRING(mapped)",
|
|
377
377
|
"lang": "lua"
|
|
378
378
|
}
|
|
379
379
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ad5f7458a084d7c8052a9aee7d524508 -"
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
{
|
|
29
29
|
"date": "2025-09-17T00:00:00.000Z",
|
|
30
30
|
"note": "Version: 1.2.0\nStringified products fields in multiple events"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"date": "2025-09-24T00:00:00.000Z",
|
|
34
|
+
"note": "Version: 1.3.0\nReverted changes: Stringified products fields in multiple events"
|
|
31
35
|
}
|
|
32
36
|
]
|
|
33
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"6b08959bc389ff10f4003c28acf7d554 -"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.3.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "PIXEL_ID",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"transforms": [
|
|
128
128
|
{
|
|
129
129
|
"expression": {
|
|
130
|
-
"body": "
|
|
130
|
+
"body": "return MAP(\n input.properties.products,\n function (p)\n return {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n }\n end\n)",
|
|
131
131
|
"lang": "lua"
|
|
132
132
|
}
|
|
133
133
|
}
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"transforms": [
|
|
154
154
|
{
|
|
155
155
|
"expression": {
|
|
156
|
-
"body": "
|
|
156
|
+
"body": "return {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}",
|
|
157
157
|
"lang": "lua"
|
|
158
158
|
}
|
|
159
159
|
}
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
"transforms": [
|
|
180
180
|
{
|
|
181
181
|
"expression": {
|
|
182
|
-
"body": "
|
|
182
|
+
"body": "return {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}",
|
|
183
183
|
"lang": "lua"
|
|
184
184
|
}
|
|
185
185
|
}
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"transforms": [
|
|
202
202
|
{
|
|
203
203
|
"expression": {
|
|
204
|
-
"body": "
|
|
204
|
+
"body": "return {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}",
|
|
205
205
|
"lang": "lua"
|
|
206
206
|
}
|
|
207
207
|
}
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"transforms": [
|
|
224
224
|
{
|
|
225
225
|
"expression": {
|
|
226
|
-
"body": "
|
|
226
|
+
"body": "return {{\n id = input.properties.product_id or input.properties.sku or '',\n name = input.properties.name,\n price = input.properties.price,\n qty = input.properties.quantity,\n category = input.properties.category,\n brand = input.properties.brand,\n variant = input.properties.variant\n}}",
|
|
227
227
|
"lang": "lua"
|
|
228
228
|
}
|
|
229
229
|
}
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"transforms": [
|
|
274
274
|
{
|
|
275
275
|
"expression": {
|
|
276
|
-
"body": "
|
|
276
|
+
"body": "return MAP(\n input.properties.products,\n function (p)\n return {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n }\n end\n)",
|
|
277
277
|
"lang": "lua"
|
|
278
278
|
}
|
|
279
279
|
}
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"transforms": [
|
|
300
300
|
{
|
|
301
301
|
"expression": {
|
|
302
|
-
"body": "
|
|
302
|
+
"body": "return MAP(\n input.properties.products,\n function (p)\n return {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n }\n end\n)",
|
|
303
303
|
"lang": "lua"
|
|
304
304
|
}
|
|
305
305
|
}
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"transforms": [
|
|
358
358
|
{
|
|
359
359
|
"expression": {
|
|
360
|
-
"body": "
|
|
360
|
+
"body": "return MAP(\n input.properties.products,\n function (p)\n return {\n id = p.product_id or p.sku or '',\n name = p.name,\n price = p.price,\n qty = p.quantity,\n category = p.category,\n brand = p.brand,\n variant = p.variant\n }\n end\n)",
|
|
361
361
|
"lang": "lua"
|
|
362
362
|
}
|
|
363
363
|
}
|
package/README.md
CHANGED
|
@@ -1,221 +1,98 @@
|
|
|
1
|
-
#
|
|
2
|
-
Analytics.js is a specification designed to standardize event tracking for web analytics,
|
|
3
|
-
advertising platforms, marketing tools, and much more. By utilizing Analytics.js and its
|
|
4
|
-
event methods, you will create a rich, actionable data set from your website, mobile app,
|
|
5
|
-
server, and other sources. It is particularly useful for tracking the pages or screens your
|
|
6
|
-
users visit, the actions they take on your property, and whether the user has been identified
|
|
7
|
-
previously.
|
|
8
|
-
## 2025-09
|
|
9
|
-
- Adjust (BETA)
|
|
10
|
-
- Criteo
|
|
11
|
-
- Iterable
|
|
12
|
-
- Linkedin Ads - Conversions
|
|
13
|
-
- Microsoft Ads CAPI (BETA)
|
|
14
|
-
- Rakuten Conversions (BETA)
|
|
15
|
-
- Ringier Axel Springer Poland
|
|
1
|
+
# MetaRouter Starter Kits
|
|
16
2
|
|
|
17
|
-
|
|
18
|
-
- Adobe
|
|
19
|
-
- Amazon DSP CAPI
|
|
20
|
-
- Amperity
|
|
21
|
-
- Commission Junction
|
|
22
|
-
- Meta CAPI
|
|
23
|
-
- Google Analytics 4 (Collect)
|
|
24
|
-
- CM360 - Floodlights
|
|
25
|
-
- Kochava
|
|
26
|
-
- Treasure Data
|
|
27
|
-
- Zeotap
|
|
28
|
-
|
|
29
|
-
## 2025-07
|
|
30
|
-
- ActionIQ
|
|
31
|
-
- Microsoft Advertising (BETA)
|
|
32
|
-
- Blueshift
|
|
33
|
-
- Button
|
|
34
|
-
- Clinch
|
|
35
|
-
- HubSpot (BETA)
|
|
36
|
-
- Magellan AI
|
|
37
|
-
- Merkle
|
|
38
|
-
- Microsoft Ads
|
|
39
|
-
- Movable Ink - Customer Data
|
|
40
|
-
- Nextdoor - CAPI
|
|
41
|
-
- Perion
|
|
42
|
-
- Podscribe
|
|
43
|
-
- Ringier Axel Springer Poland (BETA)
|
|
44
|
-
- Reddit Ads
|
|
45
|
-
- Roku
|
|
46
|
-
- RTB House (BETA)
|
|
47
|
-
- Salesforce CDP
|
|
48
|
-
- Snapchat - CAPI
|
|
49
|
-
- TheTradeDesk Conversion Events
|
|
50
|
-
- TheTradeDesk Firstparty Advertiser Data
|
|
51
|
-
- TikTok
|
|
52
|
-
- The Trade Desk - Conversions
|
|
53
|
-
- X Ads - Web Conversions
|
|
54
|
-
|
|
55
|
-
## 2025-06
|
|
56
|
-
- Kochava IdentityLink (BETA)
|
|
57
|
-
|
|
58
|
-
## 2025-05
|
|
59
|
-
- Amazon Kinesis (BETA)
|
|
60
|
-
|
|
61
|
-
## 2025-04
|
|
62
|
-
- Amazon Data Firehose
|
|
63
|
-
- Yahoo Enhanced Attribution (BETA)
|
|
64
|
-
- Yahoo Pixel API
|
|
65
|
-
|
|
66
|
-
## 2025-03
|
|
67
|
-
- Amplitude
|
|
68
|
-
|
|
69
|
-
## 2025-02
|
|
70
|
-
- AWIN
|
|
71
|
-
- Moloco Commerce Media
|
|
72
|
-
|
|
73
|
-
## 2025-01
|
|
74
|
-
- Google BigQuery
|
|
75
|
-
|
|
76
|
-
## 2024-11
|
|
77
|
-
- Convert (BETA)
|
|
78
|
-
- Innervate
|
|
79
|
-
|
|
80
|
-
## 2024-10
|
|
81
|
-
- Acuity Ads
|
|
82
|
-
- Adobe ID (BETA)
|
|
83
|
-
- Amnet (BETA)
|
|
84
|
-
- Amobee
|
|
85
|
-
- AppsFlyer Android
|
|
86
|
-
- AppsFlyer iOS
|
|
87
|
-
- Customer.io
|
|
88
|
-
- Google Ads - Conversions
|
|
89
|
-
- Google Analytics
|
|
90
|
-
- Firebase (BETA)
|
|
91
|
-
- Heap (BETA)
|
|
92
|
-
- Impact Radius
|
|
93
|
-
- InMarket (BETA)
|
|
94
|
-
- Lytics
|
|
95
|
-
- MIQ (Xandr) (BETA)
|
|
96
|
-
- Mixpanel
|
|
97
|
-
- Movable Ink (BETA)
|
|
98
|
-
- Pinterest Ads
|
|
99
|
-
- Pinterest CAPI
|
|
100
|
-
- Podsights (BETA)
|
|
101
|
-
- Roomvo (BETA)
|
|
102
|
-
- Snapchat Ads
|
|
103
|
-
- VideoAmp (BETA)
|
|
104
|
-
- Xandr
|
|
105
|
-
|
|
106
|
-
## 2024-08
|
|
107
|
-
- Webhooks
|
|
108
|
-
- Nextdoor
|
|
109
|
-
|
|
110
|
-
## 2024-06
|
|
111
|
-
- Google AJSID Segments (BETA)
|
|
112
|
-
|
|
113
|
-
## 2024-04
|
|
3
|
+
### 2025-10
|
|
4
|
+
- Adobe Analytics (New)
|
|
114
5
|
- Azure Blob
|
|
115
|
-
-
|
|
116
|
-
|
|
117
|
-
## 2024-03
|
|
118
|
-
- Snowflake (BETA)
|
|
119
|
-
|
|
120
|
-
## 2024-02
|
|
121
|
-
- Google Cloud Storage (BETA)
|
|
122
|
-
- Google Pub/Sub
|
|
123
|
-
- Kafka
|
|
124
|
-
- Amazon S3
|
|
125
|
-
|
|
126
|
-
## 2023-12
|
|
127
|
-
- Bloomreach CDP
|
|
128
|
-
- Braze
|
|
129
|
-
- Google Ads (BETA)
|
|
6
|
+
- Nextdoor - CAPI
|
|
130
7
|
|
|
131
|
-
| Kit Name | Date | Latest Note |
|
|
132
|
-
|
|
133
|
-
|
|
|
134
|
-
|
|
|
135
|
-
|
|
|
136
|
-
|
|
|
137
|
-
|
|
|
138
|
-
|
|
|
139
|
-
|
|
|
140
|
-
|
|
|
141
|
-
| Amazon
|
|
142
|
-
|
|
|
143
|
-
|
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
|
148
|
-
|
|
|
149
|
-
|
|
|
150
|
-
|
|
|
151
|
-
|
|
|
152
|
-
| Blueshift | 2025-07 | Version: 1.1.0 Replaced context.traits with traits. |
|
|
153
|
-
|
|
|
154
|
-
|
|
|
155
|
-
|
|
|
156
|
-
|
|
|
157
|
-
|
|
|
158
|
-
|
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
|
163
|
-
|
|
|
164
|
-
|
|
|
165
|
-
|
|
|
166
|
-
|
|
|
167
|
-
|
|
|
168
|
-
|
|
|
169
|
-
|
|
|
170
|
-
|
|
|
171
|
-
|
|
|
172
|
-
|
|
|
173
|
-
|
|
|
174
|
-
|
|
|
175
|
-
|
|
|
176
|
-
|
|
|
177
|
-
|
|
|
178
|
-
|
|
|
179
|
-
|
|
|
180
|
-
|
|
|
181
|
-
|
|
|
182
|
-
|
|
|
183
|
-
|
|
|
184
|
-
|
|
|
185
|
-
|
|
|
186
|
-
|
|
|
187
|
-
|
|
|
188
|
-
|
|
|
189
|
-
|
|
|
190
|
-
|
|
|
191
|
-
| Customer
|
|
192
|
-
|
|
|
193
|
-
|
|
|
194
|
-
|
|
|
195
|
-
|
|
|
196
|
-
|
|
|
197
|
-
|
|
|
198
|
-
|
|
|
199
|
-
|
|
|
200
|
-
|
|
|
201
|
-
|
|
|
202
|
-
|
|
|
203
|
-
|
|
|
204
|
-
|
|
|
205
|
-
| Roomvo
|
|
206
|
-
|
|
|
207
|
-
|
|
|
208
|
-
|
|
|
209
|
-
|
|
|
210
|
-
|
|
|
211
|
-
|
|
|
212
|
-
|
|
|
213
|
-
|
|
|
214
|
-
|
|
|
215
|
-
|
|
|
216
|
-
|
|
|
217
|
-
|
|
|
218
|
-
|
|
|
219
|
-
|
|
|
220
|
-
|
|
|
221
|
-
|
|
|
8
|
+
| Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
|
|
9
|
+
|----------|----------------------|---------------------|---------------------|-----------------|-------------|
|
|
10
|
+
| AWIN | 2024-11-14 | 2025-02-05 | 2025-02-05 | Version: 1.0.0 | Stable release |
|
|
11
|
+
| ActionIQ | 2021-06-24 | N/A | 2025-07-30 | Version: 1.3.0 | Updated Lua timestamp fallback logic to use input.timestamp |
|
|
12
|
+
| Acuity Ads | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
13
|
+
| Adjust | 2025-09-10 | N/A | 2025-09-10 | Version: 0.1.0 | Beta Version Adjust initial release |
|
|
14
|
+
| Adobe Analytics (New) | 2025-10-08 | N/A | 2025-10-08 | Version: 0.1.1 | Connection parameter fixes |
|
|
15
|
+
| Adobe Experience Platform - Interact | 2023-03-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
16
|
+
| Adobe ID | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
17
|
+
| Amazon DSP CAPI | 2025-05-21 | 2025-08-13 | 2025-08-13 | Version: 1.0.0 | Stable Release |
|
|
18
|
+
| Amazon Data Firehose | 2025-02-05 | 2025-04-02 | 2025-04-02 | Version: 1.0.0 | Stable release |
|
|
19
|
+
| Amazon Kinesis | 2025-05-21 | N/A | 2025-05-21 | Version: 0.1.0 | Beta Version Amazon Kinesis initial release. |
|
|
20
|
+
| Amazon S3 | 2021-06-24 | N/A | 2024-02-13 | N/A | Removed Identity |
|
|
21
|
+
| Amnet | 2021-06-24 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
22
|
+
| Amobee | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
23
|
+
| Amperity | 2023-07-06 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
24
|
+
| Amplitude | 2021-06-24 | N/A | 2025-03-12 | Version: 1.2.0 | Added API_URL param to accommodate Amplitude's EU residency server |
|
|
25
|
+
| AppsFlyer Android | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
26
|
+
| AppsFlyer iOS | 2021-06-24 | 2023-12-13 | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
27
|
+
| Azure Blob | 2021-08-03 | 2023-12-13 | 2025-10-08 | Version: 1.2.0 | Added Managed Identity authentication. |
|
|
28
|
+
| Bloomreach CDP | 2022-10-06 | N/A | 2023-12-13 | N/A | Marked as stable version: 1.0.0 |
|
|
29
|
+
| Blueshift | 2021-06-24 | 2025-01-22 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
30
|
+
| Braze | 2021-06-24 | N/A | 2023-12-13 | N/A | Marked as stable version: 1.0.0 |
|
|
31
|
+
| Button | 2025-02-19 | 2025-03-12 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
32
|
+
| CM360 - Floodlights | 2021-06-24 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
33
|
+
| Clinch | 2024-04-24 | 2024-06-12 | 2025-07-30 | Version: 1.3.0 | Replaced context.traits with traits. |
|
|
34
|
+
| Commission Junction | 2024-01-17 | 2024-04-24 | 2025-08-27 | Version: 1.4.0 | Removed sid and customerStatus mappings Changed actionTrackerId scope from eventSpecific to global |
|
|
35
|
+
| Convert | 2023-09-08 | N/A | 2024-11-20 | Version: 0.3.0 | Added new deduplication parameter for all events, `tid` |
|
|
36
|
+
| 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 |
|
|
37
|
+
| Customer.io | 2022-11-07 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
38
|
+
| Firebase | 2024-01-15 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
|
|
39
|
+
| Google AJSID Segments | 2024-05-29 | N/A | 2024-06-26 | N/A | Renaming to Google AJSID Segments |
|
|
40
|
+
| Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2024-10-23 | Version: 1.3.0 | Added header `Accept-Encoding: application/json` |
|
|
41
|
+
| Google Analytics | 2021-06-24 | N/A | 2024-10-09 | N/A | Deprecating kit |
|
|
42
|
+
| Google Analytics 4 | 2022-08-11 | N/A | 2024-04-10 | Version: 1.1.0 | Added session data: session ID, session Count Added Engagement Time In Milliseconds |
|
|
43
|
+
| Google Analytics 4 (Collect) | 2024-04-24 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
44
|
+
| Google BigQuery | 2021-06-24 | 2023-12-13 | 2025-01-16 | Version: 1.1.0 | Adding support for table overrides |
|
|
45
|
+
| Google Cloud Storage | 2021-06-24 | N/A | 2024-02-13 | N/A | Removed Identity |
|
|
46
|
+
| Google Pub/Sub | 2021-06-24 | 2023-12-13 | 2024-02-13 | N/A | Removed Identity |
|
|
47
|
+
| Heap | 2024-03-26 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
|
|
48
|
+
| HubSpot | 2023-02-20 | N/A | 2025-07-30 | Version: 0.4.0 | Replaced context.traits with traits. |
|
|
49
|
+
| Impact Radius | 2021-06-24 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
50
|
+
| InMarket | 2021-07-21 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
51
|
+
| Innervate | 2021-06-24 | 2024-11-14 | 2024-11-14 | Version: 1.0.0 | Updated friendly name Stable release |
|
|
52
|
+
| Iterable | 2024-09-25 | 2025-09-10 | 2025-09-10 | Version: 1.0.0 | Stable Release |
|
|
53
|
+
| Kafka | 2021-06-24 | 2023-12-13 | 2024-02-13 | N/A | Removed Identity |
|
|
54
|
+
| Kochava | 2025-06-25 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
55
|
+
| Kochava IdentityLink | 2025-06-25 | N/A | 2025-06-25 | Version: 0.1.0 | Beta Version Kochava IdentityLink initial release |
|
|
56
|
+
| Linkedin Ads - Conversions | 2025-07-16 | 2025-09-03 | 2025-09-03 | Version: 1.0.0 | Stable Release |
|
|
57
|
+
| Lytics | 2021-06-24 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
58
|
+
| MIQ (Xandr) | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
59
|
+
| Magellan AI | 2024-07-24 | 2024-08-07 | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
|
|
60
|
+
| Merkle | 2021-06-24 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced context.traits with traits. |
|
|
61
|
+
| Meta CAPI | 2021-06-24 | N/A | 2025-08-06 | Version: 1.7.0 | Updated event_time key mapping |
|
|
62
|
+
| Microsoft Ads | 2025-01-22 | 2025-04-02 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
63
|
+
| Microsoft Ads CAPI | 2025-09-17 | N/A | 2025-09-17 | Version: 0.1.0 | Beta Version Microsoft Ads CAPI initial release |
|
|
64
|
+
| Microsoft Advertising | 2021-06-24 | N/A | 2025-07-16 | Version: 0.3.0 | TABLE_SLICE custom function usage. |
|
|
65
|
+
| Mixpanel | 2022-03-23 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
66
|
+
| 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 |
|
|
67
|
+
| Movable Ink | 2021-06-24 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
68
|
+
| Movable Ink - Customer Data | 2024-02-07 | 2024-04-24 | 2025-07-16 | Version: 1.3.0 | TABLE_SLICE custom function usage. |
|
|
69
|
+
| Nextdoor | 2023-03-07 | 2024-08-07 | 2024-08-07 | Version: 1.0.0 | Stable release |
|
|
70
|
+
| Nextdoor - CAPI | 2024-06-05 | 2024-07-17 | 2025-10-08 | Version: 1.4.0 | Extended Nextdoor CAPI events. |
|
|
71
|
+
| Perion | 2025-05-21 | 2025-07-16 | 2025-07-16 | Version: 1.0.0 | Stable Release |
|
|
72
|
+
| Pinterest Ads | 2021-06-24 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
73
|
+
| Pinterest CAPI | 2023-03-07 | N/A | 2024-10-23 | Version: 1.2.0 | Added header `Accept-Encoding: application/json` |
|
|
74
|
+
| Podscribe | 2025-03-12 | 2025-04-09 | 2025-07-30 | Version: 1.2.0 | Updated Lua timestamp fallback logic to use input.timestamp |
|
|
75
|
+
| Podsights | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
76
|
+
| RTB House | 2024-11-20 | N/A | 2025-07-30 | Version: 0.3.1 | Replaced context.traits with traits. |
|
|
77
|
+
| Rakuten Conversions | 2025-07-30 | 2025-09-24 | 2025-09-24 | Version: 1.0.0 | Stable Release |
|
|
78
|
+
| Reddit Ads | 2023-09-12 | N/A | 2025-07-30 | Version: 1.5.0 | Replaced context.traits with traits. |
|
|
79
|
+
| Ringier Axel Springer Poland | 2025-06-25 | N/A | 2025-09-24 | Version: 0.3.0 | Stringified products fields in multiple events |
|
|
80
|
+
| 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 |
|
|
81
|
+
| Roku | 2023-04-27 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
|
|
82
|
+
| Roomvo | 2021-08-10 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
83
|
+
| Salesforce CDP | 2022-05-31 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced originalTimestamp with timestamp |
|
|
84
|
+
| Snapchat - CAPI | 2024-06-05 | 2024-07-17 | 2025-07-30 | Version: 1.4.0 | Replaced context.traits with traits. |
|
|
85
|
+
| Snapchat Ads | 2021-06-24 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
86
|
+
| Snowflake | 2021-06-24 | N/A | 2024-03-26 | N/A | Enabled playbook |
|
|
87
|
+
| The Trade Desk - Conversions | 2025-06-04 | 2025-07-30 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
88
|
+
| TheTradeDesk Conversion Events | 2022-11-29 | N/A | 2025-07-30 | Version: 1.3.0 | Replaced originalTimestamp with timestamp |
|
|
89
|
+
| 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 |
|
|
90
|
+
| TikTok | 2023-03-07 | 2023-12-13 | 2025-07-30 | Version: 2.4.0 | Replaced context.traits with traits. |
|
|
91
|
+
| Treasure Data | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
92
|
+
| VideoAmp | 2022-11-17 | N/A | 2024-10-23 | Version: 0.3.0 | Added header `Accept-Encoding: application/json` |
|
|
93
|
+
| Webhooks | 2024-05-29 | 2024-08-07 | 2024-08-07 | Version: 1.0.0 | Stable release |
|
|
94
|
+
| X Ads - Web Conversions | 2024-09-04 | 2024-09-25 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
95
|
+
| Xandr | 2021-07-13 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
96
|
+
| Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
|
|
97
|
+
| Yahoo Pixel API | 2023-03-07 | 2023-12-13 | 2025-04-09 | Version: 1.3.0 | Friendly name updated |
|
|
98
|
+
| Zeotap | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
package/index.js
CHANGED
|
@@ -2,6 +2,12 @@ const connectionSchemas = require('./.dist/connection-schemas.json')
|
|
|
2
2
|
|
|
3
3
|
// SDK Integrations
|
|
4
4
|
|
|
5
|
+
exports['adobe-bdia'] = {
|
|
6
|
+
connectionTemplate: connectionSchemas.properties.adobeBdia,
|
|
7
|
+
playbook: require('./.dist/adobe-bdia/playbook.json'),
|
|
8
|
+
metadata: require('./.dist/adobe-bdia/metadata.json')
|
|
9
|
+
}
|
|
10
|
+
|
|
5
11
|
exports['amazon-data-firehose'] = {
|
|
6
12
|
connectionTemplate: connectionSchemas.properties.amazonDataFirehose,
|
|
7
13
|
playbook: require('./.dist/amazon-data-firehose/playbook.json'),
|
|
@@ -563,6 +569,10 @@ exports['zeotap'] = {
|
|
|
563
569
|
|
|
564
570
|
exports.etags = {
|
|
565
571
|
// SDK Integrations
|
|
572
|
+
'adobe-bdia': {
|
|
573
|
+
playbook: require('./.dist/adobe-bdia/playbook.etag.json'),
|
|
574
|
+
kit: require('./.dist/adobe-bdia/kit.etag.json')
|
|
575
|
+
},
|
|
566
576
|
'amazon-data-firehose': {
|
|
567
577
|
playbook: require('./.dist/amazon-data-firehose/playbook.etag.json'),
|
|
568
578
|
kit: require('./.dist/amazon-data-firehose/kit.etag.json')
|