Skip to content

Commit

Permalink
Add filters to all-pages-realtime report
Browse files Browse the repository at this point in the history
- Filter (other), null, and empty page titles
  • Loading branch information
levinmr committed Feb 27, 2024
1 parent 2c46da6 commit 35a6dfd
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions reports/usa.json
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,45 @@
"desc": true
}
],
"dimensionFilter": {
"andGroup": {
"expressions": [
{
"notExpression": {
"filter": {
"fieldName": "unifiedScreenName",
"stringFilter": {
"value": "(other)",
"caseSensitive": false
}
}
}
},
{
"notExpression": {
"filter": {
"fieldName": "unifiedScreenName",
"stringFilter": {
"value": "null",
"caseSensitive": false
}
}
}
},
{
"notExpression": {
"filter": {
"fieldName": "unifiedScreenName",
"stringFilter": {
"value": "",
"caseSensitive": false
}
}
}
}
]
}
},
"metricFilter": {
"filter": {
"fieldName": "activeUsers",
Expand Down

0 comments on commit 35a6dfd

Please sign in to comment.