@metarouter/ajs-starter-kit 1.0.101 → 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.
@@ -1 +1 @@
1
- "29c91d3ab5ce99fb019b9127b1378427"
1
+ "a26a6fe09a8a9b2540dff249c19f4882"
@@ -16,8 +16,8 @@
16
16
  "isOptional": false
17
17
  },
18
18
  {
19
- "name": "ACCESS_TOKEN",
20
- "exampleValue": "my-access-token",
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
- "82ed66f59a755aa413c5e0d2c132dd7a"
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
- "63c7b4f5ed37f7617b5bd2ab9a033079"
1
+ "5ca4b63ebc1591921e0c5fb27ec3cb30"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "0.3.0",
3
3
  "default": {
4
4
  "filters": [
5
5
  {
@@ -1 +1 @@
1
- "b507680385796dad974ac865ef1135c8"
1
+ "d078fc061d55babe0e825b7aa6b9027c"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isBeta": true,
3
+ "isBeta": false,
4
4
  "friendlyName": "Webhooks",
5
5
  "description": "Create your own integration with a third-party vendor.",
6
6
  "logo": "https://cdn.metarouter.io/clinch.png",
@@ -15,6 +15,10 @@
15
15
  {
16
16
  "date": "2024-05-29T00:00:00.000Z",
17
17
  "note": "Version: 0.1.0\nBeta Version\nBYO initial release"
18
+ },
19
+ {
20
+ "date": "2024-08-07T00:00:00.000Z",
21
+ "note": "Version: 1.0.0\nStable release"
18
22
  }
19
23
  ]
20
24
  }
@@ -1 +1 @@
1
- "b369e2c36983957aec3cfe2f3c3bee4b"
1
+ "87aa95cef564d0391fac99f42cd4ad55"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "1.0.0",
3
3
  "global": {
4
4
  "expressions": [
5
5
  {
@@ -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
- "34f161fb48f44cd8fe3e91e0a3fbc7c1"
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
- "62d8cad0cf7b35f15f00aa91d0bd03b8"
1
+ "110b6864d9cb9f71d1d5ec413cb6e68e"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isBeta": true,
3
+ "isBeta": false,
4
4
  "friendlyName": "Magellan AI",
5
5
  "description": "Magellan AI is an all-in-one platform that helps businesses optimize their podcast advertising campaigns.",
6
6
  "logo": "https://cdn.metarouter.io/magellan-ai.png",
@@ -15,6 +15,10 @@
15
15
  {
16
16
  "date": "2024-07-24T00:00:00.000Z",
17
17
  "note": "Version: 0.1.0\nBeta Version\nMagellan AI initial release"
18
+ },
19
+ {
20
+ "date": "2024-08-07T00:00:00.000Z",
21
+ "note": "Version: 1.0.0\nStable release"
18
22
  }
19
23
  ]
20
24
  }
@@ -1 +1 @@
1
- "7eb1d343b2557653d5246aff32b02fcb"
1
+ "1cd91f4793934cd1bab731e022cf186f"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "1.0.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "TOKEN",
@@ -1 +1 @@
1
- "252cfab81d0f8b47c78ac2fa03abeb36"
1
+ "c9bfeaa79ce7c711168ee20534774160"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isBeta": true,
3
+ "isBeta": false,
4
4
  "friendlyName": "Nextdoor",
5
5
  "description": "Turn neighbors into customers with Nextdoor Ads built for small businesses with big goals.",
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": "Marked as unstable version: 0.1.0"
22
+ },
23
+ {
24
+ "date": "2024-08-07T00:00:00.000Z",
25
+ "note": "Version: 1.0.0\nStable release"
22
26
  }
23
27
  ]
24
28
  }
@@ -1 +1 @@
1
- "3bddea51bd78bbb970c3b365eaad2cfd"
1
+ "daf5f8b1f13ac70aacb4bea50fac5ac7"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.0",
2
+ "version": "1.0.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "PIXEL_ID",
@@ -1 +1 @@
1
- "427935bb2b8cafe9b2ec4e659f901d72"
1
+ "691180f4676f18931063354206d11fb3"
@@ -2,19 +2,24 @@
2
2
  "params": [
3
3
  {
4
4
  "name": "API_VERSION",
5
- "defaultValue": "v1.2"
5
+ "defaultValue": "v1.3"
6
6
  },
7
7
  {
8
- "name": "API_KEY",
9
- "exampleValue": "api-key"
8
+ "name": "ACCESS_TOKEN",
9
+ "exampleValue": "my-access-token"
10
10
  },
11
11
  {
12
- "name": "PIXEL_ID",
13
- "exampleValue": "pixel-id"
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$$/pixel/batch/",
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": "$$API_KEY$$"
31
+ "value": "$$ACCESS_TOKEN$$"
27
32
  }
28
33
  ],
29
34
  "batchSize": 500,
30
35
  "transform": {
31
36
  "lang": "lua",
32
- "body": "request.body = { batch = batch, pixel_code = '$$PIXEL_ID$$' }\nreturn request"
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
- "e13a5ca2ca0cbe31f5363b977cafd64f"
1
+ "a697048f659833aca24769d8a54f1d45"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isBeta": false,
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
- "d72499791d6c91cb54db839b4728fa27"
1
+ "dc2f4c2cf0c7325afe2888f0592a1613"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
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": "type",
19
- "staticString": "track"
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": "timestamp",
37
- "outputKey": "timestamp"
38
- },
39
- {
40
- "inputKey": "context.providers.tiktok.ttclid",
41
- "outputKey": "context.ad.callback"
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": "context.page.url",
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": "context.page.referrer"
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": "context.user.ttp"
69
+ "outputKey": "user.ttp"
62
70
  },
63
71
  {
64
72
  "inputKey": "anonymousId",
65
- "outputKey": "context.user.external_id",
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": "context.traits.email",
74
- "outputKey": "context.user.email",
81
+ "inputKey": "input",
82
+ "outputKey": "user.email",
75
83
  "transforms": [
76
84
  {
77
- "toHash": "sha256"
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": "context.traits.phone",
83
- "outputKey": "context.user.phone_number",
93
+ "inputKey": "input",
94
+ "outputKey": "user.phone",
84
95
  "transforms": [
85
96
  {
86
- "toHash": "sha256"
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": "context.ip"
106
+ "outputKey": "user.ip"
93
107
  },
94
108
  {
95
109
  "inputKey": "context.userAgent",
96
- "outputKey": "context.user_agent"
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,\n content_type=\"product\"\n }\n end\n)\nreturn contents",
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,\n content_type=\"product\"\n}}",
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,\n content_type=\"product\"\n}}",
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,\n content_type=\"product\"\n }\n end\n)\nreturn contents",
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,\n content_type=\"product\"\n }\n end\n)\nreturn contents",
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
@@ -5,20 +5,25 @@ 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
+ ## 2024-08
9
+ - Adobe Analytics - Experience (BETA)
10
+ - Webhooks
11
+ - Google BigQuery
12
+ - Magellan AI
13
+ - Nextdoor
14
+ - TikTok (BETA)
15
+
8
16
  ## 2024-07
9
- - Magellan AI (BETA)
10
17
  - Nextdoor - CAPI
11
18
  - Snapchat - CAPI
12
19
 
13
20
  ## 2024-06
14
- - Adobe Analytics (BETA)
15
21
  - Clinch
16
22
  - Google Ads - Conversions
17
23
  - Google AJSID Segments (BETA)
18
24
  - Google Campaign Manager (BETA)
19
25
 
20
26
  ## 2024-05
21
- - Webhooks (BETA)
22
27
  - Criteo
23
28
  - Google Analytics 4 (Collect) (BETA)
24
29
  - Movable Ink - Customer Data
@@ -63,7 +68,6 @@ previously.
63
68
  - Customer.io
64
69
  - Google Ads (BETA)
65
70
  - Google Analytics
66
- - Google BigQuery
67
71
  - HubSpot (BETA)
68
72
  - Impact Radius
69
73
  - InMarket (BETA)
@@ -73,7 +77,6 @@ previously.
73
77
  - MIQ (Xandr) (BETA)
74
78
  - Mixpanel
75
79
  - Movable Ink (BETA)
76
- - Nextdoor (BETA)
77
80
  - Pinterest Ads
78
81
  - Pinterest CAPI
79
82
  - Podsights (BETA)
@@ -84,7 +87,6 @@ previously.
84
87
  - Snapchat Ads
85
88
  - TheTradeDesk Conversion Events
86
89
  - TheTradeDesk Firstparty Advertiser Data
87
- - TikTok
88
90
  - Twitter Ads
89
91
  - Verizon Media
90
92
  - VideoAmp (BETA)
@@ -94,15 +96,18 @@ previously.
94
96
 
95
97
  | Kit Name | Date | Latest Note |
96
98
  |----------|------|-------------|
97
- | Magellan AI (BETA) | 2024-07 | Version: 0.1.0 Beta Version Magellan AI initial release |
99
+ | Adobe Analytics - Experience (BETA) | 2024-08 | Version: 0.3.0 Removing Bearer Header Adding oAuth Updated friendly name |
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 |
102
+ | Magellan AI | 2024-08 | Version: 1.0.0 Stable release |
103
+ | Nextdoor | 2024-08 | Version: 1.0.0 Stable release |
104
+ | TikTok (BETA) | 2024-08 | Version: 2.0.0 API Upgrade Beta release |
98
105
  | Nextdoor - CAPI | 2024-07 | Version: 1.0.0 Stable release |
99
106
  | Snapchat - CAPI | 2024-07 | Version: 1.0.0 Stable release |
100
- | Adobe Analytics (BETA) | 2024-06 | Version: 0.2.0 Adding Bearer Authentication Removing oAuth |
101
107
  | Clinch | 2024-06 | Version: 1.0.0 Stable release |
102
108
  | Google Ads - Conversions | 2024-06 | Renaming to Google Ads - Conversions |
103
109
  | Google AJSID Segments (BETA) | 2024-06 | Renaming to Google AJSID Segments |
104
110
  | Google Campaign Manager (BETA) | 2024-06 | Version: 0.2.0 Update identity fields logic: gclid or dclid or mobileDeviceId or matchId |
105
- | Webhooks (BETA) | 2024-05 | Version: 0.1.0 Beta Version BYO initial release |
106
111
  | Criteo | 2024-05 | Stable release version: 1.0.0. |
107
112
  | Google Analytics 4 (Collect) (BETA) | 2024-05 | Version: 0.2.0 Updated `context.providers` usage for the `gclid` and `dclid` fields |
108
113
  | Movable Ink - Customer Data | 2024-05 | Version: 1.1.0 Endpoint updated. |
@@ -137,7 +142,6 @@ previously.
137
142
  | Customer.io | 2023-12 | Marked as stable version: 1.0.0 |
138
143
  | Google Ads (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
139
144
  | Google Analytics | 2023-12 | Marked as stable version: 1.0.0 |
140
- | Google BigQuery | 2023-12 | Stable release Marked as stable version: 1.0.0 |
141
145
  | HubSpot (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
142
146
  | Impact Radius | 2023-12 | Marked as stable version: 1.0.0 |
143
147
  | InMarket (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
@@ -147,7 +151,6 @@ previously.
147
151
  | MIQ (Xandr) (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
148
152
  | Mixpanel | 2023-12 | Marked as stable version: 1.0.0 |
149
153
  | Movable Ink (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
150
- | Nextdoor (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
151
154
  | Pinterest Ads | 2023-12 | Marked as stable version: 1.0.0 |
152
155
  | Pinterest CAPI | 2023-12 | Marked as stable version: 1.0.0 |
153
156
  | Podsights (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
@@ -158,7 +161,6 @@ previously.
158
161
  | Snapchat Ads | 2023-12 | Marked as stable version: 1.0.0 |
159
162
  | TheTradeDesk Conversion Events | 2023-12 | Marked as stable version: 1.0.0 |
160
163
  | TheTradeDesk Firstparty Advertiser Data | 2023-12 | Marked as stable version: 1.0.0 |
161
- | TikTok | 2023-12 | Stable release Marked as stable version: 1.0.0 |
162
164
  | Twitter Ads | 2023-12 | Marked as stable version: 1.0.0 |
163
165
  | Verizon Media | 2023-12 | Marked as stable version: 1.0.0 |
164
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.101",
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
  }