@metarouter/ajs-starter-kit 1.0.171 → 1.0.172
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/apps-flyer-android/kit.etag.json +1 -1
- package/.dist/facebook-pixel/kit.etag.json +1 -1
- 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 -5
- package/.dist/linkedin-conversions/connection.etag.json +1 -1
- package/.dist/linkedin-conversions/connection.json +1 -1
- package/.dist/linkedin-conversions/kit.etag.json +1 -1
- package/.dist/linkedin-conversions/metadata.json +4 -0
- package/.dist/linkedin-conversions/playbook.etag.json +1 -1
- package/.dist/linkedin-conversions/playbook.json +1 -1
- package/.dist/yahoo-conversions-api/connection.etag.json +1 -0
- package/.dist/yahoo-conversions-api/connection.json +86 -0
- package/.dist/yahoo-conversions-api/kit.etag.json +1 -0
- package/.dist/yahoo-conversions-api/metadata.json +21 -0
- package/.dist/yahoo-conversions-api/playbook.etag.json +1 -0
- package/.dist/yahoo-conversions-api/playbook.json +353 -0
- package/README.md +7 -3
- package/index.js +11 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"08edf99891cf7a817a288281ea34bd92 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"266de4c3fcbd6c3eb79e9acb63b203ff -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"61c201e2cc04a50eda976ae437e0b8f2 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d76e4f41c6880491f5286a11f8c173cd -"
|
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
{
|
|
61
61
|
"date": "2026-03-25T00:00:00.000Z",
|
|
62
62
|
"note": "Version: 1.5.1\nConverted some fields to camelCase for schema validation"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "2026-05-27T00:00:00.000Z",
|
|
66
|
+
"note": "Version: 1.6.0\nUpgraded to Google Ads API v24\nRemoved userIpAddress field"
|
|
63
67
|
}
|
|
64
68
|
]
|
|
65
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"0581115cedfecbcf8314c5faaface503 -"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.6.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "CUSTOMER_ID",
|
|
@@ -70,10 +70,6 @@
|
|
|
70
70
|
}
|
|
71
71
|
]
|
|
72
72
|
},
|
|
73
|
-
{
|
|
74
|
-
"inputKey": "context.ip",
|
|
75
|
-
"outputKey": "userIpAddress"
|
|
76
|
-
},
|
|
77
73
|
{
|
|
78
74
|
"inputKey": "input",
|
|
79
75
|
"outputKey": "userIdentifiers",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"f8a791a1060e007a63a10144f81668cd -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"bb2dcb06e35078de0ea341c135067064 -"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"9a4516e09bcb6ee201c36436113001e3 -"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"c727d0fdf4061fabc9a437135e30f360 -"
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "OAUTH2_REQUEST_URL",
|
|
5
|
+
"exampleValue": "oauth2-request-url",
|
|
6
|
+
"defaultValue": "https://id.b2b.yahooincapis.com/zts/v1"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"name": "CLIENT_ID",
|
|
10
|
+
"exampleValue": "client-id"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "CLIENT_SECRET",
|
|
14
|
+
"exampleValue": "client-secret"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "PIXEL_ID",
|
|
18
|
+
"exampleValue": "pixel-id"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"default": {
|
|
22
|
+
"batchSize": 100,
|
|
23
|
+
"method": "POST",
|
|
24
|
+
"endpoint": "https://batch.datax.yahoo.com/v1/events/$$PIXEL_ID$$",
|
|
25
|
+
"headers": [
|
|
26
|
+
{
|
|
27
|
+
"key": "Accept",
|
|
28
|
+
"value": "application/json"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"key": "Content-Type",
|
|
32
|
+
"value": "application/json"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"transform": {
|
|
36
|
+
"lang": "lua",
|
|
37
|
+
"body": "request.body = batch\nreturn request"
|
|
38
|
+
},
|
|
39
|
+
"oauth2Auth": {
|
|
40
|
+
"jwt": {
|
|
41
|
+
"includeJti": true,
|
|
42
|
+
"claims": [
|
|
43
|
+
{
|
|
44
|
+
"key": "aud",
|
|
45
|
+
"value": "$$OAUTH2_REQUEST_URL$$"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"key": "sub",
|
|
49
|
+
"value": "$$CLIENT_ID$$"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"key": "iss",
|
|
53
|
+
"value": "$$CLIENT_ID$$"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"hsSigningSecret": "$$CLIENT_SECRET$$",
|
|
57
|
+
"requestKey": "client_assertion",
|
|
58
|
+
"signingMethod": "SIGNING_METHOD_HS256"
|
|
59
|
+
},
|
|
60
|
+
"request": {
|
|
61
|
+
"body": [
|
|
62
|
+
{
|
|
63
|
+
"key": "grant_type",
|
|
64
|
+
"value": "client_credentials"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"key": "client_assertion_type",
|
|
68
|
+
"value": "urn:ietf:params:oauth:client-assertion-type:jwt-bearer"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"key": "scope",
|
|
72
|
+
"value": "idb2b.dsp.datax:role.conversion.writer"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"key": "realm",
|
|
76
|
+
"value": "dataxonline"
|
|
77
|
+
}
|
|
78
|
+
],
|
|
79
|
+
"contentType": "application/x-www-form-urlencoded",
|
|
80
|
+
"method": "POST",
|
|
81
|
+
"url": "$$OAUTH2_REQUEST_URL$$/oauth2/token"
|
|
82
|
+
},
|
|
83
|
+
"responseAccessTokenKey": "access_token"
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"b8277f8c9f72b9608ccaad2786f2d3ff -"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": false,
|
|
3
|
+
"isDeprecated": false,
|
|
4
|
+
"isBeta": true,
|
|
5
|
+
"friendlyName": "Yahoo Conversions API",
|
|
6
|
+
"description": "Yahoo Conversion API allows advertisers to send conversion events server-to-server to Yahoo DSP, enabling accurate tracking of user actions like purchases or signups.",
|
|
7
|
+
"logo": "https://cdn.metarouter.io/yahoo-conversions-api.png",
|
|
8
|
+
"color": "#6001D2",
|
|
9
|
+
"eventSource": {
|
|
10
|
+
"isAndroidApp": true,
|
|
11
|
+
"isIosApp": true,
|
|
12
|
+
"isWebApp": true
|
|
13
|
+
},
|
|
14
|
+
"inputSchema": "analytics_js",
|
|
15
|
+
"releaseNotes": [
|
|
16
|
+
{
|
|
17
|
+
"date": "2026-05-27T21:00:00.000Z",
|
|
18
|
+
"note": "Version: 0.1.0\nBeta Version\nYahoo Conversions API initial release"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"09114b56b46b20dd15a0503a75fb47e8 -"
|
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "0.1.0",
|
|
3
|
+
"default": {
|
|
4
|
+
"filters": [
|
|
5
|
+
{
|
|
6
|
+
"byEventNames": {
|
|
7
|
+
"action": "allow",
|
|
8
|
+
"events": [
|
|
9
|
+
""
|
|
10
|
+
]
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"global": {
|
|
16
|
+
"filters": [
|
|
17
|
+
{
|
|
18
|
+
"byConditions": {
|
|
19
|
+
"action": "allow",
|
|
20
|
+
"when": {
|
|
21
|
+
"matchesAny": {
|
|
22
|
+
"conditions": [
|
|
23
|
+
{
|
|
24
|
+
"inputPathExists": {
|
|
25
|
+
"inputPath": "context.providers.yahooMedia.vmcid"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"inputPathExists": {
|
|
30
|
+
"inputPath": "traits.email"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"inputPathExists": {
|
|
35
|
+
"inputPath": "traits.phone"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"inputPathExists": {
|
|
40
|
+
"inputPath": "context.device.advertisingId"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"inputPathExists": {
|
|
45
|
+
"inputPath": "context.ip"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"inputPathExists": {
|
|
50
|
+
"inputPath": "context.userAgent"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"mappings": [
|
|
60
|
+
{
|
|
61
|
+
"inputKey": "timestamp",
|
|
62
|
+
"outputKey": "eventTs",
|
|
63
|
+
"transforms": [
|
|
64
|
+
{
|
|
65
|
+
"toTimestamp": "inSeconds"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"inputKey": "input",
|
|
71
|
+
"outputKey": "actionSource",
|
|
72
|
+
"transforms": [
|
|
73
|
+
{
|
|
74
|
+
"expression": {
|
|
75
|
+
"body": "if input.context.app.name or input.context.device.type or input.context.os.name then return 'app' end\nreturn 'web'",
|
|
76
|
+
"lang": "lua"
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"inputKey": "context.page.url",
|
|
83
|
+
"outputKey": "actionSourceUrl"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"inputKey": "input",
|
|
87
|
+
"outputKey": "country",
|
|
88
|
+
"transforms": [
|
|
89
|
+
{
|
|
90
|
+
"expression": {
|
|
91
|
+
"lang": "lua",
|
|
92
|
+
"body": "if input.context.location.country then\n return TO_ISO_COUNTRY(input.context.location.country)\nend"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"inputKey": "input",
|
|
99
|
+
"outputKey": "userData",
|
|
100
|
+
"transforms": [
|
|
101
|
+
{
|
|
102
|
+
"expression": {
|
|
103
|
+
"body": "local userData = {}\nif input.traits.email then userData.email = {TO_SHA256_HASH(LOWER(TRIM(input.traits.email)))} end\nif input.traits.phone then userData.phone = {TO_SHA256_HASH(LOWER(TRIM(input.traits.phone)))} end\nlocal deviceType = input.context.device.type\nif deviceType == 'ios' then\n userData.idfa = {input.context.device.advertisingId}\nelseif deviceType == 'android' then\n userData.gpsaid = {input.context.device.advertisingId}\nend\nif input.context.ip then userData.ip_address = TO_SHA256_HASH(LOWER(TRIM(input.context.ip))) end\nif input.context.userAgent then userData.userAgent = LOWER(input.context.userAgent) end\nreturn userData",
|
|
104
|
+
"lang": "lua"
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"inputKey": "input",
|
|
111
|
+
"outputKey": "privacy",
|
|
112
|
+
"transforms": [
|
|
113
|
+
{
|
|
114
|
+
"expression": {
|
|
115
|
+
"body": "local privacy = {}\nif input.context.consent.tcf.tcString then\n privacy.privacy_type = 'GDPR'\n privacy.consent_string = input.context.consent.tcf.tcString\nelse\n privacy.privacy_type = 'OPTOUT'\nend\nreturn privacy",
|
|
116
|
+
"lang": "lua"
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"inputKey": "input",
|
|
123
|
+
"outputKey": "eventName",
|
|
124
|
+
"transforms": [
|
|
125
|
+
{
|
|
126
|
+
"expression": {
|
|
127
|
+
"lang": "lua",
|
|
128
|
+
"body": "if (input.type == \"track\") then return REPLACE(LOWER(input.event), \" \", \"_\") end\nreturn input.type"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"inputKey": "context.providers.yahooMedia.vmcid",
|
|
135
|
+
"outputKey": "clickData.vmcid"
|
|
136
|
+
}
|
|
137
|
+
]
|
|
138
|
+
},
|
|
139
|
+
"eventSpecific": {
|
|
140
|
+
"product_list_viewed": {
|
|
141
|
+
"mappings": [
|
|
142
|
+
{
|
|
143
|
+
"inputKey": "input",
|
|
144
|
+
"outputKey": "eventData.price",
|
|
145
|
+
"transforms": [
|
|
146
|
+
{
|
|
147
|
+
"expression": {
|
|
148
|
+
"lang": "lua",
|
|
149
|
+
"body": "return TOTAL_VALUE(input.properties.products)"
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
"product_clicked": {
|
|
157
|
+
"mappings": [
|
|
158
|
+
{
|
|
159
|
+
"inputKey": "input",
|
|
160
|
+
"outputKey": "eventData.price",
|
|
161
|
+
"transforms": [
|
|
162
|
+
{
|
|
163
|
+
"expression": {
|
|
164
|
+
"lang": "lua",
|
|
165
|
+
"body": "return TOTAL_VALUE(input.properties)"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"inputKey": "input",
|
|
172
|
+
"outputKey": "eventData.products",
|
|
173
|
+
"transforms": [
|
|
174
|
+
{
|
|
175
|
+
"expression": {
|
|
176
|
+
"lang": "lua",
|
|
177
|
+
"body": "return {{\n subCategory = input.properties.category\n}}"
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"product_viewed": {
|
|
185
|
+
"mappings": [
|
|
186
|
+
{
|
|
187
|
+
"inputKey": "input",
|
|
188
|
+
"outputKey": "eventData.price",
|
|
189
|
+
"transforms": [
|
|
190
|
+
{
|
|
191
|
+
"expression": {
|
|
192
|
+
"lang": "lua",
|
|
193
|
+
"body": "return TOTAL_VALUE(input.properties)"
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"inputKey": "input",
|
|
200
|
+
"outputKey": "eventData.products",
|
|
201
|
+
"transforms": [
|
|
202
|
+
{
|
|
203
|
+
"expression": {
|
|
204
|
+
"lang": "lua",
|
|
205
|
+
"body": "return {{\n subCategory = input.properties.category\n}}"
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
]
|
|
209
|
+
}
|
|
210
|
+
]
|
|
211
|
+
},
|
|
212
|
+
"product_added": {
|
|
213
|
+
"mappings": [
|
|
214
|
+
{
|
|
215
|
+
"inputKey": "input",
|
|
216
|
+
"outputKey": "eventData.price",
|
|
217
|
+
"transforms": [
|
|
218
|
+
{
|
|
219
|
+
"expression": {
|
|
220
|
+
"lang": "lua",
|
|
221
|
+
"body": "return TOTAL_VALUE(input.properties)"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
]
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"inputKey": "input",
|
|
228
|
+
"outputKey": "eventData.products",
|
|
229
|
+
"transforms": [
|
|
230
|
+
{
|
|
231
|
+
"expression": {
|
|
232
|
+
"lang": "lua",
|
|
233
|
+
"body": "return {{\n subCategory = input.properties.category\n}}"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
]
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
},
|
|
240
|
+
"product_removed": {
|
|
241
|
+
"mappings": [
|
|
242
|
+
{
|
|
243
|
+
"inputKey": "input",
|
|
244
|
+
"outputKey": "eventData.price",
|
|
245
|
+
"transforms": [
|
|
246
|
+
{
|
|
247
|
+
"expression": {
|
|
248
|
+
"lang": "lua",
|
|
249
|
+
"body": "return TOTAL_VALUE(input.properties)"
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"inputKey": "input",
|
|
256
|
+
"outputKey": "eventData.products",
|
|
257
|
+
"transforms": [
|
|
258
|
+
{
|
|
259
|
+
"expression": {
|
|
260
|
+
"lang": "lua",
|
|
261
|
+
"body": "return {{\n subCategory = input.properties.category\n}}"
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
]
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
"cart_viewed": {
|
|
269
|
+
"mappings": [
|
|
270
|
+
{
|
|
271
|
+
"inputKey": "input",
|
|
272
|
+
"outputKey": "eventData.price",
|
|
273
|
+
"transforms": [
|
|
274
|
+
{
|
|
275
|
+
"expression": {
|
|
276
|
+
"lang": "lua",
|
|
277
|
+
"body": "return TOTAL_VALUE(input.properties.products)"
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
]
|
|
281
|
+
}
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
"checkout_started": {
|
|
285
|
+
"mappings": [
|
|
286
|
+
{
|
|
287
|
+
"inputKey": "properties.value",
|
|
288
|
+
"outputKey": "eventData.price"
|
|
289
|
+
}
|
|
290
|
+
]
|
|
291
|
+
},
|
|
292
|
+
"order_completed": {
|
|
293
|
+
"mappings": [
|
|
294
|
+
{
|
|
295
|
+
"inputKey": "properties.total",
|
|
296
|
+
"outputKey": "eventData.price"
|
|
297
|
+
}
|
|
298
|
+
]
|
|
299
|
+
},
|
|
300
|
+
"product_added_to_wishlist": {
|
|
301
|
+
"mappings": [
|
|
302
|
+
{
|
|
303
|
+
"inputKey": "input",
|
|
304
|
+
"outputKey": "eventData.price",
|
|
305
|
+
"transforms": [
|
|
306
|
+
{
|
|
307
|
+
"expression": {
|
|
308
|
+
"lang": "lua",
|
|
309
|
+
"body": "return TOTAL_VALUE(input.properties)"
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"inputKey": "input",
|
|
316
|
+
"outputKey": "eventData.products",
|
|
317
|
+
"transforms": [
|
|
318
|
+
{
|
|
319
|
+
"expression": {
|
|
320
|
+
"lang": "lua",
|
|
321
|
+
"body": "return {{\n subCategory = input.properties.category\n}}"
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
},
|
|
328
|
+
"order_updated": {
|
|
329
|
+
"mappings": [
|
|
330
|
+
{
|
|
331
|
+
"inputKey": "properties.total",
|
|
332
|
+
"outputKey": "eventData.price"
|
|
333
|
+
}
|
|
334
|
+
]
|
|
335
|
+
},
|
|
336
|
+
"order_refunded": {
|
|
337
|
+
"mappings": [
|
|
338
|
+
{
|
|
339
|
+
"inputKey": "properties.total",
|
|
340
|
+
"outputKey": "eventData.price"
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
"order_canceled": {
|
|
345
|
+
"mappings": [
|
|
346
|
+
{
|
|
347
|
+
"inputKey": "properties.total",
|
|
348
|
+
"outputKey": "eventData.price"
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}
|
package/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# MetaRouter Starter Kits
|
|
2
2
|
|
|
3
3
|
### 2026-05
|
|
4
|
+
- Google Ads - Conversions
|
|
5
|
+
- Linkedin Ads - Conversions
|
|
4
6
|
- Ringier Axel Springer Poland
|
|
7
|
+
- Yahoo Conversions API (New)
|
|
5
8
|
|
|
6
9
|
| Kit Name | Initial Release Date | Stable Release Date | Latest Release Date | Current Version | Latest Note |
|
|
7
10
|
|----------|----------------------|---------------------|---------------------|-----------------|-------------|
|
|
@@ -39,7 +42,7 @@
|
|
|
39
42
|
| Eulerian | 2025-12-10 | 2026-03-04 | 2026-03-04 | Version: 1.0.0 | Stable Release |
|
|
40
43
|
| Firebase | 2024-01-15 | N/A | 2024-10-23 | Version: 0.2.0 | Updated header `Accept-Encoding: application/json` |
|
|
41
44
|
| Google AJSID Segments | 2024-05-29 | N/A | 2025-10-15 | Version: 0.1.1 | Added friendly names to expressions |
|
|
42
|
-
| Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2026-
|
|
45
|
+
| Google Ads - Conversions | 2023-07-04 | 2024-04-17 | 2026-05-27 | Version: 1.6.0 | Upgraded to Google Ads API v24 Removed userIpAddress field |
|
|
43
46
|
| Google Analytics | 2021-06-24 | N/A | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
44
47
|
| 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 |
|
|
45
48
|
| Google Analytics 4 (Collect) | 2024-04-24 | 2025-08-20 | 2025-10-15 | Version: 1.0.1 | Added friendly names to expressions |
|
|
@@ -57,7 +60,7 @@
|
|
|
57
60
|
| Kargo | 2026-02-25 | 2026-03-11 | 2026-03-11 | Version: 1.0.0 | Stable Release |
|
|
58
61
|
| Kochava | 2025-06-25 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
|
59
62
|
| Kochava IdentityLink | 2025-06-25 | N/A | 2025-06-25 | Version: 0.1.0 | Beta Version Kochava IdentityLink initial release |
|
|
60
|
-
| Linkedin Ads - Conversions | 2025-07-16 | 2025-09-03 |
|
|
63
|
+
| Linkedin Ads - Conversions | 2025-07-16 | 2025-09-03 | 2026-05-27 | Version: 1.1.0 | Upgrade LinkedIn version |
|
|
61
64
|
| Lytics | 2021-06-24 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
62
65
|
| MIQ (Xandr) | 2023-03-07 | N/A | 2024-10-23 | Version: 0.2.0 | Added header `Accept-Encoding: application/json` |
|
|
63
66
|
| Magellan AI | 2024-07-24 | 2024-08-07 | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
|
|
@@ -82,8 +85,8 @@
|
|
|
82
85
|
| RTB House | 2024-11-20 | N/A | 2025-12-03 | Version: 0.4.0 | Updated endpoint to be a parameter |
|
|
83
86
|
| Rakuten Conversions | 2025-07-30 | 2025-09-24 | 2025-09-24 | Version: 1.0.0 | Stable Release |
|
|
84
87
|
| Reddit Ads | 2023-09-12 | 2026-01-07 | 2026-01-07 | Version: 2.0.0 | Stable Release of Reddit CAPI V3 |
|
|
85
|
-
| Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-05-20 | Version: 1.1.0 | Added ord to the playbook |
|
|
86
88
|
| 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 |
|
|
89
|
+
| Ringier Axel Springer Poland | 2025-06-25 | 2026-01-21 | 2026-05-20 | Version: 1.1.0 | Added ord to the playbook |
|
|
87
90
|
| Roku | 2023-04-27 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced context.traits with traits. |
|
|
88
91
|
| Roomvo | 2021-08-10 | N/A | 2026-03-25 | Version: 0.2.2 | Converted some fields to camelCase for schema validation |
|
|
89
92
|
| Salesforce CDP | 2022-05-31 | N/A | 2025-07-30 | Version: 1.2.0 | Replaced originalTimestamp with timestamp |
|
|
@@ -104,6 +107,7 @@
|
|
|
104
107
|
| Wirtualna Polska | 2026-03-11 | 2026-04-22 | 2026-04-22 | Version: 1.0.0 | Stable Release |
|
|
105
108
|
| 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 |
|
|
106
109
|
| Xandr | 2021-07-13 | N/A | 2024-10-23 | Version: 1.1.0 | Added header `Accept-Encoding: application/json` |
|
|
110
|
+
| Yahoo Conversions API (New) | 2026-05-27 | N/A | 2026-05-27 | Version: 0.1.0 | Beta Version Yahoo Conversions API initial release |
|
|
107
111
|
| Yahoo Enhanced Attribution | 2023-03-07 | N/A | 2025-04-09 | Version: 0.4.0 | Deprecated |
|
|
108
112
|
| Yahoo Pixel API | 2023-03-07 | 2023-12-13 | 2025-04-09 | Version: 1.3.0 | Friendly name updated |
|
|
109
113
|
| Zeotap | 2024-02-21 | 2025-08-20 | 2025-08-20 | Version: 1.0.0 | Stable Release |
|
package/index.js
CHANGED
|
@@ -621,6 +621,12 @@ exports.xandr = {
|
|
|
621
621
|
metadata: require('./.dist/xandr/metadata.json')
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
+
exports['yahoo-conversions-api'] = {
|
|
625
|
+
endpointSchema: require('./.dist/yahoo-conversions-api/connection.json'),
|
|
626
|
+
playbook: require('./.dist/yahoo-conversions-api/playbook.json'),
|
|
627
|
+
metadata: require('./.dist/yahoo-conversions-api/metadata.json')
|
|
628
|
+
}
|
|
629
|
+
|
|
624
630
|
exports['yahoo-enhanced-attribution'] = {
|
|
625
631
|
endpointSchema: require('./.dist/yahoo-enhanced-attribution/connection.json'),
|
|
626
632
|
playbook: require('./.dist/yahoo-enhanced-attribution/playbook.json'),
|
|
@@ -1142,6 +1148,11 @@ exports.etags = {
|
|
|
1142
1148
|
playbook: require('./.dist/xandr/playbook.etag.json'),
|
|
1143
1149
|
kit: require('./.dist/xandr/kit.etag.json')
|
|
1144
1150
|
},
|
|
1151
|
+
'yahoo-conversions-api': {
|
|
1152
|
+
endpointSchema: require('./.dist/yahoo-conversions-api/connection.etag.json'),
|
|
1153
|
+
playbook: require('./.dist/yahoo-conversions-api/playbook.etag.json'),
|
|
1154
|
+
kit: require('./.dist/yahoo-conversions-api/kit.etag.json')
|
|
1155
|
+
},
|
|
1145
1156
|
'yahoo-enhanced-attribution': {
|
|
1146
1157
|
endpointSchema: require('./.dist/yahoo-enhanced-attribution/connection.etag.json'),
|
|
1147
1158
|
playbook: require('./.dist/yahoo-enhanced-attribution/playbook.etag.json'),
|