@metarouter/ajs-starter-kit 1.0.91 → 1.0.93

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.
@@ -1 +1 @@
1
- "effd705a412c9b2e98fa8757d3b1bb35"
1
+ "5c29e56b8afb6b26845d7e992762e9c5"
@@ -3,6 +3,7 @@
3
3
  "bucket": "my-bucket",
4
4
  "account_name": "my-account-name",
5
5
  "account_key": "my-account-key",
6
- "compression": 1
6
+ "compression": 1,
7
+ "sas_token": "sp=r&st=2024-04-30T15:26:15Z&se=2024-04-30T23:26:15Z&spr=https&sv=2022-11-02&sr=c&sig=au1XEXcJOWntSxxjnStY1fNACvZtQ%2FJhik0OpZUl%2FGA%3D"
7
8
  }
8
9
  }
@@ -1 +1 @@
1
- "1539e7d24087d5dab4e4642cd262b8b5"
1
+ "a8c3b247f8c22e73836c41634f3619dd"
@@ -35,6 +35,10 @@
35
35
  {
36
36
  "date": "2024-02-13T00:00:00.000Z",
37
37
  "note": "Removed Identity"
38
+ },
39
+ {
40
+ "date": "2024-04-29T00:00:00.000Z",
41
+ "note": "Added SAS Token"
38
42
  }
39
43
  ]
40
44
  }
@@ -25,12 +25,14 @@
25
25
  },
26
26
  "prefix": {
27
27
  "type": "string"
28
+ },
29
+ "sasToken": {
30
+ "type": "string"
28
31
  }
29
32
  },
30
33
  "required": [
31
34
  "bucket",
32
35
  "accountName",
33
- "accountKey",
34
36
  "compression"
35
37
  ],
36
38
  "additionalProperties": false
@@ -1 +1 @@
1
- "11cef502ce31e460d7b55996697bfe0a"
1
+ "58a2d876888d80bd0f9fc6b0bad80d11"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "isDraft": false,
3
- "isBeta": true,
3
+ "isBeta": false,
4
4
  "friendlyName": "Criteo",
5
5
  "description": "Criteo is a Commerce Media Platform that offers programmatic advertising solutions.",
6
6
  "logo": "https://cdn.metarouter.io/criteo.png",
@@ -27,6 +27,10 @@
27
27
  {
28
28
  "date": "2024-03-06T05:00:00.000Z",
29
29
  "note": "Migrated to Server to Server endpoint"
30
+ },
31
+ {
32
+ "date": "2024-05-15T00:00:00.000Z",
33
+ "note": "Stable release version: 1.0.0."
30
34
  }
31
35
  ]
32
36
  }
@@ -1 +1 @@
1
- "cabe263814512a5000a1bdbdd8b00f9d"
1
+ "fa41695c000ac5b2777c6fddb07573c3"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "1.0.0",
3
3
  "params": [
4
4
  {
5
5
  "name": "PARTNER_ID",
@@ -1 +1 @@
1
- "c1dc9ad61c527d0444a8b1be3e6df966"
1
+ "501ceeedf2141bb9fecf4a06043b6f6b"
@@ -18,7 +18,7 @@
18
18
  "password": "$$PASSWORD$$",
19
19
  "username": "$$USERNAME$$"
20
20
  },
21
- "endpoint": "https://collector.movableink-dmz.com/behavioral/$$ENDPOINT$$",
21
+ "endpoint": "$$ENDPOINT$$",
22
22
  "headers": [
23
23
  {
24
24
  "key": "Content-Type",
@@ -1 +1 @@
1
- "941b0d0afdb4121d4339cabd20a8e5d1"
1
+ "82319a8065df64c827e5152a1f75724d"
@@ -23,6 +23,10 @@
23
23
  {
24
24
  "date": "2024-04-24T00:00:00.000Z",
25
25
  "note": "Stable release version: 1.0.0."
26
+ },
27
+ {
28
+ "date": "2024-05-15T00:00:00.000Z",
29
+ "note": "Version: 1.1.0\nEndpoint updated."
26
30
  }
27
31
  ]
28
32
  }
@@ -1 +1 @@
1
- "601c184ea21004b082dc0f7efb0f77c1"
1
+ "7766dbb2b7874b21294c1a0de205b3bf"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0",
2
+ "version": "1.1.0",
3
3
  "default": {
4
4
  "filters": [
5
5
  {
package/README.md CHANGED
@@ -5,23 +5,25 @@ 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
+ - Criteo
10
+ - Movable Ink - Customer Data
11
+
8
12
  ## 2024-04
13
+ - Azure Blob
9
14
  - Clinch (BETA)
10
15
  - Commission Junction
11
16
  - Facebook Pixel
12
17
  - Google Ads
13
18
  - Google Analytics 4
14
19
  - Google Analytics 4 (Collect) (BETA)
15
- - Movable Ink - Customer Data
16
20
 
17
21
  ## 2024-03
18
- - Criteo (BETA)
19
22
  - Heap (BETA)
20
23
  - Reddit Ads
21
24
  - Snowflake (BETA)
22
25
 
23
26
  ## 2024-02
24
- - Azure Blob
25
27
  - Google Cloud Storage (BETA)
26
28
  - Google Pub/Sub
27
29
  - Kafka
@@ -83,18 +85,18 @@ previously.
83
85
 
84
86
  | Kit Name | Date | Latest Note |
85
87
  |----------|------|-------------|
88
+ | Criteo | 2024-05 | Stable release version: 1.0.0. |
89
+ | Movable Ink - Customer Data | 2024-05 | Version: 1.1.0 Endpoint updated. |
90
+ | Azure Blob | 2024-04 | Added SAS Token |
86
91
  | Clinch (BETA) | 2024-04 | Version: 0.1.0 Beta Version Clinch initial release |
87
92
  | Commission Junction | 2024-04 | Removed travel-related params and "advanced integration" `items` field. Stable release version: 1.0.0. |
88
93
  | Facebook Pixel | 2024-04 | Version: 1.2.0 Updated CAPI default version to `v19.0` |
89
94
  | Google Ads | 2024-04 | Version: 1.1.0 Removed `userIdentifiers` field |
90
95
  | Google Analytics 4 | 2024-04 | Version: 1.1.0 Added session data: session ID, session Count Added Engagement Time In Milliseconds |
91
96
  | 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. |
93
- | Criteo (BETA) | 2024-03 | Migrated to Server to Server endpoint |
94
97
  | Heap (BETA) | 2024-03 | heap initial release. |
95
98
  | Reddit Ads | 2024-03 | Updated Standard events usage Version bump: 1.1.0 |
96
99
  | Snowflake (BETA) | 2024-03 | Enabled playbook |
97
- | Azure Blob | 2024-02 | Removed Identity |
98
100
  | Google Cloud Storage (BETA) | 2024-02 | Removed Identity |
99
101
  | Google Pub/Sub | 2024-02 | Removed Identity |
100
102
  | Kafka | 2024-02 | Removed Identity |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metarouter/ajs-starter-kit",
3
- "version": "1.0.91",
3
+ "version": "1.0.93",
4
4
  "description": "MetaRouter analytics.js starter kit",
5
5
  "main": "index.js",
6
6
  "scripts": {