Skip to content

Commit

Permalink
fix the traffic sources default report to use the right metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 committed Aug 10, 2023
1 parent 11e856b commit b67605b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tap_google_analytics/defaults/default_report_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
{
"name": "traffic_sources",
"dimensions": [
"date"
"date",
"source",
"medium",
"sourcePlatform"
],
"metrics": [
"activeUsers",
"newUsers",
"sessions",
"sessionsPerUser",
"averageSessionDuration",
"screenPageViews",
"screenPageViewsPerSession",
"bounceRate",
"engagementRate"
]
Expand Down

0 comments on commit b67605b

Please sign in to comment.