@metarouter/ajs-starter-kit 1.0.124 → 1.0.125
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-experience-platform-interact/kit.etag.json +1 -0
- package/.dist/{adobe-analytics → adobe-experience-platform-interact}/metadata.json +6 -2
- package/.dist/adobe-experience-platform-interact/playbook.etag.json +1 -0
- package/.dist/{adobe-analytics → adobe-experience-platform-interact}/playbook.json +1 -1
- package/README.md +2 -2
- package/index.js +8 -8
- package/package.json +1 -1
- package/.dist/adobe-analytics/kit.etag.json +0 -1
- package/.dist/adobe-analytics/playbook.etag.json +0 -1
- /package/.dist/{adobe-analytics → adobe-experience-platform-interact}/connection.etag.json +0 -0
- /package/.dist/{adobe-analytics → adobe-experience-platform-interact}/connection.json +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"55ab7f296d08da6711201d30c029cc8d"
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"isDraft": false,
|
|
3
3
|
"isDeprecated": false,
|
|
4
4
|
"isBeta": true,
|
|
5
|
-
"friendlyName": "Adobe
|
|
6
|
-
"description": "Adobe
|
|
5
|
+
"friendlyName": "Adobe Experience Platform - Interact",
|
|
6
|
+
"description": "The Adobe Experience Platform - Interact integration sends event data to a datastream in AEP. This enables audience targeting, experience personalization, reporting, and journey orchestration in Adobe Experience Platform.",
|
|
7
7
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
8
8
|
"color": "#2E204B",
|
|
9
9
|
"eventSource": {
|
|
@@ -40,6 +40,10 @@
|
|
|
40
40
|
{
|
|
41
41
|
"date": "2024-11-20T00:00:00.000Z",
|
|
42
42
|
"note": "Version: 0.6.0\nAdding checkout event\nUpdating inputKey for siteSection"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"date": "2025-03-19T00:00:00.000Z",
|
|
46
|
+
"note": "Version: 0.7.0\nUpdated friendlyName\nUpdated kit name"
|
|
43
47
|
}
|
|
44
48
|
]
|
|
45
49
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"1702b3931431788967234fae6759d010"
|
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ 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
|
## 2025-03
|
|
9
|
+
- Adobe Experience Platform - Interact (BETA)
|
|
9
10
|
- Amplitude
|
|
10
11
|
- Button
|
|
11
12
|
- Podscribe (BETA)
|
|
@@ -29,7 +30,6 @@ previously.
|
|
|
29
30
|
- RTB House (BETA)
|
|
30
31
|
|
|
31
32
|
## 2024-11
|
|
32
|
-
- Adobe Analytics - Experience (BETA)
|
|
33
33
|
- Convert (BETA)
|
|
34
34
|
- Innervate
|
|
35
35
|
- Snapchat - CAPI
|
|
@@ -112,6 +112,7 @@ previously.
|
|
|
112
112
|
|
|
113
113
|
| Kit Name | Date | Latest Note |
|
|
114
114
|
|----------|------|-------------|
|
|
115
|
+
| Adobe Experience Platform - Interact (BETA) | 2025-03 | Version: 0.7.0 Updated friendlyName Updated kit name |
|
|
115
116
|
| Amplitude | 2025-03 | Version: 1.2.0 Added API_URL param to accommodate Amplitude's EU residency server |
|
|
116
117
|
| Button | 2025-03 | Version: 0.1.1 Fix stanza spelling |
|
|
117
118
|
| Podscribe (BETA) | 2025-03 | Version: 0.1.0 Beta Version Podscribe initial release |
|
|
@@ -127,7 +128,6 @@ previously.
|
|
|
127
128
|
| Microsoft Ads (BETA) | 2025-01 | Version: 0.1.0 Beta Version Microsoft Ads initial release |
|
|
128
129
|
| Google Analytics 4 (Collect) (BETA) | 2024-12 | Version: 0.4.0 Added user property expression for anonymousId. |
|
|
129
130
|
| RTB House (BETA) | 2024-12 | Version: 0.2.1 Updated Endpoint URL Added new fields for all events: page URL (`su`) and page referrer (`sr`) Added new events: identify, page, products_searched, product_list_viewed, product_viewed, product_added, product_added_to_wishlist, cart_viewed, checkout_started |
|
|
130
|
-
| Adobe Analytics - Experience (BETA) | 2024-11 | Version: 0.6.0 Adding checkout event Updating inputKey for siteSection |
|
|
131
131
|
| Convert (BETA) | 2024-11 | Version: 0.3.0 Added new deduplication parameter for all events, `tid` |
|
|
132
132
|
| Innervate | 2024-11 | Version: 1.0.0 Updated friendly name Stable release |
|
|
133
133
|
| Snapchat - CAPI | 2024-11 | Version: 1.3.0 Added the `_scid` cookie value as `user_data.sc_cookie1` |
|
package/index.js
CHANGED
|
@@ -88,10 +88,10 @@ exports['acuity-ads'] = {
|
|
|
88
88
|
metadata: require('./.dist/acuity-ads/metadata.json')
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
exports['adobe-
|
|
92
|
-
endpointSchema: require('./.dist/adobe-
|
|
93
|
-
playbook: require('./.dist/adobe-
|
|
94
|
-
metadata: require('./.dist/adobe-
|
|
91
|
+
exports['adobe-experience-platform-interact'] = {
|
|
92
|
+
endpointSchema: require('./.dist/adobe-experience-platform-interact/connection.json'),
|
|
93
|
+
playbook: require('./.dist/adobe-experience-platform-interact/playbook.json'),
|
|
94
|
+
metadata: require('./.dist/adobe-experience-platform-interact/metadata.json')
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
exports['adobe-id'] = {
|
|
@@ -563,10 +563,10 @@ exports.etags = {
|
|
|
563
563
|
playbook: require('./.dist/acuity-ads/playbook.etag.json'),
|
|
564
564
|
kit: require('./.dist/acuity-ads/kit.etag.json')
|
|
565
565
|
},
|
|
566
|
-
'adobe-
|
|
567
|
-
endpointSchema: require('./.dist/adobe-
|
|
568
|
-
playbook: require('./.dist/adobe-
|
|
569
|
-
kit: require('./.dist/adobe-
|
|
566
|
+
'adobe-experience-platform-interact': {
|
|
567
|
+
endpointSchema: require('./.dist/adobe-experience-platform-interact/connection.etag.json'),
|
|
568
|
+
playbook: require('./.dist/adobe-experience-platform-interact/playbook.etag.json'),
|
|
569
|
+
kit: require('./.dist/adobe-experience-platform-interact/kit.etag.json')
|
|
570
570
|
},
|
|
571
571
|
'adobe-id': {
|
|
572
572
|
endpointSchema: require('./.dist/adobe-id/connection.etag.json'),
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"019e16a9d770091cb5f5ac406b64ccf5"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"b4dbcdba1b8c1e66e2c5d716e852741b"
|
|
File without changes
|
|
File without changes
|