Skip to content

Commit f9c63bc

Browse files
committed
Updated replication key
1 parent 526e3a5 commit f9c63bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_data/taps/schemas/google-analytics-4/v1/google-analytics-4-v1-tables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ tables:
1212
1313
- The account ID, web property ID, and profile ID of the associated report
1414
- Pairs of `ga:dimension_name` and `dimension_value`
15-
- The `start_date` and `end_date` values for the record, in `YYYY-mm-dd` format
15+
- The `start_date` and `end_date` values for the record, in `YYYY-MM-DD` format
1616
table-details:
1717
replication-method: Key-based Incremental
1818
primary-key: _sdc_record_hash
19-
replication-key: start_date
19+
replication-key: last_report_date

_saas-integrations/ga4/v1/ga4-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ replication-sections:
215215
- title: "Replication Method"
216216
anchor: "replication-method"
217217
content: |
218-
Custom reports in {{ integration.display_name }} are replicated using Key-based Incremental Replication with `start_date` as a Replication Key. A `start_date` value is a date in `YYYY-MM-DD` format.
218+
Custom reports in {{ integration.display_name }} are replicated using Key-based Incremental Replication with `last_report_date` as a Replication Key. A `last_report_date` value is a date in `YYYY-MM-DD` format.
219219
220220
- title: "Renamed reports"
221221
anchor: "renamed-reports"

0 commit comments

Comments
 (0)