@metarouter/ajs-starter-kit 1.0.89 → 1.0.91

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.
Files changed (29) hide show
  1. package/.dist/clinch/connection.etag.json +1 -0
  2. package/.dist/clinch/connection.json +20 -0
  3. package/.dist/clinch/kit.etag.json +1 -0
  4. package/.dist/clinch/metadata.json +20 -0
  5. package/.dist/clinch/playbook.etag.json +1 -0
  6. package/.dist/clinch/playbook.json +492 -0
  7. package/.dist/commission-junction/connection.etag.json +1 -1
  8. package/.dist/commission-junction/connection.json +3 -3
  9. package/.dist/commission-junction/kit.etag.json +1 -1
  10. package/.dist/commission-junction/metadata.json +5 -1
  11. package/.dist/commission-junction/playbook.etag.json +1 -1
  12. package/.dist/commission-junction/playbook.json +3 -75
  13. package/.dist/google-ads/kit.etag.json +1 -1
  14. package/.dist/google-ads/metadata.json +4 -0
  15. package/.dist/google-ads/playbook.etag.json +1 -1
  16. package/.dist/google-ads/playbook.json +1 -13
  17. package/.dist/google-analytics-4-collect/connection.etag.json +1 -0
  18. package/.dist/google-analytics-4-collect/connection.json +20 -0
  19. package/.dist/google-analytics-4-collect/kit.etag.json +1 -0
  20. package/.dist/google-analytics-4-collect/metadata.json +20 -0
  21. package/.dist/google-analytics-4-collect/playbook.etag.json +1 -0
  22. package/.dist/google-analytics-4-collect/playbook.json +677 -0
  23. package/.dist/movable-ink-customer-data/kit.etag.json +1 -1
  24. package/.dist/movable-ink-customer-data/metadata.json +5 -1
  25. package/.dist/movable-ink-customer-data/playbook.etag.json +1 -1
  26. package/.dist/movable-ink-customer-data/playbook.json +1 -1
  27. package/README.md +9 -5
  28. package/index.js +24 -0
  29. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isBeta": true,
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
- "0fbed9651430f53c3059086dfe14bab3"
1
+ "601c184ea21004b082dc0f7efb0f77c1"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "1.0.0",
3
3
  "default": {
4
4
  "filters": [
5
5
  {
package/README.md CHANGED
@@ -6,12 +6,15 @@ 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
  ## 2024-04
9
+ - Clinch (BETA)
10
+ - Commission Junction
9
11
  - Facebook Pixel
10
12
  - Google Ads
11
13
  - Google Analytics 4
14
+ - Google Analytics 4 (Collect) (BETA)
15
+ - Movable Ink - Customer Data
12
16
 
13
17
  ## 2024-03
14
- - Commission Junction (BETA)
15
18
  - Criteo (BETA)
16
19
  - Heap (BETA)
17
20
  - Reddit Ads
@@ -22,7 +25,6 @@ previously.
22
25
  - Google Cloud Storage (BETA)
23
26
  - Google Pub/Sub
24
27
  - Kafka
25
- - Movable Ink - Customer Data (BETA)
26
28
  - Amazon S3
27
29
  - Treasure Data (BETA)
28
30
  - Zeotap (BETA)
@@ -81,10 +83,13 @@ previously.
81
83
 
82
84
  | Kit Name | Date | Latest Note |
83
85
  |----------|------|-------------|
86
+ | Clinch (BETA) | 2024-04 | Version: 0.1.0 Beta Version Clinch initial release |
87
+ | Commission Junction | 2024-04 | Removed travel-related params and "advanced integration" `items` field. Stable release version: 1.0.0. |
84
88
  | Facebook Pixel | 2024-04 | Version: 1.2.0 Updated CAPI default version to `v19.0` |
85
- | Google Ads | 2024-04 | Stable release version: 1.0.0 |
89
+ | Google Ads | 2024-04 | Version: 1.1.0 Removed `userIdentifiers` field |
86
90
  | Google Analytics 4 | 2024-04 | Version: 1.1.0 Added session data: session ID, session Count Added Engagement Time In Milliseconds |
87
- | Commission Junction (BETA) | 2024-03 | Bugfix: `cjevent` spelling; `cjEvent` sent only for `order_completed` events. Moved the `actionTrackerId` value as the value of the `ACTION_TRACKER_ID` param. |
91
+ | Google Analytics 4 (Collect) (BETA) | 2024-04 | Google Analytics 4 (Collect) initial release; Beta version |
92
+ | Movable Ink - Customer Data | 2024-04 | Stable release version: 1.0.0. |
88
93
  | Criteo (BETA) | 2024-03 | Migrated to Server to Server endpoint |
89
94
  | Heap (BETA) | 2024-03 | heap initial release. |
90
95
  | Reddit Ads | 2024-03 | Updated Standard events usage Version bump: 1.1.0 |
@@ -93,7 +98,6 @@ previously.
93
98
  | Google Cloud Storage (BETA) | 2024-02 | Removed Identity |
94
99
  | Google Pub/Sub | 2024-02 | Removed Identity |
95
100
  | Kafka | 2024-02 | Removed Identity |
96
- | Movable Ink - Customer Data (BETA) | 2024-02 | New event implementation: `product_removed`. |
97
101
  | Amazon S3 | 2024-02 | Removed Identity |
98
102
  | Treasure Data (BETA) | 2024-02 | Initial release; beta. |
99
103
  | 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')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.89",
3
+ "version": "1.0.91",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {