ga4-export-fixer 0.1.5-dev.4 → 0.1.5

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 (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,6 @@ The goal of the package is to **speed up development** when building data models
6
6
 
7
7
  ### Planned Features
8
8
 
9
- - Support for using only intraday export data
10
9
  - Tools for building on top of the enhanced events table
11
10
  - Column descriptions
12
11
  - Default configurations for app and web properties
@@ -33,7 +32,7 @@ Include the package in the package.json file in your Dataform repository.
33
32
  {
34
33
  "dependencies": {
35
34
  "@dataform/core": "3.0.42",
36
- "ga4-export-fixer": "0.1.4"
35
+ "ga4-export-fixer": "0.1.5"
37
36
  }
38
37
  }
39
38
  ```
@@ -185,11 +184,13 @@ All fields are optional except `sourceTable`. Default values are applied automat
185
184
  | `includedExportTypes.daily` | boolean | `true` | Include daily (processed) export |
186
185
  | `includedExportTypes.intraday` | boolean | `true` | Include intraday export |
187
186
 
187
+ > **Intraday-only mode:** Set `daily` to `false` and `intraday` to `true` to use only intraday export tables. When using intraday-only mode, `dataIsFinal.detectionMethod` must be set to `'DAY_THRESHOLD'`.
188
+
188
189
  **`dataIsFinal`** — how to determine whether data is final (not expected to change):
189
190
 
190
191
  | Field | Type | Default | Description |
191
192
  |-------|------|---------|-------------|
192
- | `dataIsFinal.detectionMethod` | string | `'EXPORT_TYPE'` | `'EXPORT_TYPE'` (uses table suffix, all data from the daily export is considered final) or `'DAY_THRESHOLD'` (uses days since event) |
193
+ | `dataIsFinal.detectionMethod` | string | `'EXPORT_TYPE'` | `'EXPORT_TYPE'` (uses table suffix; all data from the daily export is considered final) or `'DAY_THRESHOLD'` (uses days since event). Must be `'DAY_THRESHOLD'` when only intraday export is enabled |
193
194
  | `dataIsFinal.dayThreshold` | integer | `4` | Days after which data is considered final. Required when `detectionMethod` is `'DAY_THRESHOLD'` |
194
195
 
195
196
  **`testConfig`** — date range used when `test` is `true`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ga4-export-fixer",
3
- "version": "0.1.5-dev.4",
3
+ "version": "0.1.5",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "files": [