TDL-18524 updated readme and added sample config#74
TDL-18524 updated readme and added sample config#74namrata270998 wants to merge 9 commits intomasterfrom
Conversation
README.md
Outdated
| $ tap-google-analytics -c my-config.json -d | ||
| ``` | ||
|
|
||
| To run he sync mode of `tap-google-analytics` with the catalog file, use the command: |
There was a problem hiding this comment.
typo in the work "the", eg "To run the sync mode of..."
There was a problem hiding this comment.
Thanks, fixed the typo
kspeer825
left a comment
There was a problem hiding this comment.
Would be good to include the bookmarking strategy like how tap-square has here https://github.com/singer-io/tap-square.
Added bookmarking strategy |
|
|
||
| How to use it: | ||
| - `tap-google-analytics` works together with any other [Singer Target](https://singer.io) to move data from Google Analytics API to any target destination. | ||
| - Extracts the following pre-made and any self-made reports from [Google Analytics Reporting API](https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet): |
There was a problem hiding this comment.
Could you mention the field selection for pre-made reports must follow google's exclusion rule, and point users to the Metrics & Dimensions page https://ga-dev-tools.web.app/dimensions-metrics-explorer/. These rules are handled in the Stitch UI by dynamically marking fields as unsupported as you select a field, but will need to be handled by the user if they wish to run the tap directly.
There was a problem hiding this comment.
Added a note regarding the field exclusion and also added the reference link for the same.
Description of change
QA steps
Risks
Rollback steps