@metarouter/ajs-starter-kit 1.0.127 → 1.0.129
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/adroll/connection.etag.json +1 -0
- package/.dist/adroll/connection.json +34 -0
- package/.dist/adroll/kit.etag.json +1 -0
- package/.dist/adroll/metadata.json +21 -0
- package/.dist/adroll/playbook.etag.json +1 -0
- package/.dist/adroll/playbook.json +189 -0
- package/.dist/build-your-own/kit.etag.json +1 -1
- package/.dist/connection-schemas.json +0 -28
- package/.dist/facebook-pixel/kit.etag.json +1 -1
- package/.dist/facebook-pixel/metadata.json +6 -2
- package/.dist/facebook-pixel/playbook.etag.json +1 -1
- package/.dist/facebook-pixel/playbook.json +1 -1
- package/.dist/podscribe/kit.etag.json +1 -1
- package/.dist/podscribe/metadata.json +5 -1
- package/.dist/podscribe/playbook.etag.json +1 -1
- package/.dist/podscribe/playbook.json +1 -1
- package/.dist/reddit-ads/kit.etag.json +1 -1
- package/.dist/reddit-ads/metadata.json +4 -0
- package/.dist/reddit-ads/playbook.etag.json +1 -1
- package/.dist/reddit-ads/playbook.json +13 -1
- package/.dist/ringier-axel-springer-poland/connection.etag.json +1 -1
- package/.dist/ringier-axel-springer-poland/connection.json +4 -0
- package/.dist/ringier-axel-springer-poland/kit.etag.json +1 -1
- package/.dist/ringier-axel-springer-poland/metadata.json +5 -1
- package/.dist/ringier-axel-springer-poland/playbook.etag.json +1 -1
- package/.dist/ringier-axel-springer-poland/playbook.json +2 -2
- package/.dist/thetradedesk-conversion-events/kit.etag.json +1 -1
- package/.dist/thetradedesk-conversion-events/metadata.json +5 -1
- package/.dist/thetradedesk-conversion-events/playbook.etag.json +1 -1
- package/.dist/thetradedesk-conversion-events/playbook.json +1 -1
- package/.dist/x-ads/kit.etag.json +1 -1
- package/.dist/yahoo-enhanced-attribution/kit.etag.json +1 -1
- package/.dist/yahoo-enhanced-attribution/metadata.json +5 -1
- package/.dist/yahoo-enhanced-attribution/playbook.etag.json +1 -1
- package/.dist/yahoo-enhanced-attribution/playbook.json +1 -1
- package/.dist/yahoo-offline-conversion/kit.etag.json +1 -1
- package/.dist/yahoo-offline-conversion/metadata.json +5 -1
- package/.dist/yahoo-offline-conversion/playbook.etag.json +1 -1
- package/.dist/yahoo-offline-conversion/playbook.json +1 -1
- package/README.md +16 -14
- package/index.js +11 -10
- package/package.json +1 -1
- package/.dist/kinesis/connection.etag.json +0 -1
- package/.dist/kinesis/connection.json +0 -9
- package/.dist/kinesis/kit.etag.json +0 -1
- package/.dist/kinesis/metadata.json +0 -33
- package/.dist/kinesis/playbook.etag.json +0 -1
- package/.dist/kinesis/playbook.json +0 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"ff2bbb3d545810a3cecd723c17fc8988"
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"params": [
|
|
3
|
+
{
|
|
4
|
+
"name": "ADVERTISABLE_EID",
|
|
5
|
+
"exampleValue": "my-advertisable-eid"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"name": "SERVER_ACCESS_TOKEN",
|
|
9
|
+
"exampleValue": "my-server-access-token"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"default": {
|
|
13
|
+
"endpoint": "https://srv.adroll.com/api?advertisable=$$ADVERTISABLE_EID$$",
|
|
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
|
+
"key": "User-Agent",
|
|
26
|
+
"fromEventKey": "context.userAgent"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"key": "Authorization",
|
|
30
|
+
"value": "Token $$SERVER_ACCESS_TOKEN$$"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"3d0cac0125e3c87c73dbd72a5a25f337"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"isDraft": true,
|
|
3
|
+
"isDeprecated": false,
|
|
4
|
+
"isBeta": false,
|
|
5
|
+
"friendlyName": "AdRoll",
|
|
6
|
+
"description": "AdRoll is a digital marketing platform designed to help businesses grow their online presence\nthrough targeted advertising and retargeting strategies.",
|
|
7
|
+
"logo": "https://cdn.metarouter.io/adroll.png",
|
|
8
|
+
"color": "#dbf3fc",
|
|
9
|
+
"eventSource": {
|
|
10
|
+
"isAndroidApp": false,
|
|
11
|
+
"isIosApp": false,
|
|
12
|
+
"isWebApp": true
|
|
13
|
+
},
|
|
14
|
+
"inputSchema": "analytics_js",
|
|
15
|
+
"releaseNotes": [
|
|
16
|
+
{
|
|
17
|
+
"date": "2025-03-12T07:00:00.000Z",
|
|
18
|
+
"note": "Version: 0.1.0\nDraft Mode\nAdRoll draft release"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"6df52e68ec1260123db132718d5cfdf7"
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "0.1.0",
|
|
3
|
+
"params": [
|
|
4
|
+
{
|
|
5
|
+
"name": "ADVERTISABLE_EID",
|
|
6
|
+
"exampleValue": "org_123456"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"name": "PIXEL_EID",
|
|
10
|
+
"exampleValue": "pixel_123456"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"global": {
|
|
14
|
+
"enrichments": [
|
|
15
|
+
{
|
|
16
|
+
"outputKey": "advertisable_eid",
|
|
17
|
+
"staticString": "$$ADVERTISABLE_EID$$"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"outputKey": "pixel_eid",
|
|
21
|
+
"staticString": "$$PIXEL_EID$$"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"mappings": [
|
|
25
|
+
{
|
|
26
|
+
"inputKey": "context.page.url",
|
|
27
|
+
"outputKey": "page_location"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"inputKey": "context.ip",
|
|
31
|
+
"outputKey": "ip"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"inputKey": "userId",
|
|
35
|
+
"outputKey": "identifiers.user_id"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"inputKey": "traits.email",
|
|
39
|
+
"outputKey": "identifiers.email"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"inputKey": "context.providers.adroll.adct",
|
|
43
|
+
"outputKey": "identifiers.adct"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"inputKey": "context.providers.adroll.fpc_cookie",
|
|
47
|
+
"outputKey": "identifiers.first_party_cookie"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"inputKey": "context.userAgent",
|
|
51
|
+
"outputKey": "user_agent"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"inputKey": "input",
|
|
55
|
+
"outputKey": "external_data",
|
|
56
|
+
"transforms": [
|
|
57
|
+
{
|
|
58
|
+
"expression": {
|
|
59
|
+
"lang": "lua",
|
|
60
|
+
"body": "local p = input.properties\nlocal result = {}\n\nfor k, v in pairs(p) do\n result[k] = TO_STRING(v)\nend\n\nreturn TO_STRING(result)"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"inputKey": "input",
|
|
67
|
+
"outputKey": "timestamp",
|
|
68
|
+
"transforms": [
|
|
69
|
+
{
|
|
70
|
+
"expression": {
|
|
71
|
+
"lang": "lua",
|
|
72
|
+
"body": "return TO_STRING(SECONDS_SINCE_EPOCH_FROM_RFC3999(input.timestamp))"
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"inputKey": "input",
|
|
79
|
+
"outputKey": "event_attributes.products",
|
|
80
|
+
"transforms": [
|
|
81
|
+
{
|
|
82
|
+
"expression": {
|
|
83
|
+
"lang": "lua",
|
|
84
|
+
"body": "return MAP(input.properties.products, function(p)\n return {\n product_id = p.product_id or p.sku,\n product_group = p.category,\n price = TO_STRING(p.price),\n quantity = p.quantity,\n product_category = p.category,\n }\n end)"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
"default": {
|
|
92
|
+
"enrichments": [
|
|
93
|
+
{
|
|
94
|
+
"staticString": "pageView",
|
|
95
|
+
"outputKey": "event_name"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"mappings": [
|
|
99
|
+
{
|
|
100
|
+
"inputKey": "properties.products",
|
|
101
|
+
"outputKey": "event_attributes.products"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"eventSpecific": {
|
|
106
|
+
"products_searched": {
|
|
107
|
+
"enrichments": [
|
|
108
|
+
{
|
|
109
|
+
"staticString": "productSearch",
|
|
110
|
+
"outputKey": "event_name"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"mappings": [
|
|
114
|
+
{
|
|
115
|
+
"inputKey": "properties.query",
|
|
116
|
+
"outputKey": "event_attributes.keywords"
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
120
|
+
"product_added": {
|
|
121
|
+
"enrichments": [
|
|
122
|
+
{
|
|
123
|
+
"staticString": "addToCart",
|
|
124
|
+
"outputKey": "event_name"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"mappings": [
|
|
128
|
+
{
|
|
129
|
+
"inputKey": "properties.currency",
|
|
130
|
+
"outputKey": "currency"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
"inputKey": "input",
|
|
134
|
+
"outputKey": "event_attributes.products",
|
|
135
|
+
"transforms": [
|
|
136
|
+
{
|
|
137
|
+
"expression": {
|
|
138
|
+
"lang": "lua",
|
|
139
|
+
"body": "local p = input.properties\nreturn {{\n product_id = p.product_id or p.sku,\n product_group = p.category,\n price = TO_STRING(p.price),\n quantity = p.quantity,\n product_category = p.category,\n }}"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
]
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
},
|
|
146
|
+
"order_completed": {
|
|
147
|
+
"enrichments": [
|
|
148
|
+
{
|
|
149
|
+
"staticString": "purchase",
|
|
150
|
+
"outputKey": "event_name"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"mappings": [
|
|
154
|
+
{
|
|
155
|
+
"inputKey": "input",
|
|
156
|
+
"outputKey": "conversion_value",
|
|
157
|
+
"transforms": [
|
|
158
|
+
{
|
|
159
|
+
"expression": {
|
|
160
|
+
"lang": "lua",
|
|
161
|
+
"body": "return TO_STRING(input.properties.total or 0)"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"inputKey": "properties.currency",
|
|
168
|
+
"outputKey": "currency"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"inputKey": "properties.order_id",
|
|
172
|
+
"outputKey": "event_attributes.order_id"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"inputKey": "input",
|
|
176
|
+
"outputKey": "event_attributes.external_data",
|
|
177
|
+
"transforms": [
|
|
178
|
+
{
|
|
179
|
+
"expression": {
|
|
180
|
+
"lang": "lua",
|
|
181
|
+
"body": "local p = input.properties\nreturn TO_STRING({\n affiliation = p.affiliation,\n checkout_id = p.checkout_id,\n checkout_id = p.checkout_id,\n coupon = p.coupon,\n discount = TO_STRING(p.discount),\n revenue = TO_STRING(p.revenue),\n shipping = TO_STRING(p.shipping),\n tax = TO_STRING(p.tax),\n total = TO_STRING(p.total)\n})"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"9d01feb99d1a7d410d1b73df1b8d9962"
|
|
@@ -292,34 +292,6 @@
|
|
|
292
292
|
],
|
|
293
293
|
"additionalProperties": false
|
|
294
294
|
},
|
|
295
|
-
"kinesis": {
|
|
296
|
-
"type": "object",
|
|
297
|
-
"properties": {
|
|
298
|
-
"accessKey": {
|
|
299
|
-
"type": "string"
|
|
300
|
-
},
|
|
301
|
-
"backlogCount": {
|
|
302
|
-
"type": "number"
|
|
303
|
-
},
|
|
304
|
-
"region": {
|
|
305
|
-
"type": "string"
|
|
306
|
-
},
|
|
307
|
-
"secretKey": {
|
|
308
|
-
"type": "string"
|
|
309
|
-
},
|
|
310
|
-
"streamName": {
|
|
311
|
-
"type": "string"
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
"required": [
|
|
315
|
-
"region",
|
|
316
|
-
"accessKey",
|
|
317
|
-
"secretKey",
|
|
318
|
-
"streamName",
|
|
319
|
-
"backlogCount"
|
|
320
|
-
],
|
|
321
|
-
"additionalProperties": false
|
|
322
|
-
},
|
|
323
295
|
"s3": {
|
|
324
296
|
"type": "object",
|
|
325
297
|
"properties": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"286e3b1b510eff77d6aefbdbf0eccc12"
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isDeprecated": false,
|
|
4
4
|
"isBeta": false,
|
|
5
|
-
"friendlyName": "
|
|
6
|
-
"description": "Use audience data to optimize your advertising placements on
|
|
5
|
+
"friendlyName": "Meta CAPI",
|
|
6
|
+
"description": "Use audience data to optimize your advertising placements on Meta's ad networks and measure campaign performance.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
8
8
|
"color": "#4267B2",
|
|
9
9
|
"eventSource": {
|
|
@@ -60,6 +60,10 @@
|
|
|
60
60
|
{
|
|
61
61
|
"date": "2025-03-26T00:00:00.000Z",
|
|
62
62
|
"note": "Version: 1.4.0\nUpdating default Facebook API version to 22.0\nAdding additional event mappings\nAdding app event mappings"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"date": "2025-04-09T00:00:00.000Z",
|
|
66
|
+
"note": "Version: 1.5.0\nFriendly name updated"
|
|
63
67
|
}
|
|
64
68
|
]
|
|
65
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"1cc1115fe6da005e64cda63015785db8"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d90b144d640a0aa3de3d45e5c8bbd015"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isDeprecated": false,
|
|
4
|
-
"isBeta":
|
|
4
|
+
"isBeta": false,
|
|
5
5
|
"friendlyName": "Podscribe",
|
|
6
6
|
"description": "Podscribe is a podcast attribution and analytics platform that helps advertisers, agencies, and publishers measure the effectiveness of podcast advertising.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/podscribe.png",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
{
|
|
17
17
|
"date": "2025-03-12T22:00:00.000Z",
|
|
18
18
|
"note": "Version: 0.1.0\nBeta Version\nPodscribe initial release"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"date": "2025-04-09T22:00:00.000Z",
|
|
22
|
+
"note": "Version: 1.0.0\nStable release"
|
|
19
23
|
}
|
|
20
24
|
]
|
|
21
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"9f4b3ded4a30ae0d18e347091c2c3220"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"643371d485ee9237accb5819b16980a8"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"628c79a89d559a84d20eaa428a09890f"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.4.0",
|
|
3
3
|
"default": {
|
|
4
4
|
"filters": [
|
|
5
5
|
{
|
|
@@ -54,6 +54,18 @@
|
|
|
54
54
|
"toHash": "sha256"
|
|
55
55
|
}
|
|
56
56
|
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"inputKey": "input",
|
|
60
|
+
"outputKey": "user.phone_number",
|
|
61
|
+
"transforms": [
|
|
62
|
+
{
|
|
63
|
+
"expression": {
|
|
64
|
+
"lang": "lua",
|
|
65
|
+
"body": "-- Phone number must start with + sign and country code, E164 format to be exact e.g.: +16505551212\nreturn input.traits.phone or input.context.traits.phone"
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
]
|
|
57
69
|
}
|
|
58
70
|
]
|
|
59
71
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"409c8c05e59f086ac102dc429de65f19"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"c739765d8eb3c0a704caffeb7c2983ab"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isDeprecated": false,
|
|
4
|
-
"isBeta":
|
|
4
|
+
"isBeta": false,
|
|
5
5
|
"friendlyName": "Ringier Axel Springer Poland",
|
|
6
6
|
"description": "Ringier Axel Springer Poland (RASP) is a leading digital media and technology company that provides advertising services such as programmatic ads, branded content, display advertising, and audience targeting, leveraging its large digital reach.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/ringier-axel-springer-poland.png",
|
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
{
|
|
17
17
|
"date": "2025-03-05T22:00:00.000Z",
|
|
18
18
|
"note": "Version: 0.1.0\nBeta Version\nRingier Axel Springer Poland initial release"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"date": "2025-04-09T22:00:00.000Z",
|
|
22
|
+
"note": "Version: 1.0.0\nNew header: `X-Forwarded-For`\nParam update: `adp_session` retrieved from new sync field `context.providers.ringierAxelSpringerPoland.adp_session`\nStable release"
|
|
19
23
|
}
|
|
20
24
|
]
|
|
21
25
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"21c3fd30f2f8d352300cbc55b7636fcc"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "1.0.0",
|
|
3
3
|
"params": [
|
|
4
4
|
{
|
|
5
5
|
"name": "PIXEL_ID",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"outputKey": "aid"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
"inputKey": "context.providers.ringierAxelSpringerPoland.
|
|
38
|
+
"inputKey": "context.providers.ringierAxelSpringerPoland.adp_session",
|
|
39
39
|
"outputKey": "adp_session"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ba8ae9e0cc81810ec436169fef4575b9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
|
-
"isDeprecated":
|
|
3
|
+
"isDeprecated": true,
|
|
4
4
|
"isBeta": false,
|
|
5
5
|
"friendlyName": "TheTradeDesk Conversion Events",
|
|
6
6
|
"description": "Real time conversion events API\nhttps://api.thetradedesk.com/v3/portal/data/doc/DataConversionEventsApi#parameters-items",
|
|
@@ -24,6 +24,10 @@
|
|
|
24
24
|
{
|
|
25
25
|
"date": "2024-10-23T00:00:00.000Z",
|
|
26
26
|
"note": "Version: 1.1.0\nAdded header `Accept-Encoding: application/json`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"date": "2025-05-07T00:00:00.000Z",
|
|
30
|
+
"note": "Version: 1.2.0\nDeprecated"
|
|
27
31
|
}
|
|
28
32
|
]
|
|
29
33
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"05f9937398ee12d1575651fb5a9aa185"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"14fef641a569ed6645df0e0dbcd1dbb1"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"fbed825d1c544a7b5fa09349276e8bc9"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
|
-
"isDeprecated":
|
|
3
|
+
"isDeprecated": true,
|
|
4
4
|
"isBeta": true,
|
|
5
5
|
"friendlyName": "Yahoo Enhanced Attribution",
|
|
6
6
|
"description": "Yahoo Enhanced Attribution works by leveraging a click ID to count post-click conversions, using a privacy-friendly mechanism that doesn’t require or depend on a 3rd-party cookie.",
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
{
|
|
29
29
|
"date": "2024-10-23T00:00:00.000Z",
|
|
30
30
|
"note": "Version: 0.3.0\nAdded default value for the OAUTH2_REQUEST_URL param"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"date": "2025-04-09T00:00:00.000Z",
|
|
34
|
+
"note": "Version: 0.4.0\nDeprecated"
|
|
31
35
|
}
|
|
32
36
|
]
|
|
33
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ed8e468a47d20e17c30f57a370ab3c5a"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"c2e7fc9852cc3441b6e5b8f8d75b5d09"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isDeprecated": false,
|
|
4
4
|
"isBeta": false,
|
|
5
|
-
"friendlyName": "Yahoo
|
|
5
|
+
"friendlyName": "Yahoo Pixel API",
|
|
6
6
|
"description": "Create and manage offline tracking pixels that measure the impact of your digital ad spend on driving visits to your stores or stores where your products are sold.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
8
8
|
"color": "#FA1200",
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
{
|
|
29
29
|
"date": "2024-10-23T00:00:00.000Z",
|
|
30
30
|
"note": "Version: 1.2.0\nAdded default value for the OAUTH2_REQUEST_URL param"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"date": "2025-04-09T00:00:00.000Z",
|
|
34
|
+
"note": "Version: 1.3.0\nFriendly name updated"
|
|
31
35
|
}
|
|
32
36
|
]
|
|
33
37
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"127738af3408be47ea416717696def44"
|
package/README.md
CHANGED
|
@@ -5,17 +5,23 @@ event methods, you will create a rich, actionable data set from your website, mo
|
|
|
5
5
|
server, and other sources. It is particularly useful for tracking the pages or screens your
|
|
6
6
|
users visit, the actions they take on your property, and whether the user has been identified
|
|
7
7
|
previously.
|
|
8
|
+
## 2025-05
|
|
9
|
+
- TheTradeDesk Conversion Events
|
|
10
|
+
|
|
8
11
|
## 2025-04
|
|
9
12
|
- Amazon Data Firehose
|
|
13
|
+
- Meta CAPI
|
|
10
14
|
- Microsoft Ads
|
|
15
|
+
- Podscribe
|
|
16
|
+
- Reddit Ads
|
|
17
|
+
- Ringier Axel Springer Poland
|
|
18
|
+
- Yahoo Enhanced Attribution (BETA)
|
|
19
|
+
- Yahoo Pixel API
|
|
11
20
|
|
|
12
21
|
## 2025-03
|
|
13
22
|
- Adobe Experience Platform - Interact (BETA)
|
|
14
23
|
- Amplitude
|
|
15
24
|
- Button
|
|
16
|
-
- Facebook Pixel
|
|
17
|
-
- Podscribe (BETA)
|
|
18
|
-
- Ringier Axel Springer Poland (BETA)
|
|
19
25
|
- TikTok
|
|
20
26
|
|
|
21
27
|
## 2025-02
|
|
@@ -70,17 +76,13 @@ previously.
|
|
|
70
76
|
- Pinterest Ads
|
|
71
77
|
- Pinterest CAPI
|
|
72
78
|
- Podsights (BETA)
|
|
73
|
-
- Reddit Ads
|
|
74
79
|
- Roku
|
|
75
80
|
- Roomvo (BETA)
|
|
76
81
|
- Salesforce CDP
|
|
77
82
|
- Snapchat Ads
|
|
78
|
-
- TheTradeDesk Conversion Events
|
|
79
83
|
- TheTradeDesk Firstparty Advertiser Data
|
|
80
84
|
- VideoAmp (BETA)
|
|
81
85
|
- Xandr
|
|
82
|
-
- Yahoo Enhanced Attribution (BETA)
|
|
83
|
-
- Yahoo Offline Conversion
|
|
84
86
|
|
|
85
87
|
## 2024-09
|
|
86
88
|
- CM360 - Floodlights (BETA)
|
|
@@ -114,14 +116,18 @@ previously.
|
|
|
114
116
|
|
|
115
117
|
| Kit Name | Date | Latest Note |
|
|
116
118
|
|----------|------|-------------|
|
|
119
|
+
| TheTradeDesk Conversion Events | 2025-05 | Version: 1.2.0 Deprecated |
|
|
117
120
|
| Amazon Data Firehose | 2025-04 | Version: 1.0.0 Stable release |
|
|
121
|
+
| Meta CAPI | 2025-04 | Version: 1.5.0 Friendly name updated |
|
|
118
122
|
| Microsoft Ads | 2025-04 | Version: 1.0.0 Microsoft Ads stable release |
|
|
123
|
+
| Podscribe | 2025-04 | Version: 1.0.0 Stable release |
|
|
124
|
+
| Reddit Ads | 2025-04 | Version: 1.4.0 Added mapping for phone number |
|
|
125
|
+
| Ringier Axel Springer Poland | 2025-04 | Version: 1.0.0 New header: `X-Forwarded-For` Param update: `adp_session` retrieved from new sync field `context.providers.ringierAxelSpringerPoland.adp_session` Stable release |
|
|
126
|
+
| Yahoo Enhanced Attribution (BETA) | 2025-04 | Version: 0.4.0 Deprecated |
|
|
127
|
+
| Yahoo Pixel API | 2025-04 | Version: 1.3.0 Friendly name updated |
|
|
119
128
|
| Adobe Experience Platform - Interact (BETA) | 2025-03 | Version: 0.7.0 Updated friendlyName Updated kit name |
|
|
120
129
|
| Amplitude | 2025-03 | Version: 1.2.0 Added API_URL param to accommodate Amplitude's EU residency server |
|
|
121
130
|
| Button | 2025-03 | Version: 0.1.1 Fix stanza spelling |
|
|
122
|
-
| Facebook Pixel | 2025-03 | Version: 1.4.0 Updating default Facebook API version to 22.0 Adding additional event mappings Adding app event mappings |
|
|
123
|
-
| Podscribe (BETA) | 2025-03 | Version: 0.1.0 Beta Version Podscribe initial release |
|
|
124
|
-
| Ringier Axel Springer Poland (BETA) | 2025-03 | Version: 0.1.0 Beta Version Ringier Axel Springer Poland initial release |
|
|
125
131
|
| TikTok | 2025-03 | Version: 2.3.0 Mapping updates due to TikTok API changes |
|
|
126
132
|
| AWIN | 2025-02 | Version: 1.0.0 Stable release |
|
|
127
133
|
| Merkle | 2025-02 | Version: 1.2.0 Updated mappings to comply with Merkle's requirements Added required fields: ipAddress, userAgent, pageUrl Added optional fields: rawEmail Updated type field of page event to viewpage |
|
|
@@ -166,17 +172,13 @@ previously.
|
|
|
166
172
|
| Pinterest Ads | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
167
173
|
| Pinterest CAPI | 2024-10 | Version: 1.2.0 Added header `Accept-Encoding: application/json` |
|
|
168
174
|
| Podsights (BETA) | 2024-10 | Version: 0.2.0 Added header `Accept-Encoding: application/json` |
|
|
169
|
-
| Reddit Ads | 2024-10 | Version: 1.3.0 Added header `Accept-Encoding: application/json` |
|
|
170
175
|
| Roku | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
171
176
|
| Roomvo (BETA) | 2024-10 | Version: 0.2.0 Added header `Accept-Encoding: application/json` |
|
|
172
177
|
| Salesforce CDP | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
173
178
|
| Snapchat Ads | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
174
|
-
| TheTradeDesk Conversion Events | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
175
179
|
| TheTradeDesk Firstparty Advertiser Data | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
176
180
|
| VideoAmp (BETA) | 2024-10 | Version: 0.3.0 Added header `Accept-Encoding: application/json` |
|
|
177
181
|
| Xandr | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
178
|
-
| Yahoo Enhanced Attribution (BETA) | 2024-10 | Version: 0.2.0 Added header `Accept-Encoding: application/json` |
|
|
179
|
-
| Yahoo Offline Conversion | 2024-10 | Version: 1.1.0 Added header `Accept-Encoding: application/json` |
|
|
180
182
|
| CM360 - Floodlights (BETA) | 2024-09 | Version 0.4.0 Friendly name renaming Description and color updated |
|
|
181
183
|
| X Ads - Web Conversions | 2024-09 | Version: 1.0.0 Stable release |
|
|
182
184
|
| Webhooks | 2024-08 | Version: 1.0.0 Stable release |
|
package/index.js
CHANGED
|
@@ -50,12 +50,6 @@ exports.kafka = {
|
|
|
50
50
|
metadata: require('./.dist/kafka/metadata.json')
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
-
exports.kinesis = {
|
|
54
|
-
connectionTemplate: connectionSchemas.properties.kinesis,
|
|
55
|
-
playbook: require('./.dist/kinesis/playbook.json'),
|
|
56
|
-
metadata: require('./.dist/kinesis/metadata.json')
|
|
57
|
-
}
|
|
58
|
-
|
|
59
53
|
exports.s3 = {
|
|
60
54
|
connectionTemplate: connectionSchemas.properties.s3,
|
|
61
55
|
playbook: require('./.dist/s3/playbook.json'),
|
|
@@ -100,6 +94,12 @@ exports['adobe-id'] = {
|
|
|
100
94
|
metadata: require('./.dist/adobe-id/metadata.json')
|
|
101
95
|
}
|
|
102
96
|
|
|
97
|
+
exports.adroll = {
|
|
98
|
+
endpointSchema: require('./.dist/adroll/connection.json'),
|
|
99
|
+
playbook: require('./.dist/adroll/playbook.json'),
|
|
100
|
+
metadata: require('./.dist/adroll/metadata.json')
|
|
101
|
+
}
|
|
102
|
+
|
|
103
103
|
exports.amnet = {
|
|
104
104
|
endpointSchema: require('./.dist/amnet/connection.json'),
|
|
105
105
|
playbook: require('./.dist/amnet/playbook.json'),
|
|
@@ -536,10 +536,6 @@ exports.etags = {
|
|
|
536
536
|
playbook: require('./.dist/kafka/playbook.etag.json'),
|
|
537
537
|
kit: require('./.dist/kafka/kit.etag.json')
|
|
538
538
|
},
|
|
539
|
-
kinesis: {
|
|
540
|
-
playbook: require('./.dist/kinesis/playbook.etag.json'),
|
|
541
|
-
kit: require('./.dist/kinesis/kit.etag.json')
|
|
542
|
-
},
|
|
543
539
|
s3: {
|
|
544
540
|
playbook: require('./.dist/s3/playbook.etag.json'),
|
|
545
541
|
kit: require('./.dist/s3/kit.etag.json')
|
|
@@ -573,6 +569,11 @@ exports.etags = {
|
|
|
573
569
|
playbook: require('./.dist/adobe-id/playbook.etag.json'),
|
|
574
570
|
kit: require('./.dist/adobe-id/kit.etag.json')
|
|
575
571
|
},
|
|
572
|
+
adroll: {
|
|
573
|
+
endpointSchema: require('./.dist/adroll/connection.etag.json'),
|
|
574
|
+
playbook: require('./.dist/adroll/playbook.etag.json'),
|
|
575
|
+
kit: require('./.dist/adroll/kit.etag.json')
|
|
576
|
+
},
|
|
576
577
|
amnet: {
|
|
577
578
|
endpointSchema: require('./.dist/amnet/connection.etag.json'),
|
|
578
579
|
playbook: require('./.dist/amnet/playbook.etag.json'),
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"301e7dca8012bb65edcf9b34c91759b8"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"afc539443e8ecfbc8e1b55b037eb1792"
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"isDraft": true,
|
|
3
|
-
"isDeprecated": true,
|
|
4
|
-
"isBeta": false,
|
|
5
|
-
"friendlyName": "Kinesis",
|
|
6
|
-
"description": "Amazon Kinesis enables you to process and analyze data as it arrives and respond instantly\ninstead of having to wait until all your data is collected before the processing can begin.",
|
|
7
|
-
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
8
|
-
"color": "#f58532",
|
|
9
|
-
"eventSource": {
|
|
10
|
-
"isAndroidApp": true,
|
|
11
|
-
"isIosApp": true,
|
|
12
|
-
"isWebApp": true
|
|
13
|
-
},
|
|
14
|
-
"inputSchema": "analytics_js",
|
|
15
|
-
"releaseNotes": [
|
|
16
|
-
{
|
|
17
|
-
"date": "2021-06-24T00:00:00.000Z",
|
|
18
|
-
"note": "Kinesis initial release."
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"date": "2022-11-16T00:00:00.000Z",
|
|
22
|
-
"note": "Add isBeta field"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"date": "2023-12-13T00:00:00.000Z",
|
|
26
|
-
"note": "Marked as unstable version: 0.1.0"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"date": "2024-02-13T00:00:00.000Z",
|
|
30
|
-
"note": "Removed Identity"
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"2f96353725e4cd845fe0ae3025f691ae"
|