How to track “page views per minute” using Google Analytics Real Time API

google analytics

I'm using the Google Analytics Real Time API (https://developers.google.com/analytics/devguides/reporting/realtime/v3/) to track the active visitors per minute. For this, I use the metric rt:activeVisitors. Everything is working fine.

However, I want to track the page views per minute, but I did not find any overview of available metrics.

Is it possible to fetch the current page views?

Best Answer

You can find a list of the Dimensions and metrics available in the RealTime API here : Dimensions & Metrics Reference

It doesnt look like page views is something you can see in the RealTime API

Related Topic