@metarouter/ajs-starter-kit 1.0.117 → 1.0.118
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/connection-schemas.json +9 -0
- package/.dist/google-bigquery-streaming/connection.etag.json +1 -1
- package/.dist/google-bigquery-streaming/connection.json +12 -1
- package/.dist/google-bigquery-streaming/kit.etag.json +1 -1
- package/.dist/google-bigquery-streaming/metadata.json +4 -0
- package/.dist/google-bigquery-streaming/playbook.etag.json +1 -1
- package/.dist/google-bigquery-streaming/playbook.json +1 -1
- package/README.md +2 -2
- package/package.json +1 -1
|
@@ -116,11 +116,20 @@
|
|
|
116
116
|
"dataset": {
|
|
117
117
|
"type": "string"
|
|
118
118
|
},
|
|
119
|
+
"defaultTableOverride": {
|
|
120
|
+
"type": "string"
|
|
121
|
+
},
|
|
119
122
|
"projectId": {
|
|
120
123
|
"type": "string"
|
|
121
124
|
},
|
|
122
125
|
"region": {
|
|
123
126
|
"type": "string"
|
|
127
|
+
},
|
|
128
|
+
"tableOverrides": {
|
|
129
|
+
"type": "object",
|
|
130
|
+
"additionalProperties": {
|
|
131
|
+
"type": "string"
|
|
132
|
+
}
|
|
124
133
|
}
|
|
125
134
|
},
|
|
126
135
|
"required": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"5ebffd12d5b38bbd159a889836503c13"
|
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
"credentials": "my-credentials",
|
|
4
4
|
"dataset": "my-dataset",
|
|
5
5
|
"project_id": "my-project-id",
|
|
6
|
-
"region": "my-region"
|
|
6
|
+
"region": "my-region",
|
|
7
|
+
"defaultTableOverride": "my-default-table-override",
|
|
8
|
+
"tableOverrides": {
|
|
9
|
+
"identify": "identify",
|
|
10
|
+
"page": "page",
|
|
11
|
+
"products_searched": "products_searched",
|
|
12
|
+
"product_list_viewed": "product_list_viewed",
|
|
13
|
+
"product_viewed": "product_viewed",
|
|
14
|
+
"product_added": "product_added",
|
|
15
|
+
"cart_viewed": "cart_viewed",
|
|
16
|
+
"order_completed": "order_completed"
|
|
17
|
+
}
|
|
7
18
|
}
|
|
8
19
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"7819ac44a9d64153d0fd61a2c915b561"
|
|
@@ -32,6 +32,10 @@
|
|
|
32
32
|
{
|
|
33
33
|
"date": "2024-08-21T00:00:00.000Z",
|
|
34
34
|
"note": "Version: 1.0.0\nAdding option to set datase creation mode to BIG_QUERY_OPTIONS_DISABLE_DATASET_CREATION\nThis will allow users to create save events without having the bigquery.datasets.create permission in their IAM role"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"date": "2025-01-16T00:00:00.000Z",
|
|
38
|
+
"note": "Version: 1.1.0\nAdding support for table overrides"
|
|
35
39
|
}
|
|
36
40
|
]
|
|
37
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"
|
|
1
|
+
"b9a666c0d9eebe09a7266fa90a6213a6"
|
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@ previously.
|
|
|
8
8
|
## 2025-01
|
|
9
9
|
- AWIN (BETA)
|
|
10
10
|
- Blueshift (BETA)
|
|
11
|
+
- Google BigQuery
|
|
11
12
|
- Moloco Commerce Media (BETA)
|
|
12
13
|
|
|
13
14
|
## 2024-12
|
|
@@ -76,7 +77,6 @@ previously.
|
|
|
76
77
|
|
|
77
78
|
## 2024-08
|
|
78
79
|
- Webhooks
|
|
79
|
-
- Google BigQuery
|
|
80
80
|
- Nextdoor
|
|
81
81
|
|
|
82
82
|
## 2024-06
|
|
@@ -105,6 +105,7 @@ previously.
|
|
|
105
105
|
|----------|------|-------------|
|
|
106
106
|
| AWIN (BETA) | 2025-01 | Version: 0.2.0 Handle voucher code Format order reference Add SKU fallback |
|
|
107
107
|
| Blueshift (BETA) | 2025-01 | Version: 0.5.0 Added global enrichment for partner field. |
|
|
108
|
+
| Google BigQuery | 2025-01 | Version: 1.1.0 Adding support for table overrides |
|
|
108
109
|
| Moloco Commerce Media (BETA) | 2025-01 | Version: 0.4.0 Updated friendlyName Updated kit name |
|
|
109
110
|
| Google Analytics 4 (Collect) (BETA) | 2024-12 | Version: 0.4.0 Added user property expression for anonymousId. |
|
|
110
111
|
| 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 |
|
|
@@ -163,7 +164,6 @@ previously.
|
|
|
163
164
|
| CM360 - Floodlights (BETA) | 2024-09 | Version 0.4.0 Friendly name renaming Description and color updated |
|
|
164
165
|
| X Ads - Web Conversions | 2024-09 | Version: 1.0.0 Stable release |
|
|
165
166
|
| Webhooks | 2024-08 | Version: 1.0.0 Stable release |
|
|
166
|
-
| Google BigQuery | 2024-08 | Version: 1.0.0 Adding option to set datase creation mode to BIG_QUERY_OPTIONS_DISABLE_DATASET_CREATION This will allow users to create save events without having the bigquery.datasets.create permission in their IAM role |
|
|
167
167
|
| Nextdoor | 2024-08 | Version: 1.0.0 Stable release |
|
|
168
168
|
| Google AJSID Segments (BETA) | 2024-06 | Renaming to Google AJSID Segments |
|
|
169
169
|
| Azure Blob | 2024-04 | Added SAS Token |
|