4

I have read the documentation for both core and real time API and I was unable to find whether it's possible to get values of "Pageviews Per minute" as shown in the left graph:

Graph from Google Analytics

Is there any way to get the minute data via the API or not?

halfer
  • 19,824
  • 17
  • 99
  • 186
wolfie
  • 97
  • 8

1 Answers1

1

I'm afraid you can't get this metric via API and the only way would be to create a scraper for getting the data from the web UI. Take a look here Scraping Real Time Visitors from Google Analytics

Community
  • 1
  • 1
user965748
  • 2,227
  • 4
  • 22
  • 30