@metarouter/ajs-starter-kit 1.0.88 → 1.0.90
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/clinch/connection.etag.json +1 -0
- package/.dist/clinch/connection.json +20 -0
- package/.dist/clinch/kit.etag.json +1 -0
- package/.dist/clinch/metadata.json +20 -0
- package/.dist/clinch/playbook.etag.json +1 -0
- package/.dist/clinch/playbook.json +492 -0
- package/.dist/commission-junction/connection.etag.json +1 -1
- package/.dist/commission-junction/connection.json +3 -3
- package/.dist/commission-junction/kit.etag.json +1 -1
- package/.dist/commission-junction/metadata.json +5 -1
- package/.dist/commission-junction/playbook.etag.json +1 -1
- package/.dist/commission-junction/playbook.json +3 -75
- package/.dist/google-ads/connection.etag.json +1 -1
- package/.dist/google-ads/connection.json +3 -3
- package/.dist/google-ads/kit.etag.json +1 -1
- package/.dist/google-ads/metadata.json +4 -0
- package/.dist/google-ads/playbook.etag.json +1 -1
- package/.dist/google-ads/playbook.json +1 -13
- package/.dist/google-analytics-4-collect/connection.etag.json +1 -0
- package/.dist/google-analytics-4-collect/connection.json +20 -0
- package/.dist/google-analytics-4-collect/kit.etag.json +1 -0
- package/.dist/google-analytics-4-collect/metadata.json +20 -0
- package/.dist/google-analytics-4-collect/playbook.etag.json +1 -0
- package/.dist/google-analytics-4-collect/playbook.json +677 -0
- package/.dist/movable-ink-customer-data/kit.etag.json +1 -1
- package/.dist/movable-ink-customer-data/metadata.json +5 -1
- package/.dist/movable-ink-customer-data/playbook.etag.json +1 -1
- package/.dist/movable-ink-customer-data/playbook.json +1 -1
- package/README.md +11 -5
- package/index.js +24 -0
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"isDraft": false,
|
|
3
|
-
"isBeta":
|
|
3
|
+
"isBeta": false,
|
|
4
4
|
"friendlyName": "Movable Ink - Customer Data",
|
|
5
5
|
"description": "Movable Ink is a marketing technology platform that specializes in creating personalized and dynamic content for email and mobile marketing campaigns.",
|
|
6
6
|
"logo": "https://cdn.metarouter.io/logo.svg",
|
|
@@ -19,6 +19,10 @@
|
|
|
19
19
|
{
|
|
20
20
|
"date": "2024-02-12T00:00:00.000Z",
|
|
21
21
|
"note": "New event implementation: `product_removed`."
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"date": "2024-04-24T00:00:00.000Z",
|
|
25
|
+
"note": "Stable release version: 1.0.0."
|
|
22
26
|
}
|
|
23
27
|
]
|
|
24
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"601c184ea21004b082dc0f7efb0f77c1"
|
package/README.md
CHANGED
|
@@ -5,13 +5,18 @@ 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-05
|
|
9
|
+
- Clinch (BETA)
|
|
10
|
+
|
|
8
11
|
## 2024-04
|
|
12
|
+
- Commission Junction
|
|
9
13
|
- Facebook Pixel
|
|
10
14
|
- Google Ads
|
|
11
15
|
- Google Analytics 4
|
|
16
|
+
- Google Analytics 4 (Collect) (BETA)
|
|
17
|
+
- Movable Ink - Customer Data
|
|
12
18
|
|
|
13
19
|
## 2024-03
|
|
14
|
-
- Commission Junction (BETA)
|
|
15
20
|
- Criteo (BETA)
|
|
16
21
|
- Heap (BETA)
|
|
17
22
|
- Reddit Ads
|
|
@@ -22,7 +27,6 @@ previously.
|
|
|
22
27
|
- Google Cloud Storage (BETA)
|
|
23
28
|
- Google Pub/Sub
|
|
24
29
|
- Kafka
|
|
25
|
-
- Movable Ink - Customer Data (BETA)
|
|
26
30
|
- Amazon S3
|
|
27
31
|
- Treasure Data (BETA)
|
|
28
32
|
- Zeotap (BETA)
|
|
@@ -81,10 +85,13 @@ previously.
|
|
|
81
85
|
|
|
82
86
|
| Kit Name | Date | Latest Note |
|
|
83
87
|
|----------|------|-------------|
|
|
88
|
+
| Clinch (BETA) | 2024-05 | Version: 0.1.0 Beta Version Clinch initial release |
|
|
89
|
+
| Commission Junction | 2024-04 | Removed travel-related params and "advanced integration" `items` field. Stable release version: 1.0.0. |
|
|
84
90
|
| Facebook Pixel | 2024-04 | Version: 1.2.0 Updated CAPI default version to `v19.0` |
|
|
85
|
-
| Google Ads | 2024-04 |
|
|
91
|
+
| Google Ads | 2024-04 | Version: 1.1.0 Removed `userIdentifiers` field |
|
|
86
92
|
| Google Analytics 4 | 2024-04 | Version: 1.1.0 Added session data: session ID, session Count Added Engagement Time In Milliseconds |
|
|
87
|
-
|
|
|
93
|
+
| Google Analytics 4 (Collect) (BETA) | 2024-04 | Google Analytics 4 (Collect) initial release; Beta version |
|
|
94
|
+
| Movable Ink - Customer Data | 2024-04 | Stable release version: 1.0.0. |
|
|
88
95
|
| Criteo (BETA) | 2024-03 | Migrated to Server to Server endpoint |
|
|
89
96
|
| Heap (BETA) | 2024-03 | heap initial release. |
|
|
90
97
|
| Reddit Ads | 2024-03 | Updated Standard events usage Version bump: 1.1.0 |
|
|
@@ -93,7 +100,6 @@ previously.
|
|
|
93
100
|
| Google Cloud Storage (BETA) | 2024-02 | Removed Identity |
|
|
94
101
|
| Google Pub/Sub | 2024-02 | Removed Identity |
|
|
95
102
|
| Kafka | 2024-02 | Removed Identity |
|
|
96
|
-
| Movable Ink - Customer Data (BETA) | 2024-02 | New event implementation: `product_removed`. |
|
|
97
103
|
| Amazon S3 | 2024-02 | Removed Identity |
|
|
98
104
|
| Treasure Data (BETA) | 2024-02 | Initial release; beta. |
|
|
99
105
|
| Zeotap (BETA) | 2024-02 | Initial release; beta. |
|
package/index.js
CHANGED
|
@@ -104,6 +104,13 @@ exports.braze = {
|
|
|
104
104
|
metadata: require('./.dist/braze/metadata.json')
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
+
exports.clinch = {
|
|
108
|
+
connectionTemplate: connectionSchemas.properties.clinch,
|
|
109
|
+
endpointSchema: require('./.dist/clinch/connection.json'),
|
|
110
|
+
playbook: require('./.dist/clinch/playbook.json'),
|
|
111
|
+
metadata: require('./.dist/clinch/metadata.json')
|
|
112
|
+
}
|
|
113
|
+
|
|
107
114
|
exports.convert = {
|
|
108
115
|
connectionTemplate: connectionSchemas.properties.convert,
|
|
109
116
|
endpointSchema: require('./.dist/convert/connection.json'),
|
|
@@ -170,6 +177,13 @@ exports['google-analytics-4'] = {
|
|
|
170
177
|
metadata: require('./.dist/google-analytics-4/metadata.json')
|
|
171
178
|
}
|
|
172
179
|
|
|
180
|
+
exports['google-analytics-4-collect'] = {
|
|
181
|
+
connectionTemplate: connectionSchemas.properties.googleAnalytics4Collect,
|
|
182
|
+
endpointSchema: require('./.dist/google-analytics-4-collect/connection.json'),
|
|
183
|
+
playbook: require('./.dist/google-analytics-4-collect/playbook.json'),
|
|
184
|
+
metadata: require('./.dist/google-analytics-4-collect/metadata.json')
|
|
185
|
+
}
|
|
186
|
+
|
|
173
187
|
exports['google-bigquery-streaming'] = {
|
|
174
188
|
connectionTemplate: connectionSchemas.properties.googleBigqueryStreaming,
|
|
175
189
|
playbook: require('./.dist/google-bigquery-streaming/playbook.json'),
|
|
@@ -524,6 +538,11 @@ exports.etags = {
|
|
|
524
538
|
playbook: require('./.dist/braze/playbook.etag.json'),
|
|
525
539
|
kit: require('./.dist/braze/kit.etag.json')
|
|
526
540
|
},
|
|
541
|
+
clinch: {
|
|
542
|
+
endpointSchema: require('./.dist/clinch/connection.etag.json'),
|
|
543
|
+
playbook: require('./.dist/clinch/playbook.etag.json'),
|
|
544
|
+
kit: require('./.dist/clinch/kit.etag.json')
|
|
545
|
+
},
|
|
527
546
|
convert: {
|
|
528
547
|
endpointSchema: require('./.dist/convert/connection.etag.json'),
|
|
529
548
|
playbook: require('./.dist/convert/playbook.etag.json'),
|
|
@@ -573,6 +592,11 @@ exports.etags = {
|
|
|
573
592
|
playbook: require('./.dist/google-analytics-4/playbook.etag.json'),
|
|
574
593
|
kit: require('./.dist/google-analytics-4/kit.etag.json')
|
|
575
594
|
},
|
|
595
|
+
'google-analytics-4-collect': {
|
|
596
|
+
endpointSchema: require('./.dist/google-analytics-4-collect/connection.etag.json'),
|
|
597
|
+
playbook: require('./.dist/google-analytics-4-collect/playbook.etag.json'),
|
|
598
|
+
kit: require('./.dist/google-analytics-4-collect/kit.etag.json')
|
|
599
|
+
},
|
|
576
600
|
'google-bigquery-streaming': {
|
|
577
601
|
playbook: require('./.dist/google-bigquery-streaming/playbook.etag.json'),
|
|
578
602
|
kit: require('./.dist/google-bigquery-streaming/kit.etag.json')
|