We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report has the same as website overview:
{ "name": "traffic_sources", "dimensions": [ "date" ], "metrics": [ "activeUsers", "newUsers", "sessions", "sessionsPerUser", "averageSessionDuration", "screenPageViews", "screenPageViewsPerSession", "bounceRate", "engagementRate" ] },
Should be something like:
{ "name": "traffic_sources", "dimensions": [ "date", "source", "medium" ], "metrics": [ "activeUsers", "bounceRate", "sessions" ] }
The text was updated successfully, but these errors were encountered:
fix: Default report and readme links (#148)
101a165
Closes #147 Adds similar traffic sources report from the [hotglue fork](https://gitlab.com/hotglue/tap-google-analytics/-/blob/main/tap_google_analytics/defaults/default_report_definition.json?ref_type=heads) that this was sourced from, although I had to use https://ga-dev-tools.google/ga4/dimensions-metrics-explorer/ to figure out which dim/metrics are compatible. This worked for me locally.
Successfully merging a pull request may close this issue.
Report has the same as website overview:
Should be something like:
The text was updated successfully, but these errors were encountered: