Skip to content

Commit

Permalink
feat: Update default reports to include 'pages' (#153)
Browse files Browse the repository at this point in the history
Add equivalent of `pages` stream from UA setup

Closes #152
  • Loading branch information
acarter24 authored Oct 12, 2023
1 parent cbbaa73 commit da49600
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion tap_google_analytics/defaults/default_report_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,26 @@
"totalRevenue",
"transactions"
]
},
{
"name": "pages",
"dimensions": [
"date",
"hostName",
"pagePath",
"sessionMedium",
"sessionSource"
],
"metrics" : [
"activeUsers",
"bounceRate",
"engagedSessions",
"engagementRate",
"eventCount",
"screenPageViews",
"screenPageViewsPerUser",
"screenPageViewsPerSession",
"userEngagementDuration"
]
}
]
]

0 comments on commit da49600

Please sign in to comment.