@metarouter/ajs-starter-kit 1.0.101 → 1.0.102
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/build-your-own/kit.etag.json +1 -1
- package/.dist/build-your-own/metadata.json +5 -1
- package/.dist/build-your-own/playbook.etag.json +1 -1
- package/.dist/build-your-own/playbook.json +1 -1
- package/.dist/magellan-ai/kit.etag.json +1 -1
- package/.dist/magellan-ai/metadata.json +5 -1
- package/.dist/magellan-ai/playbook.etag.json +1 -1
- package/.dist/magellan-ai/playbook.json +1 -1
- package/.dist/nextdoor/kit.etag.json +1 -1
- package/.dist/nextdoor/metadata.json +5 -1
- package/.dist/nextdoor/playbook.etag.json +1 -1
- package/.dist/nextdoor/playbook.json +1 -1
- package/README.md +8 -6
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"d078fc061d55babe0e825b7aa6b9027c"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
|
-
"isBeta":
|
|
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
|
-
"
|
|
1
|
+
"87aa95cef564d0391fac99f42cd4ad55"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"110b6864d9cb9f71d1d5ec413cb6e68e"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
|
-
"isBeta":
|
|
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
|
-
"
|
|
1
|
+
"1cd91f4793934cd1bab731e022cf186f"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"c9bfeaa79ce7c711168ee20534774160"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
|
-
"isBeta":
|
|
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
|
-
"
|
|
1
|
+
"daf5f8b1f13ac70aacb4bea50fac5ac7"
|
package/README.md
CHANGED
|
@@ -5,8 +5,12 @@ 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
|
+
- Webhooks
|
|
10
|
+
- Magellan AI
|
|
11
|
+
- Nextdoor
|
|
12
|
+
|
|
8
13
|
## 2024-07
|
|
9
|
-
- Magellan AI (BETA)
|
|
10
14
|
- Nextdoor - CAPI
|
|
11
15
|
- Snapchat - CAPI
|
|
12
16
|
|
|
@@ -18,7 +22,6 @@ previously.
|
|
|
18
22
|
- Google Campaign Manager (BETA)
|
|
19
23
|
|
|
20
24
|
## 2024-05
|
|
21
|
-
- Webhooks (BETA)
|
|
22
25
|
- Criteo
|
|
23
26
|
- Google Analytics 4 (Collect) (BETA)
|
|
24
27
|
- Movable Ink - Customer Data
|
|
@@ -73,7 +76,6 @@ previously.
|
|
|
73
76
|
- MIQ (Xandr) (BETA)
|
|
74
77
|
- Mixpanel
|
|
75
78
|
- Movable Ink (BETA)
|
|
76
|
-
- Nextdoor (BETA)
|
|
77
79
|
- Pinterest Ads
|
|
78
80
|
- Pinterest CAPI
|
|
79
81
|
- Podsights (BETA)
|
|
@@ -94,7 +96,9 @@ previously.
|
|
|
94
96
|
|
|
95
97
|
| Kit Name | Date | Latest Note |
|
|
96
98
|
|----------|------|-------------|
|
|
97
|
-
|
|
|
99
|
+
| Webhooks | 2024-08 | Version: 1.0.0 Stable release |
|
|
100
|
+
| Magellan AI | 2024-08 | Version: 1.0.0 Stable release |
|
|
101
|
+
| Nextdoor | 2024-08 | Version: 1.0.0 Stable release |
|
|
98
102
|
| Nextdoor - CAPI | 2024-07 | Version: 1.0.0 Stable release |
|
|
99
103
|
| Snapchat - CAPI | 2024-07 | Version: 1.0.0 Stable release |
|
|
100
104
|
| Adobe Analytics (BETA) | 2024-06 | Version: 0.2.0 Adding Bearer Authentication Removing oAuth |
|
|
@@ -102,7 +106,6 @@ previously.
|
|
|
102
106
|
| Google Ads - Conversions | 2024-06 | Renaming to Google Ads - Conversions |
|
|
103
107
|
| Google AJSID Segments (BETA) | 2024-06 | Renaming to Google AJSID Segments |
|
|
104
108
|
| 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
109
|
| Criteo | 2024-05 | Stable release version: 1.0.0. |
|
|
107
110
|
| Google Analytics 4 (Collect) (BETA) | 2024-05 | Version: 0.2.0 Updated `context.providers` usage for the `gclid` and `dclid` fields |
|
|
108
111
|
| Movable Ink - Customer Data | 2024-05 | Version: 1.1.0 Endpoint updated. |
|
|
@@ -147,7 +150,6 @@ previously.
|
|
|
147
150
|
| MIQ (Xandr) (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|
|
148
151
|
| Mixpanel | 2023-12 | Marked as stable version: 1.0.0 |
|
|
149
152
|
| 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
153
|
| Pinterest Ads | 2023-12 | Marked as stable version: 1.0.0 |
|
|
152
154
|
| Pinterest CAPI | 2023-12 | Marked as stable version: 1.0.0 |
|
|
153
155
|
| Podsights (BETA) | 2023-12 | Marked as unstable version: 0.1.0 |
|