Skip to content

Commit

Permalink
Add top pages by active users
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Feb 21, 2025
1 parent 77ff604 commit fe4be6a
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions reports/usa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1234,6 +1234,88 @@
"description": "The top 10000 pages, measured by screen page views for all sites."
}
},
{
"name": "top-pages-by-active-user",
"frequency": "daily",
"dateRanges": [
"yesterday",
"7-days",
"30-days",
"90-days",
"current-year",
"current-fiscal-year",
"previous-year",
"previous-fiscal-year"
],
"dateRangeChunkSize": 1,
"query": {
"dimensions": [
{
"name": "hostName"
},
{
"name": "pagePath"
}
],
"metrics": [
{
"name": "activeUsers"
}
],
"orderBys": [
{
"metric": {
"metricName": "activeUsers"
},
"desc": true
}
],
"dimensionFilter": {
"andGroup": {
"expressions": [
{
"notExpression": {
"filter": {
"fieldName": "hostName",
"inListFilter": {
"values": [
"(other)",
"other",
"(not set)",
"null",
""
],
"caseSensitive": false
}
}
}
},
{
"notExpression": {
"filter": {
"fieldName": "pagePath",
"inListFilter": {
"values": [
"(other)",
"other",
"(not set)",
"null",
""
]
}
}
}
}
]
}
},
"limit": "10000"
},
"meta": {
"name": "Top 10000 pages by active users",
"description": "The top 10000 pages, measured by active users for all sites."
}
},
{
"name": "top-100000-pages-and-screens-30-days",
"frequency": "daily",
Expand Down

0 comments on commit fe4be6a

Please sign in to comment.