Questions tagged [youtube-analytics-api]

The YouTube Reporting and YouTube Analytics APIs let you retrieve YouTube Analytics data to automate complex reporting tasks, build custom dashboards, and much more.

The YouTube Reporting and YouTube Analytics APIs let you retrieve YouTube Analytics data to automate complex reporting tasks, build custom dashboards, and much more.

  • The Reporting API supports applications that can retrieve and store bulk reports, then provide tools to filter, sort, and mine the data.
  • The Analytics API supports targeted, real-time queries to generate custom reports in response to user interaction.
254 questions
0
votes
1 answer

Youtube API Analytics - How to get subscribers demographics not viewers

I have the info about getting the viewers' demographics for youtube channel [From here], but can I get the same data for subscribers, not viewers like these in my Youtube Studio view? Thanks in advance
0
votes
1 answer

Youtube Analytics APi Error while trying to generate the report for traffic source

When I specify the following metrics and dimensions the query does not work: Metrics - views Dimensions - insightTrafficSourceType When I specify the following metrics and dimensions the query does not work: Metrics - views Dimensions -…
0
votes
1 answer

YouTube Analytics and Reporting API with Google Apps Script

I'm trying to use the YouTube Analytics and Reporting API with Google Apps Script to populate a Google Sheet with analytics data from YouTube brand accounts that I own and manage. As a preface, I have tried this on YouTube channels that I own and…
0
votes
1 answer

Getting empty row response from youtube-analytic-api

I am getting empty row response from youtube analytics api from python script. before 15 days i working fine but now it's not working. i already try to change the scope from ["https://www.googleapis.com/auth/yt-analytics.readonly"] to …
0
votes
1 answer

How to get top countries from the Youtube API's channel report

I want to get an overview of my connected user's viewers demographics, including the country where they live. Ideally, I would want to get something like this: rows: [['France', 22], ['Germany', 30], ['Canada', 48]] I assume that it's possible…
remidej
  • 1,428
  • 1
  • 14
  • 21
0
votes
1 answer

How to filter YouTube Analytics API request for embedded video stats only

I'm trying to get data from the YouTube Analytics API for embedded videos only. When I use the "insightPlaybackLocationType==EMBEDDED" filter, I get a response that the query is not supported. Without this filter, the query returns a response…
0
votes
1 answer

What is the best practice to fetch all YouTube channels and their stats (daily)

I want to fetch all channels from youtube and their daily stats. As I researched this is the approach I have to follow: Fetch all channels and store if I didn't store before with this API:-> Search.list with this params: type=channel,…
Rahul Saini
  • 216
  • 1
  • 16
0
votes
2 answers

How to get analytics (i.e. views, subscribers) on daily basis of a any random youtube channel without permission

I am working on a project in which I want to show the stats of the competitor's youtube channels. I need to show views per day, subscribers per day, videos per day from the date when the competitor's channel is created to the current date. Because…
0
votes
0 answers

Youtube api to get advance statistics per video per day

I have been trying to get the video list of our youtube channel and advance statistics like avg view duration, subscribers gained, watch time, etc. These statistics do exist in Youtube analytics Web GUI. But I could not find how I can implement that…
0
votes
1 answer

Youtube analytics api real time

I am building the Youtube web application using Youtube API. At the moment I need real-time analytics for the clips(videos). However, I couldn't find any info in the document. I can get some info using videos' statics. But, the view count not…
0
votes
0 answers

How to get YouTube Analytics Report for each video in a branded account using YouTube data API and YouTube Analytics report

I want to be able to get Analytics Report of each video in a branded account.. I am following a tutorial on this website Link: https://mashe.hawksey.info/2017/10/getting-youtube-analytics-with-google-apps-script-when-you-get-authentication-loops/…
0
votes
0 answers

How to get authorized token for Youtube analytics with Google App Script

i want to get an authorized token for my App Script Application for YouTube Analytics.. Currently i am using cGoa Library to get an Authorized token which requires authentication once as provided in this link .. But for security purpose, we don't…
Femikuye
  • 43
  • 6
0
votes
0 answers

Still no way to increase the YouTube Analytics API Quota?

I am looking for a way to increase the queries per day quota for the YouTube Analytics API. I was able to find this question asking the same thing nearly two years ago now - can anyone confirm if the answer is still the same (that there is no way…
0
votes
0 answers

how to get the permission of the youtube analytics api for a channel

my fellow created a project at google console, and he can always use the youtube analytics api to query a specific channel through oauth. Then he appointed me as an owner of the project, but when i used the same parameter to query the analytics api,…
0
votes
1 answer

Youtube analytics V1 API is suddenly returning null response. Tried with Youtube analytics V2 API aswell. Still same issue

I am not able to get any response from youtube analytics v1 API suddenly. It was working fine before. Code - string dimension = "country"; string requestedMetrics = "views,redViews,comments,likes,dislikes,videosAddedToPlaylists," + …