Skip to content

Commit

Permalink
[Feature] Add realtime events report
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Nov 20, 2024
1 parent de85aec commit 1e72cf9
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 @@ -19,6 +19,27 @@
"description": "Number of users currently visiting all sites and the number of page views."
}
},
{
"name": "realtime-event-counts",
"frequency": "realtime",
"realtime": true,
"query": {
"dimensions": [
{
"name": "eventName"
}
],
"metrics": [
{
"name": "eventCount"
}
]
},
"meta": {
"name": "Number of events of each type realtime",
"description": "Number of current events for each event name across all sites."
}
},
{
"name": "total-sessions-30-days",
"frequency": "daily",
Expand Down

0 comments on commit 1e72cf9

Please sign in to comment.