Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update premade report names to match ga4 data api name changes #27

Merged
merged 1 commit into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## v0.0.12
* Update premade report names to match GA4 Data API changes [#27](https://github.com/singer-io/tap-ga4/pull/27)
## v0.0.11
* Update field names to match GA4 Data API changes [#26](https://github.com/singer-io/tap-ga4/pull/26)
* Update field names to match GA4 Data API changes [#26](https://github.com/singer-io/tap-ga4/pull/26)
## v0.0.10
* Update datetime formats to account for canonicalization of datetime dimensions [#22](https://github.com/singer-io/tap-ga4/pull/22)
## v0.0.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="tap-ga4",
version="0.0.11",
version="0.0.12",
description="Singer.io tap for extracting data",
author="Stitch",
url="http://singer.io",
Expand Down
4 changes: 2 additions & 2 deletions tap_ga4/reports.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PREMADE_REPORTS = [
{
"name": "user_acq_first_user_default_channel_grouping_report",
"name": "user_acq_first_user_default_channel_group_report",
"metrics": [
"newUsers",
"engagedSessions",
Expand Down Expand Up @@ -208,7 +208,7 @@
],
},
{
"name": "traffic_acq_session_default_channel_grouping_report",
"name": "traffic_acq_session_default_channel_group_report",
"metrics": [
"totalUsers",
"sessions",
Expand Down