Skip to content

Commit

Permalink
[Feature] Add total page views report
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Sep 12, 2024
1 parent a88adac commit 82d2441
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions reports/usa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1926,6 +1926,27 @@
"description": "Total distinct users for all sites in the last 30 days."
}
},
{
"name": "page-views-30-days",
"frequency": "daily",
"query": {
"metrics": [
{
"name": "screenPageViews"
}
],
"dateRanges": [
{
"startDate": "30daysAgo",
"endDate": "yesterday"
}
]
},
"meta": {
"name": "Total page views",
"description": "Total app screens or web pages viewed for all sites in the last 30 days."
}
},
{
"name": "sessions-over-30-days",
"frequency": "daily",
Expand Down

0 comments on commit 82d2441

Please sign in to comment.