Skip to content
New issue

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

Default report has wrong "traffic_sources" #147

Closed
dimaanoshin opened this issue Aug 10, 2023 · 0 comments · Fixed by #148
Closed

Default report has wrong "traffic_sources" #147

dimaanoshin opened this issue Aug 10, 2023 · 0 comments · Fixed by #148

Comments

@dimaanoshin
Copy link

dimaanoshin commented Aug 10, 2023

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"
      ]
    }
pnadolny13 added a commit that referenced this issue Aug 10, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant