@metarouter/ajs-starter-kit 1.0.161 → 1.0.162
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/kit.etag.json +1 -1
- package/.dist/kargo/kit.etag.json +1 -1
- package/.dist/kargo/metadata.json +5 -1
- package/.dist/kargo/playbook.etag.json +1 -1
- package/.dist/kargo/playbook.json +1 -1
- package/.dist/pipeline-router/kit.etag.json +1 -1
- package/.dist/verizon-media/kit.etag.json +1 -1
- package/.dist/wirtualna-polska/connection.etag.json +1 -0
- package/.dist/wirtualna-polska/connection.json +57 -0
- package/.dist/wirtualna-polska/kit.etag.json +1 -0
- package/.dist/wirtualna-polska/metadata.json +21 -0
- package/.dist/wirtualna-polska/playbook.etag.json +1 -0
- package/.dist/wirtualna-polska/playbook.json +360 -0
- package/README.md +4 -1
- package/index.js +11 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"921049aa9370058cd755fb39f5864c07 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"e17c2f206dea4076c5a4adaa57c5c5b4 -"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isDeprecated": false,
|
|
4
|
-
"isBeta":
|
|
4
|
+
"isBeta": false,
|
|
5
5
|
"friendlyName": "Kargo",
|
|
6
6
|
"description": "Kargo is a digital advertising technology company that helps brands deliver high-impact, creative ad experiences across mobile, web, connected TV, and social platforms.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/kargo.png",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
{
|
|
17
17
|
"date": "2026-02-25T00:00:00.000Z",
|
|
18
18
|
"note": "Version: 0.1.0\nBeta Version\nKargo Event API initial release"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"date": "2026-03-11T00:00:00.000Z",
|
|
22
|
+
"note": "Version: 1.0.0\nStable Release"
|
|
19
23
|
}
|
|
20
24
|
]
|
|
21
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"80fb4175161ca8ee40d87708eeff400c -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"67ad48652cd8711b1cade7165ea62395 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"fd9f4bf0e48020210515aa5342b52819 -"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"945daa7ddabeeb268aea180d379b08c1 -"
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "CLIENT_ID",
|
|
5
|
+
"exampleValue": "my-client-id"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "CLIENT_SECRET",
|
|
9
|
+
"exampleValue": "my-client-secret"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"default": {
|
|
13
|
+
"endpoint": "https://pixel.wp.pl/s2s/v1/events/batch",
|
|
14
|
+
"method": "POST",
|
|
15
|
+
"headers": [
|
|
16
|
+
{
|
|
17
|
+
"key": "Accept-Encoding",
|
|
18
|
+
"value": "application/json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"key": "Content-Type",
|
|
22
|
+
"value": "application/json"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"batchSize": 50,
|
|
26
|
+
"transform": {
|
|
27
|
+
"lang": "lua",
|
|
28
|
+
"body": "request.body = { events = batch }\nreturn request"
|
|
29
|
+
},
|
|
30
|
+
"oauth2Auth": {
|
|
31
|
+
"request": {
|
|
32
|
+
"body": [
|
|
33
|
+
{
|
|
34
|
+
"key": "client_id",
|
|
35
|
+
"value": "$$CLIENT_ID$$"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"key": "client_secret",
|
|
39
|
+
"value": "$$CLIENT_SECRET$$"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"key": "grant_type",
|
|
43
|
+
"value": "client_credentials"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"key": "scopes",
|
|
47
|
+
"value": "[\"s2s.events.push\"]"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"contentType": "application/json",
|
|
51
|
+
"method": "POST",
|
|
52
|
+
"url": "https://pixel.wp.pl/s2s/v1/oauth/token"
|
|
53
|
+
},
|
|
54
|
+
"responseAccessTokenKey": "accessToken"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"9dca155ae5ca42066940048a91ea621c -"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isDeprecated": false,
|
|
4
|
+
"isBeta": true,
|
|
5
|
+
"friendlyName": "Wirtualna Polska",
|
|
6
|
+
"description": "Wirtualna Polska (WP) is one of the largest digital media and technology companies in Poland, operating a major online portal that provides news, entertainment, business, lifestyle, and sports content.",
|
|
7
|
+
"logo": "https://cdn.metarouter.io/wirtualna-polska.png",
|
|
8
|
+
"color": "#cc0000",
|
|
9
|
+
"eventSource": {
|
|
10
|
+
"isAndroidApp": true,
|
|
11
|
+
"isIosApp": true,
|
|
12
|
+
"isWebApp": true
|
|
13
|
+
},
|
|
14
|
+
"inputSchema": "analytics_js",
|
|
15
|
+
"releaseNotes": [
|
|
16
|
+
{
|
|
17
|
+
"date": "2026-03-11T21:00:00.000Z",
|
|
18
|
+
"note": "Version: 0.1.0\nBeta Version\nWirtualna Polska initial release"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"7d6bbb0bd7b844da22f533dd147f4a06 -"
|
|
@@ -0,0 +1,360 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "0.1.0",
|
|
3
|
+
"params": [
|
|
4
|
+
{
|
|
5
|
+
"name": "PIXEL_ID",
|
|
6
|
+
"exampleValue": "my-pixel-id"
|
|
7
|
+
}
|
|
8
|
+
],
|
|
9
|
+
"global": {
|
|
10
|
+
"enrichments": [
|
|
11
|
+
{
|
|
12
|
+
"staticString": "$$PIXEL_ID$$",
|
|
13
|
+
"outputKey": "pixel_id"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"mappings": [
|
|
17
|
+
{
|
|
18
|
+
"inputKey": "context.providers.wirtualnaPolska.userId",
|
|
19
|
+
"outputKey": "user_id"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputKey": "context.providers.wirtualnaPolska.sessionId",
|
|
23
|
+
"outputKey": "session_id"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"inputKey": "context.providers.wirtualnaPolska.statid",
|
|
27
|
+
"outputKey": "statid"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"inputKey": "anonymousId",
|
|
31
|
+
"outputKey": "provider_user_id"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"inputKey": "userId",
|
|
35
|
+
"outputKey": "longtermId"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"inputKey": "timestamp",
|
|
39
|
+
"outputKey": "timestamp"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"inputKey": "context.page.referrer",
|
|
43
|
+
"outputKey": "referer"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"inputKey": "context.os.name",
|
|
47
|
+
"outputKey": "os"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"inputKey": "context.timezone",
|
|
51
|
+
"outputKey": "timezone"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"inputKey": "context.ip",
|
|
55
|
+
"outputKey": "origin_meta.source_ip"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"inputKey": "context.userAgent",
|
|
59
|
+
"outputKey": "origin_meta.user_agent"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"inputKey": "input",
|
|
63
|
+
"outputKey": "url",
|
|
64
|
+
"transforms": [
|
|
65
|
+
{
|
|
66
|
+
"expression": {
|
|
67
|
+
"lang": "lua",
|
|
68
|
+
"body": "local url = input.context.page.url or input.properties.url\nif url and url ~= \"\" then return url end\nreturn \"$$PIXEL_ID$$\" .. \".s2s.wp.pl\""
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"inputKey": "input",
|
|
75
|
+
"outputKey": "host",
|
|
76
|
+
"transforms": [
|
|
77
|
+
{
|
|
78
|
+
"expression": {
|
|
79
|
+
"lang": "lua",
|
|
80
|
+
"body": "local url = input.context.page.url or input.properties.url\nif not url or url == \"\" then return end\nreturn url:match(\"^https?://([^/]+)\")"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"inputKey": "input",
|
|
87
|
+
"outputKey": "email_hash",
|
|
88
|
+
"transforms": [
|
|
89
|
+
{
|
|
90
|
+
"expression": {
|
|
91
|
+
"lang": "lua",
|
|
92
|
+
"body": "local email = input.traits.email\nif not email then return end\n\nemail = TRIM(email)\nemail = LOWER(email)\n\nlocal user, domain = email:match(\"^(.+)@(.+)$\")\nif not user or not domain then return end\n\nuser = user:match(\"^([^+]+)\") or user\n\nif domain == \"gmail.com\" then\n user = user:gsub(\"%.\", \"\")\nend\n\nreturn TO_SHA256_HASH(user .. \"@\" .. domain)"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"inputKey": "input",
|
|
99
|
+
"outputKey": "app",
|
|
100
|
+
"transforms": [
|
|
101
|
+
{
|
|
102
|
+
"expression": {
|
|
103
|
+
"lang": "lua",
|
|
104
|
+
"body": "local a = input.context.app\nif not a then return end\nlocal device = input.context.device\nlocal platform\nif device then\n local t = LOWER(TRIM(device.type))\n if t == \"ios\" then platform = 1\n elseif t == \"android\" then platform = 2 end\nend\nreturn {\n build = a.build,\n version = a.version,\n name = a.name,\n package = a.namespace,\n platform = platform\n}"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"expressions": [
|
|
111
|
+
{
|
|
112
|
+
"lang": "lua",
|
|
113
|
+
"name": "Mobile Advertising ID",
|
|
114
|
+
"body": "local type = LOWER(TRIM(input.context.device.type))\nlocal advertisingId = input.context.device.advertisingId\n\nif type == 'android' then\n return { gaid = advertisingId }\nelseif type == 'ios' then\n return { idfa = advertisingId, idfv = input.context.device.id }\nend"
|
|
115
|
+
}
|
|
116
|
+
]
|
|
117
|
+
},
|
|
118
|
+
"default": {
|
|
119
|
+
"filters": [
|
|
120
|
+
{
|
|
121
|
+
"byEventNames": {
|
|
122
|
+
"action": "allow",
|
|
123
|
+
"events": [
|
|
124
|
+
""
|
|
125
|
+
]
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
]
|
|
129
|
+
},
|
|
130
|
+
"eventSpecific": {
|
|
131
|
+
"product_viewed": {
|
|
132
|
+
"enrichments": [
|
|
133
|
+
{
|
|
134
|
+
"staticString": "ViewContent",
|
|
135
|
+
"outputKey": "event_type"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"mappings": [
|
|
139
|
+
{
|
|
140
|
+
"inputKey": "properties.currency",
|
|
141
|
+
"outputKey": "currency"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"inputKey": "input",
|
|
145
|
+
"outputKey": "contents",
|
|
146
|
+
"transforms": [
|
|
147
|
+
{
|
|
148
|
+
"expression": {
|
|
149
|
+
"lang": "lua",
|
|
150
|
+
"body": "local p = input.properties\nreturn {\n{\n id = p.product_id or p.sku,\n name = p.name,\n quantity = p.quantity or 1,\n price = p.price,\n category = p.category,\n brand = p.brand\n}\n}"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
}
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
"product_added": {
|
|
158
|
+
"enrichments": [
|
|
159
|
+
{
|
|
160
|
+
"staticString": "AddToCart",
|
|
161
|
+
"outputKey": "event_type"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"mappings": [
|
|
165
|
+
{
|
|
166
|
+
"inputKey": "properties.currency",
|
|
167
|
+
"outputKey": "currency"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"inputKey": "input",
|
|
171
|
+
"outputKey": "contents",
|
|
172
|
+
"transforms": [
|
|
173
|
+
{
|
|
174
|
+
"expression": {
|
|
175
|
+
"lang": "lua",
|
|
176
|
+
"body": "local p = input.properties\nreturn {\n{\n id = p.product_id or p.sku,\n name = p.name,\n quantity = p.quantity or 1,\n price = p.price,\n category = p.category,\n brand = p.brand\n}\n}"
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
]
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
"product_removed": {
|
|
184
|
+
"enrichments": [
|
|
185
|
+
{
|
|
186
|
+
"staticString": "RemoveFromCart",
|
|
187
|
+
"outputKey": "event_type"
|
|
188
|
+
}
|
|
189
|
+
],
|
|
190
|
+
"mappings": [
|
|
191
|
+
{
|
|
192
|
+
"inputKey": "properties.currency",
|
|
193
|
+
"outputKey": "currency"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"inputKey": "input",
|
|
197
|
+
"outputKey": "contents",
|
|
198
|
+
"transforms": [
|
|
199
|
+
{
|
|
200
|
+
"expression": {
|
|
201
|
+
"lang": "lua",
|
|
202
|
+
"body": "local p = input.properties\nreturn {\n{\n id = p.product_id or p.sku,\n name = p.name,\n quantity = p.quantity or 1,\n price = p.price,\n category = p.category,\n brand = p.brand\n}\n}"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
"cart_viewed": {
|
|
210
|
+
"enrichments": [
|
|
211
|
+
{
|
|
212
|
+
"staticString": "ViewCart",
|
|
213
|
+
"outputKey": "event_type"
|
|
214
|
+
}
|
|
215
|
+
],
|
|
216
|
+
"mappings": [
|
|
217
|
+
{
|
|
218
|
+
"inputKey": "input",
|
|
219
|
+
"outputKey": "value",
|
|
220
|
+
"transforms": [
|
|
221
|
+
{
|
|
222
|
+
"expression": {
|
|
223
|
+
"lang": "lua",
|
|
224
|
+
"body": "return TOTAL_VALUE(input.properties.products)"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"inputKey": "properties.currency",
|
|
231
|
+
"outputKey": "currency"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"inputKey": "input",
|
|
235
|
+
"outputKey": "contents",
|
|
236
|
+
"transforms": [
|
|
237
|
+
{
|
|
238
|
+
"expression": {
|
|
239
|
+
"lang": "lua",
|
|
240
|
+
"body": "return MAP(input.properties.products, function(p)\n return {\n id = p.product_id or p.sku,\n name = p.name,\n quantity = p.quantity or 1,\n price = p.price,\n category = p.category,\n brand = p.brand\n }\nend)"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
"checkout_started": {
|
|
248
|
+
"enrichments": [
|
|
249
|
+
{
|
|
250
|
+
"staticString": "StartOrder",
|
|
251
|
+
"outputKey": "event_type"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"mappings": [
|
|
255
|
+
{
|
|
256
|
+
"inputKey": "input",
|
|
257
|
+
"outputKey": "value",
|
|
258
|
+
"transforms": [
|
|
259
|
+
{
|
|
260
|
+
"expression": {
|
|
261
|
+
"lang": "lua",
|
|
262
|
+
"body": "return input.properties.revenue or TOTAL_VALUE(input.properties.products)"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"inputKey": "properties.value",
|
|
269
|
+
"outputKey": "value_gross"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"inputKey": "properties.shipping",
|
|
273
|
+
"outputKey": "shipping_cost"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"inputKey": "properties.discount",
|
|
277
|
+
"outputKey": "discount_value"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"inputKey": "properties.currency",
|
|
281
|
+
"outputKey": "currency"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"inputKey": "properties.order_id",
|
|
285
|
+
"outputKey": "transaction_id"
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"inputKey": "input",
|
|
289
|
+
"outputKey": "contents",
|
|
290
|
+
"transforms": [
|
|
291
|
+
{
|
|
292
|
+
"expression": {
|
|
293
|
+
"lang": "lua",
|
|
294
|
+
"body": "return MAP(input.properties.products, function(p)\n return {\n id = p.product_id or p.sku,\n name = p.name,\n quantity = p.quantity or 1,\n price = p.price,\n category = p.category,\n brand = p.brand\n }\nend)"
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
},
|
|
301
|
+
"order_completed": {
|
|
302
|
+
"enrichments": [
|
|
303
|
+
{
|
|
304
|
+
"staticString": "Purchase",
|
|
305
|
+
"outputKey": "event_type"
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
"mappings": [
|
|
309
|
+
{
|
|
310
|
+
"inputKey": "input",
|
|
311
|
+
"outputKey": "value",
|
|
312
|
+
"transforms": [
|
|
313
|
+
{
|
|
314
|
+
"expression": {
|
|
315
|
+
"lang": "lua",
|
|
316
|
+
"body": "return input.properties.revenue or TOTAL_VALUE(input.properties.products)"
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
]
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"inputKey": "properties.total",
|
|
323
|
+
"outputKey": "value_gross"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"inputKey": "properties.shipping",
|
|
327
|
+
"outputKey": "shipping_cost"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"inputKey": "properties.discount",
|
|
331
|
+
"outputKey": "discount_value"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"inputKey": "properties.currency",
|
|
335
|
+
"outputKey": "currency"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"inputKey": "properties.order_id",
|
|
339
|
+
"outputKey": "transaction_id"
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"inputKey": "properties.coupon",
|
|
343
|
+
"outputKey": "discount_code"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"inputKey": "input",
|
|
347
|
+
"outputKey": "contents",
|
|
348
|
+
"transforms": [
|
|
349
|
+
{
|
|
350
|
+
"expression": {
|
|
351
|
+
"lang": "lua",
|
|
352
|
+
"body": "return MAP(input.properties.products, function(p)\n return {\n id = p.product_id or p.sku,\n name = p.name,\n quantity = p.quantity or 1,\n price = p.price,\n category = p.category,\n brand = p.brand\n }\nend)"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
]
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
}
|
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
- Adjust
|
|
5
5
|
- Attentive
|
|
6
6
|
- Eulerian
|
|
7
|
+
- Kargo
|
|
8
|
+
- Wirtualna Polska (New)
|
|
7
9
|
|
|
8
10
|
| Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
|
|
9
11
|
|----------|----------------------|---------------------|---------------------|-----------------|-------------|
|
|
@@ -57,7 +59,7 @@
|
|
|
57
59
|
| Innervate | 2021-06-24 | 2024-11-14 | 2024-11-14 | Version: 1.0.0 | Updated friendly name Stable release |
|
|
58
60
|
| Iterable | 2024-09-25 | 2025-09-10 | 2025-09-10 | Version: 1.0.0 | Stable Release |
|
|
59
61
|
| Kafka | 2021-06-24 | 2023-12-13 | 2025-10-15 | Version: 1.1.1 | Added friendly names to expressions |
|
|
60
|
-
| Kargo | 2026-02-25 |
|
|
62
|
+
| Kargo | 2026-02-25 | 2026-03-11 | 2026-03-11 | Version: 1.0.0 | Stable Release |
|
|
61
63
|
| Kochava | 2025-06-25 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
62
64
|
| Kochava IdentityLink | 2025-06-25 | N/A | 2025-06-25 | Version: 0.1.0 | Beta Version Kochava IdentityLink initial release |
|
|
63
65
|
| Linkedin Ads - Conversions | 2025-07-16 | 2025-09-03 | 2025-09-03 | Version: 1.0.0 | Stable Release |
|
|
@@ -103,6 +105,7 @@
|
|
|
103
105
|
| VideoAmp | 2022-11-17 | N/A | 2024-10-23 | Version: 0.3.0 | Added header `Accept-Encoding: application/json` |
|
|
104
106
|
| Wallaroo | 2025-12-03 | N/A | 2025-12-10 | Version: 0.1.1 | Added expression name |
|
|
105
107
|
| Webhooks | 2024-05-29 | 2024-08-07 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
108
|
+
| Wirtualna Polska (New) | 2026-03-11 | N/A | 2026-03-11 | Version: 0.1.0 | Beta Version Wirtualna Polska initial release |
|
|
106
109
|
| X Ads - Web Conversions | 2024-09-04 | 2024-09-25 | 2025-07-30 | Version: 1.1.0 | Replaced context.traits with traits. |
|
|
107
110
|
| Xandr | 2021-07-13 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
108
111
|
| Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
|
package/index.js
CHANGED
|
@@ -603,6 +603,12 @@ exports.wallaroo = {
|
|
|
603
603
|
metadata: require('./.dist/wallaroo/metadata.json')
|
|
604
604
|
}
|
|
605
605
|
|
|
606
|
+
exports['wirtualna-polska'] = {
|
|
607
|
+
endpointSchema: require('./.dist/wirtualna-polska/connection.json'),
|
|
608
|
+
playbook: require('./.dist/wirtualna-polska/playbook.json'),
|
|
609
|
+
metadata: require('./.dist/wirtualna-polska/metadata.json')
|
|
610
|
+
}
|
|
611
|
+
|
|
606
612
|
exports['x-ads'] = {
|
|
607
613
|
endpointSchema: require('./.dist/x-ads/connection.json'),
|
|
608
614
|
playbook: require('./.dist/x-ads/playbook.json'),
|
|
@@ -1122,6 +1128,11 @@ exports.etags = {
|
|
|
1122
1128
|
playbook: require('./.dist/wallaroo/playbook.etag.json'),
|
|
1123
1129
|
kit: require('./.dist/wallaroo/kit.etag.json')
|
|
1124
1130
|
},
|
|
1131
|
+
'wirtualna-polska': {
|
|
1132
|
+
endpointSchema: require('./.dist/wirtualna-polska/connection.etag.json'),
|
|
1133
|
+
playbook: require('./.dist/wirtualna-polska/playbook.etag.json'),
|
|
1134
|
+
kit: require('./.dist/wirtualna-polska/kit.etag.json')
|
|
1135
|
+
},
|
|
1125
1136
|
'x-ads': {
|
|
1126
1137
|
endpointSchema: require('./.dist/x-ads/connection.etag.json'),
|
|
1127
1138
|
playbook: require('./.dist/x-ads/playbook.etag.json'),
|