@metarouter/ajs-starter-kit 1.0.94 → 1.0.95
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/nextdoor-capi/connection.etag.json +1 -0
- package/.dist/nextdoor-capi/connection.json +23 -0
- package/.dist/nextdoor-capi/kit.etag.json +1 -0
- package/.dist/nextdoor-capi/metadata.json +20 -0
- package/.dist/nextdoor-capi/playbook.etag.json +1 -0
- package/.dist/nextdoor-capi/playbook.json +223 -0
- package/.dist/snapchat-capi/connection.etag.json +1 -0
- package/.dist/snapchat-capi/connection.json +29 -0
- package/.dist/snapchat-capi/kit.etag.json +1 -0
- package/.dist/snapchat-capi/metadata.json +20 -0
- package/.dist/snapchat-capi/playbook.etag.json +1 -0
- package/.dist/snapchat-capi/playbook.json +720 -0
- package/README.md +6 -0
- package/index.js +151 -179
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,10 @@ 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-06
|
|
9
|
+
- Nextdoor - CAPI (BETA)
|
|
10
|
+
- Snapchat - CAPI (BETA)
|
|
11
|
+
|
|
8
12
|
## 2024-05
|
|
9
13
|
- Build Your Own (BETA)
|
|
10
14
|
- Clinch (BETA)
|
|
@@ -87,6 +91,8 @@ previously.
|
|
|
87
91
|
|
|
88
92
|
| Kit Name | Date | Latest Note |
|
|
89
93
|
|----------|------|-------------|
|
|
94
|
+
| Nextdoor - CAPI (BETA) | 2024-06 | Version: 0.1.0 Beta Version Nextdoor CAPI initial release |
|
|
95
|
+
| Snapchat - CAPI (BETA) | 2024-06 | Version: 0.1.0 Beta Version Snapchat CAPI initial release |
|
|
90
96
|
| Build Your Own (BETA) | 2024-05 | Version: 0.1.0 Beta Version BYO initial release |
|
|
91
97
|
| Clinch (BETA) | 2024-05 | Version: 0.2.0 Adding email and cookie id Adding new `identify` event |
|
|
92
98
|
| Criteo | 2024-05 | Stable release version: 1.0.0. |
|