@metarouter/ajs-starter-kit 1.0.102 → 1.0.103
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-analytics/connection.etag.json +1 -1
- package/.dist/adobe-analytics/connection.json +29 -7
- package/.dist/adobe-analytics/kit.etag.json +1 -1
- package/.dist/adobe-analytics/metadata.json +5 -1
- package/.dist/adobe-analytics/playbook.etag.json +1 -1
- package/.dist/adobe-analytics/playbook.json +1 -1
- package/.dist/connection-schemas.json +8 -0
- package/.dist/google-bigquery-streaming/kit.etag.json +1 -1
- package/.dist/google-bigquery-streaming/metadata.json +4 -0
- package/.dist/tiktok/connection.etag.json +1 -1
- package/.dist/tiktok/connection.json +13 -8
- package/.dist/tiktok/kit.etag.json +1 -1
- package/.dist/tiktok/metadata.json +5 -1
- package/.dist/tiktok/playbook.etag.json +1 -1
- package/.dist/tiktok/playbook.json +74 -26
- package/README.md +6 -6
- package/package.json +4 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"a26a6fe09a8a9b2540dff249c19f4882"
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"isOptional": false
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
|
-
"name": "
|
|
20
|
-
"exampleValue": "my-
|
|
19
|
+
"name": "CLIENT_SECRET",
|
|
20
|
+
"exampleValue": "my-client-secret",
|
|
21
21
|
"isOptional": false
|
|
22
22
|
}
|
|
23
23
|
],
|
|
@@ -33,14 +33,36 @@
|
|
|
33
33
|
"key": "x-api-key",
|
|
34
34
|
"value": "$$API_KEY$$"
|
|
35
35
|
},
|
|
36
|
-
{
|
|
37
|
-
"key": "Authorization",
|
|
38
|
-
"value": "Bearer $$ACCESS_TOKEN$$"
|
|
39
|
-
},
|
|
40
36
|
{
|
|
41
37
|
"key": "Content-Type",
|
|
42
38
|
"value": "application/json"
|
|
43
39
|
}
|
|
44
|
-
]
|
|
40
|
+
],
|
|
41
|
+
"oauth2Auth": {
|
|
42
|
+
"request": {
|
|
43
|
+
"body": [
|
|
44
|
+
{
|
|
45
|
+
"key": "client_id",
|
|
46
|
+
"value": "$$API_KEY$$"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"key": "client_secret",
|
|
50
|
+
"value": "$$CLIENT_SECRET$$"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"key": "grant_type",
|
|
54
|
+
"value": "client_credentials"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"key": "scope",
|
|
58
|
+
"value": "AdobeID,openid,read_organizations,additional_info.job_function,additional_info.projectedProductContext,additional_info.roles"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"contentType": "application/x-www-form-urlencoded",
|
|
62
|
+
"method": "POST",
|
|
63
|
+
"url": "https://ims-na1.adobelogin.com/ims/token/v3"
|
|
64
|
+
},
|
|
65
|
+
"responseAccessTokenKey": "access_token"
|
|
66
|
+
}
|
|
45
67
|
}
|
|
46
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"ee5290e1f74aaeba8c947706fbe4ad0d"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isBeta": true,
|
|
4
|
-
"friendlyName": "Adobe Analytics",
|
|
4
|
+
"friendlyName": "Adobe Analytics - Experience",
|
|
5
5
|
"description": "Adobe Analytics is a web and marketing analytics tool focused on in-depth reporting of customer web and marketing journeys.",
|
|
6
6
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
7
7
|
"color": "#2E204B",
|
|
@@ -23,6 +23,10 @@
|
|
|
23
23
|
{
|
|
24
24
|
"date": "2024-06-12T00:00:00.000Z",
|
|
25
25
|
"note": "Version: 0.2.0\nAdding Bearer Authentication\nRemoving oAuth"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "2024-08-21T00:00:00.000Z",
|
|
29
|
+
"note": "Version: 0.3.0\nRemoving Bearer Header\nAdding oAuth\nUpdated friendly name"
|
|
26
30
|
}
|
|
27
31
|
]
|
|
28
32
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"5ca4b63ebc1591921e0c5fb27ec3cb30"
|
|
@@ -102,6 +102,14 @@
|
|
|
102
102
|
"googleBigqueryStreaming": {
|
|
103
103
|
"type": "object",
|
|
104
104
|
"properties": {
|
|
105
|
+
"bigQueryOptions": {
|
|
106
|
+
"type": "number",
|
|
107
|
+
"description": "0: BIG_QUERY_OPTIONS_UNSPECIFIED; 1: BIG_QUERY_OPTIONS_DISABLE_DATASET_CREATION",
|
|
108
|
+
"enum": [
|
|
109
|
+
0,
|
|
110
|
+
1
|
|
111
|
+
]
|
|
112
|
+
},
|
|
105
113
|
"credentials": {
|
|
106
114
|
"type": "string"
|
|
107
115
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"dcfdb4cae71651300a99a12dba36d7ea"
|
|
@@ -27,6 +27,10 @@
|
|
|
27
27
|
{
|
|
28
28
|
"date": "2023-12-13T00:00:00.000Z",
|
|
29
29
|
"note": "Stable release\nMarked as stable version: 1.0.0"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "2024-08-21T00:00:00.000Z",
|
|
33
|
+
"note": "Version: 1.0.0\nAdding option to set datase creation mode to BIG_QUERY_OPTIONS_DISABLE_DATASET_CREATION\nThis will allow users to create save events without having the bigquery.datasets.create permission in their IAM role"
|
|
30
34
|
}
|
|
31
35
|
]
|
|
32
36
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"691180f4676f18931063354206d11fb3"
|
|
@@ -2,19 +2,24 @@
|
|
|
2
2
|
"params": [
|
|
3
3
|
{
|
|
4
4
|
"name": "API_VERSION",
|
|
5
|
-
"defaultValue": "v1.
|
|
5
|
+
"defaultValue": "v1.3"
|
|
6
6
|
},
|
|
7
7
|
{
|
|
8
|
-
"name": "
|
|
9
|
-
"exampleValue": "
|
|
8
|
+
"name": "ACCESS_TOKEN",
|
|
9
|
+
"exampleValue": "my-access-token"
|
|
10
10
|
},
|
|
11
11
|
{
|
|
12
|
-
"name": "
|
|
13
|
-
"exampleValue": "
|
|
12
|
+
"name": "EVENT_SOURCE",
|
|
13
|
+
"exampleValue": "my-event-source",
|
|
14
|
+
"defaultValue": "web"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"name": "EVENT_SOURCE_ID",
|
|
18
|
+
"exampleValue": "my-event-source-id"
|
|
14
19
|
}
|
|
15
20
|
],
|
|
16
21
|
"default": {
|
|
17
|
-
"endpoint": "https://business-api.tiktok.com/open_api/$$API_VERSION$$/
|
|
22
|
+
"endpoint": "https://business-api.tiktok.com/open_api/$$API_VERSION$$/event/track/",
|
|
18
23
|
"method": "POST",
|
|
19
24
|
"headers": [
|
|
20
25
|
{
|
|
@@ -23,13 +28,13 @@
|
|
|
23
28
|
},
|
|
24
29
|
{
|
|
25
30
|
"key": "Access-Token",
|
|
26
|
-
"value": "$$
|
|
31
|
+
"value": "$$ACCESS_TOKEN$$"
|
|
27
32
|
}
|
|
28
33
|
],
|
|
29
34
|
"batchSize": 500,
|
|
30
35
|
"transform": {
|
|
31
36
|
"lang": "lua",
|
|
32
|
-
"body": "request.body = {
|
|
37
|
+
"body": "request.body = { data = batch, event_source = '$$EVENT_SOURCE$$', event_source_id = '$$EVENT_SOURCE_ID$$' }\nreturn request"
|
|
33
38
|
}
|
|
34
39
|
}
|
|
35
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"a697048f659833aca24769d8a54f1d45"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
|
-
"isBeta":
|
|
3
|
+
"isBeta": true,
|
|
4
4
|
"friendlyName": "TikTok",
|
|
5
5
|
"description": "Powerful self-service advertising platform makes it easy for businesses of all sizes to create and manage their own TikTok campaigns.",
|
|
6
6
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
{
|
|
20
20
|
"date": "2023-12-13T00:00:00.000Z",
|
|
21
21
|
"note": "Stable release\nMarked as stable version: 1.0.0"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"date": "2024-08-21T00:00:00.000Z",
|
|
25
|
+
"note": "Version: 2.0.0\nAPI Upgrade\nBeta release"
|
|
22
26
|
}
|
|
23
27
|
]
|
|
24
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"dc2f4c2cf0c7325afe2888f0592a1613"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "2.0.0",
|
|
3
3
|
"default": {
|
|
4
4
|
"filters": [
|
|
5
5
|
{
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"global": {
|
|
16
16
|
"enrichments": [
|
|
17
17
|
{
|
|
18
|
-
"outputKey": "
|
|
19
|
-
"staticString": "
|
|
18
|
+
"outputKey": "partner_name",
|
|
19
|
+
"staticString": "Mr"
|
|
20
20
|
}
|
|
21
21
|
],
|
|
22
22
|
"mappings": [
|
|
@@ -33,16 +33,20 @@
|
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"inputKey": "
|
|
37
|
-
"outputKey": "
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
"inputKey": "input",
|
|
37
|
+
"outputKey": "event_time",
|
|
38
|
+
"transforms": [
|
|
39
|
+
{
|
|
40
|
+
"expression": {
|
|
41
|
+
"body": "return MILLISECONDS_SINCE_EPOCH(input.timestamp or input.receivedAt)",
|
|
42
|
+
"lang": "lua"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
]
|
|
42
46
|
},
|
|
43
47
|
{
|
|
44
48
|
"inputKey": "input",
|
|
45
|
-
"outputKey": "
|
|
49
|
+
"outputKey": "page.url",
|
|
46
50
|
"transforms": [
|
|
47
51
|
{
|
|
48
52
|
"expression": {
|
|
@@ -54,15 +58,19 @@
|
|
|
54
58
|
},
|
|
55
59
|
{
|
|
56
60
|
"inputKey": "context.page.referrer",
|
|
57
|
-
"outputKey": "
|
|
61
|
+
"outputKey": "page.referrer"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"inputKey": "context.providers.tiktok.ttclid",
|
|
65
|
+
"outputKey": "user.ttclid"
|
|
58
66
|
},
|
|
59
67
|
{
|
|
60
68
|
"inputKey": "context.providers.tiktok.ttp",
|
|
61
|
-
"outputKey": "
|
|
69
|
+
"outputKey": "user.ttp"
|
|
62
70
|
},
|
|
63
71
|
{
|
|
64
72
|
"inputKey": "anonymousId",
|
|
65
|
-
"outputKey": "
|
|
73
|
+
"outputKey": "user.external_id",
|
|
66
74
|
"transforms": [
|
|
67
75
|
{
|
|
68
76
|
"toHash": "sha256"
|
|
@@ -70,30 +78,36 @@
|
|
|
70
78
|
]
|
|
71
79
|
},
|
|
72
80
|
{
|
|
73
|
-
"inputKey": "
|
|
74
|
-
"outputKey": "
|
|
81
|
+
"inputKey": "input",
|
|
82
|
+
"outputKey": "user.email",
|
|
75
83
|
"transforms": [
|
|
76
84
|
{
|
|
77
|
-
"
|
|
85
|
+
"expression": {
|
|
86
|
+
"body": "local email = input.traits.email or input.context.traits.email\nif (email) then return TO_SHA256_HASH(LOWER(TRIM(email))) end",
|
|
87
|
+
"lang": "lua"
|
|
88
|
+
}
|
|
78
89
|
}
|
|
79
90
|
]
|
|
80
91
|
},
|
|
81
92
|
{
|
|
82
|
-
"inputKey": "
|
|
83
|
-
"outputKey": "
|
|
93
|
+
"inputKey": "input",
|
|
94
|
+
"outputKey": "user.phone",
|
|
84
95
|
"transforms": [
|
|
85
96
|
{
|
|
86
|
-
"
|
|
97
|
+
"expression": {
|
|
98
|
+
"body": "local phone = input.traits.phone or input.context.traits.phone\nif (phone) then return TO_SHA256_HASH(LOWER(TRIM(phone))) end",
|
|
99
|
+
"lang": "lua"
|
|
100
|
+
}
|
|
87
101
|
}
|
|
88
102
|
]
|
|
89
103
|
},
|
|
90
104
|
{
|
|
91
105
|
"inputKey": "context.ip",
|
|
92
|
-
"outputKey": "
|
|
106
|
+
"outputKey": "user.ip"
|
|
93
107
|
},
|
|
94
108
|
{
|
|
95
109
|
"inputKey": "context.userAgent",
|
|
96
|
-
"outputKey": "
|
|
110
|
+
"outputKey": "user.user_agent"
|
|
97
111
|
}
|
|
98
112
|
]
|
|
99
113
|
},
|
|
@@ -133,6 +147,10 @@
|
|
|
133
147
|
{
|
|
134
148
|
"outputKey": "properties.description",
|
|
135
149
|
"staticString": "product list viewed"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"outputKey": "properties.content_type",
|
|
153
|
+
"staticString": "product"
|
|
136
154
|
}
|
|
137
155
|
],
|
|
138
156
|
"mappings": [
|
|
@@ -164,7 +182,7 @@
|
|
|
164
182
|
"transforms": [
|
|
165
183
|
{
|
|
166
184
|
"expression": {
|
|
167
|
-
"body": "local contents=MAP(input.properties.products,\n function (p)\n return {\n content_id=p.product_id,\n content_name=p.name,\n content_category=p.category,\n price=p.price,\n quantity=p.quantity
|
|
185
|
+
"body": "local contents=MAP(input.properties.products,\n function (p)\n return {\n content_id=p.product_id,\n content_name=p.name,\n content_category=p.category,\n brand=p.brand,\n price=p.price,\n quantity=p.quantity\n }\n end\n)\nreturn contents",
|
|
168
186
|
"lang": "lua"
|
|
169
187
|
}
|
|
170
188
|
}
|
|
@@ -181,9 +199,23 @@
|
|
|
181
199
|
{
|
|
182
200
|
"outputKey": "properties.description",
|
|
183
201
|
"staticString": "product viewed"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"outputKey": "properties.content_type",
|
|
205
|
+
"staticString": "product"
|
|
184
206
|
}
|
|
185
207
|
],
|
|
186
208
|
"mappings": [
|
|
209
|
+
{
|
|
210
|
+
"inputKey": "properties.currency",
|
|
211
|
+
"outputKey": "properties.currency",
|
|
212
|
+
"defaultString": "USD",
|
|
213
|
+
"transforms": [
|
|
214
|
+
{
|
|
215
|
+
"modifyString": "uppercase"
|
|
216
|
+
}
|
|
217
|
+
]
|
|
218
|
+
},
|
|
187
219
|
{
|
|
188
220
|
"inputKey": "properties.price",
|
|
189
221
|
"outputKey": "properties.value"
|
|
@@ -194,7 +226,7 @@
|
|
|
194
226
|
"transforms": [
|
|
195
227
|
{
|
|
196
228
|
"expression": {
|
|
197
|
-
"body": "return {{\n content_id=input.properties.product_id,\n content_name=input.properties.name,\n content_category=input.properties.category,\n price=input.properties.price,\n quantity=input.properties.quantity
|
|
229
|
+
"body": "return {{\n content_id=input.properties.product_id,\n content_name=input.properties.name,\n content_category=input.properties.category,\n brand=input.properties.brand,\n price=input.properties.price,\n quantity=input.properties.quantity\n}}",
|
|
198
230
|
"lang": "lua"
|
|
199
231
|
}
|
|
200
232
|
}
|
|
@@ -207,6 +239,10 @@
|
|
|
207
239
|
{
|
|
208
240
|
"outputKey": "event",
|
|
209
241
|
"staticString": "AddToCart"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"outputKey": "properties.content_type",
|
|
245
|
+
"staticString": "product"
|
|
210
246
|
}
|
|
211
247
|
],
|
|
212
248
|
"mappings": [
|
|
@@ -238,7 +274,7 @@
|
|
|
238
274
|
"transforms": [
|
|
239
275
|
{
|
|
240
276
|
"expression": {
|
|
241
|
-
"body": "return {{\n content_id=input.properties.product_id,\n content_name=input.properties.name,\n content_category=input.properties.category,\n price=input.properties.price,\n quantity=input.properties.quantity
|
|
277
|
+
"body": "return {{\n content_id=input.properties.product_id,\n content_name=input.properties.name,\n content_category=input.properties.category,\n brand=input.properties.brand,\n price=input.properties.price,\n quantity=input.properties.quantity\n}}",
|
|
242
278
|
"lang": "lua"
|
|
243
279
|
}
|
|
244
280
|
}
|
|
@@ -251,6 +287,10 @@
|
|
|
251
287
|
{
|
|
252
288
|
"outputKey": "event",
|
|
253
289
|
"staticString": "InitiateCheckout"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"outputKey": "properties.content_type",
|
|
293
|
+
"staticString": "product"
|
|
254
294
|
}
|
|
255
295
|
],
|
|
256
296
|
"mappings": [
|
|
@@ -282,7 +322,7 @@
|
|
|
282
322
|
"transforms": [
|
|
283
323
|
{
|
|
284
324
|
"expression": {
|
|
285
|
-
"body": "local contents=MAP(input.properties.products,\n function (p)\n return {\n content_id=p.product_id,\n content_name=p.name,\n content_category=p.category,\n price=p.price,\n quantity=p.quantity
|
|
325
|
+
"body": "local contents=MAP(input.properties.products,\n function (p)\n return {\n content_id=p.product_id,\n content_name=p.name,\n content_category=p.category,\n brand=p.brand,\n price=p.price,\n quantity=p.quantity\n }\n end\n)\nreturn contents",
|
|
286
326
|
"lang": "lua"
|
|
287
327
|
}
|
|
288
328
|
}
|
|
@@ -295,9 +335,17 @@
|
|
|
295
335
|
{
|
|
296
336
|
"outputKey": "event",
|
|
297
337
|
"staticString": "CompletePayment"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"outputKey": "properties.content_type",
|
|
341
|
+
"staticString": "product"
|
|
298
342
|
}
|
|
299
343
|
],
|
|
300
344
|
"mappings": [
|
|
345
|
+
{
|
|
346
|
+
"inputKey": "properties.order_id",
|
|
347
|
+
"outputKey": "properties.order_id"
|
|
348
|
+
},
|
|
301
349
|
{
|
|
302
350
|
"inputKey": "properties.currency",
|
|
303
351
|
"outputKey": "properties.currency",
|
|
@@ -326,7 +374,7 @@
|
|
|
326
374
|
"transforms": [
|
|
327
375
|
{
|
|
328
376
|
"expression": {
|
|
329
|
-
"body": "local contents=MAP(input.properties.products,\n function (p)\n return {\n content_id=p.product_id,\n content_name=p.name,\n content_category=p.category,\n price=p.price,\n quantity=p.quantity
|
|
377
|
+
"body": "local contents=MAP(input.properties.products,\n function (p)\n return {\n content_id=p.product_id,\n content_name=p.name,\n content_category=p.category,\n brand=p.brand,\n price=p.price,\n quantity=p.quantity\n }\n end\n)\nreturn contents",
|
|
330
378
|
"lang": "lua"
|
|
331
379
|
}
|
|
332
380
|
}
|
package/README.md
CHANGED
|
@@ -6,16 +6,18 @@ server, and other sources. It is particularly useful for tracking the pages or s
|
|
|
6
6
|
users visit, the actions they take on your property, and whether the user has been identified
|
|
7
7
|
previously.
|
|
8
8
|
## 2024-08
|
|
9
|
+
- Adobe Analytics - Experience (BETA)
|
|
9
10
|
- Webhooks
|
|
11
|
+
- Google BigQuery
|
|
10
12
|
- Magellan AI
|
|
11
13
|
- Nextdoor
|
|
14
|
+
- TikTok (BETA)
|
|
12
15
|
|
|
13
16
|
## 2024-07
|
|
14
17
|
- Nextdoor - CAPI
|
|
15
18
|
- Snapchat - CAPI
|
|
16
19
|
|
|
17
20
|
## 2024-06
|
|
18
|
-
- Adobe Analytics (BETA)
|
|
19
21
|
- Clinch
|
|
20
22
|
- Google Ads - Conversions
|
|
21
23
|
- Google AJSID Segments (BETA)
|
|
@@ -66,7 +68,6 @@ previously.
|
|
|
66
68
|
- Customer.io
|
|
67
69
|
- Google Ads (BETA)
|
|
68
70
|
- Google Analytics
|
|
69
|
-
- Google BigQuery
|
|
70
71
|
- HubSpot (BETA)
|
|
71
72
|
- Impact Radius
|
|
72
73
|
- InMarket (BETA)
|
|
@@ -86,7 +87,6 @@ previously.
|
|
|
86
87
|
- Snapchat Ads
|
|
87
88
|
- TheTradeDesk Conversion Events
|
|
88
89
|
- TheTradeDesk Firstparty Advertiser Data
|
|
89
|
-
- TikTok
|
|
90
90
|
- Twitter Ads
|
|
91
91
|
- Verizon Media
|
|
92
92
|
- VideoAmp (BETA)
|
|
@@ -96,12 +96,14 @@ previously.
|
|
|
96
96
|
|
|
97
97
|
| Kit Name | Date | Latest Note |
|
|
98
98
|
|----------|------|-------------|
|
|
99
|
+
| Adobe Analytics - Experience (BETA) | 2024-08 | Version: 0.3.0 Removing Bearer Header Adding oAuth Updated friendly name |
|
|
99
100
|
| Webhooks | 2024-08 | Version: 1.0.0 Stable release |
|
|
101
|
+
| Google BigQuery | 2024-08 | Version: 1.0.0 Adding option to set datase creation mode to BIG_QUERY_OPTIONS_DISABLE_DATASET_CREATION This will allow users to create save events without having the bigquery.datasets.create permission in their IAM role |
|
|
100
102
|
| Magellan AI | 2024-08 | Version: 1.0.0 Stable release |
|
|
101
103
|
| Nextdoor | 2024-08 | Version: 1.0.0 Stable release |
|
|
104
|
+
| TikTok (BETA) | 2024-08 | Version: 2.0.0 API Upgrade Beta release |
|
|
102
105
|
| Nextdoor - CAPI | 2024-07 | Version: 1.0.0 Stable release |
|
|
103
106
|
| Snapchat - CAPI | 2024-07 | Version: 1.0.0 Stable release |
|
|
104
|
-
| Adobe Analytics (BETA) | 2024-06 | Version: 0.2.0 Adding Bearer Authentication Removing oAuth |
|
|
105
107
|
| Clinch | 2024-06 | Version: 1.0.0 Stable release |
|
|
106
108
|
| Google Ads - Conversions | 2024-06 | Renaming to Google Ads - Conversions |
|
|
107
109
|
| Google AJSID Segments (BETA) | 2024-06 | Renaming to Google AJSID Segments |
|
|
@@ -140,7 +142,6 @@ previously.
|
|
|
140
142
|
| Customer.io | 2023-12 | Marked as stable version: 1.0.0 |
|
|
141
143
|
| Google Ads (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
|
142
144
|
| Google Analytics | 2023-12 | Marked as stable version: 1.0.0 |
|
|
143
|
-
| Google BigQuery | 2023-12 | Stable release Marked as stable version: 1.0.0 |
|
|
144
145
|
| HubSpot (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
|
145
146
|
| Impact Radius | 2023-12 | Marked as stable version: 1.0.0 |
|
|
146
147
|
| InMarket (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
|
@@ -160,7 +161,6 @@ previously.
|
|
|
160
161
|
| Snapchat Ads | 2023-12 | Marked as stable version: 1.0.0 |
|
|
161
162
|
| TheTradeDesk Conversion Events | 2023-12 | Marked as stable version: 1.0.0 |
|
|
162
163
|
| TheTradeDesk Firstparty Advertiser Data | 2023-12 | Marked as stable version: 1.0.0 |
|
|
163
|
-
| TikTok | 2023-12 | Stable release Marked as stable version: 1.0.0 |
|
|
164
164
|
| Twitter Ads | 2023-12 | Marked as stable version: 1.0.0 |
|
|
165
165
|
| Verizon Media | 2023-12 | Marked as stable version: 1.0.0 |
|
|
166
166
|
| VideoAmp (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
package/package.json
CHANGED
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metarouter/ajs-starter-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.103",
|
|
4
4
|
"description": "MetaRouter analytics.js starter kit",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"prepublishOnly": "make dist --always-make --silent",
|
|
8
|
-
"test": "make test --always-make --silent"
|
|
8
|
+
"test": "make test --always-make --silent",
|
|
9
|
+
"yalc:publish": "yalc publish"
|
|
9
10
|
},
|
|
10
11
|
"author": "MetaRouter Engineering Team <engineering@metarouter.io>",
|
|
11
12
|
"license": "MIT",
|
|
12
13
|
"devDependencies": {
|
|
14
|
+
"yalc": "^1.0.0-pre.53",
|
|
13
15
|
"yamljs": "^0.3.0"
|
|
14
16
|
}
|
|
15
17
|
}
|