4

I'm wondering if is there a way to access YouTube real time analytics data like in your personal analytics section.

The YouTube Analytics API doesn't mention anything about getting real time data, but I can see that some company like SproutSocial seems able to show this data.

Thanks in advance, any help will be appreciated!

maxdelia
  • 858
  • 2
  • 14
  • 35

2 Answers2

0

You can use the YouTube API to get real-time data It is listed here (the google developers YouTube api documentation): https://developers.google.com/youtube/reporting/ I’m guessing you’ll just have to make sure that the program or app you make will have to request the data every second...

-2

They're just requesting the data from youtube api. It's not real-time per se. They noted this in the section How Real-Time Reporting Works.

They're probably just requesting the data every hour and calculating the difference.

Jack N
  • 1
  • 1
    They are getting real-time statistics. It is clearly mentioned. See this line - "The first is available for a sliding window of two days (the last 48 hours) and the second is available for a sliding window of one hour (the last 60 minutes)." – Ravindra Gullapalli Sep 13 '18 at 14:21