YouTube Analytics let you monitor the performance of your channel and your videos with up to date metrics.
Questions tagged [youtube-analytics]
111 questions
1
vote
1 answer
Can i retrieve Youtube Analytics data without using OAuth 2.0 (PHP)?
Is it possible to retrieve youtube analytic data without using OAuth . instead can i get data using a Server key??
I want all data .
Is it possible???
I have tried OAuth, but for every account a annoying pop-out comes. i want to get rid of it. i…

user3294288
- 45
- 6
1
vote
1 answer
Extract the number of views/revenue for a specific video (Youtube CMS)?
My friend works as a CMS admin for a Youtube Network and asked me if there is a way to automatically extract the number of views and the revenue for specific videos. Let me explain. If some people upload copyrighted material, as a CMS admin you have…

AltairAC
- 171
- 1
- 10
0
votes
1 answer
How can I avoid having to manually obtain OAuth 2.0 authorization codes for Youtube Analytics API?
I'd like to set up my code to run daily but the only roadblock is OAuth. I have to login to my Google account each time I run my code to obtain the authorization code to access my Youtube data. I'm trying to find a way to either store the…

apeera
- 1
0
votes
1 answer
YouTube embed not tracking views
A client of mine has just launched a Youtube channel. The majority of their users are expected to watch via an on-site video embed since that's where all their marketing comms are sending them. The embedded iframe has the following code:
0
votes
0 answers
YouTube Channel Reports API not giving metrics (views, likes...) for current day (using Targeted Queries)
I'm using channel_reports from YouTube analytics API to fetch metrics such as views, likes, etc, but I can't fetch data for the current day (I can tough, get data spanning from a few days back). Even if I watch, like a bunch of videos and subscribe…

leoni loris
- 1
- 1
- 1
0
votes
0 answers
How to use Youtube Analytics API to get the content that can be displayed in Youtube Studio
I would like to get the number of impressions by traffic source, for example, which can be displayed on the youtube studio analytics screen, using the Youtube Analytics API.
Looking at the official reference, it doesn't seem to be possible to get…

SSAIW
- 1
0
votes
0 answers
Youtube analytics reports response empty rows
sorry if this question already exists,
i'm trying to get audience retention data from Youtube API: (https://youtubeanalytics.googleapis.com/v2/reports), most of them are FINE, but some of videos response empty rows, meanwhile I can export audience…

Dũng Nguyễn
- 1
- 1
0
votes
1 answer
Is there a Next Page Token in the YouTube Analytics API
I'm hoping to get analytics on all videos on my YouTube Channel. I have the following code:
baseURL <-…

Jacob
- 406
- 3
- 19
0
votes
0 answers
Use Youtube Analytics API without Oauth2 via Python?
I want to retrieve automatically some analytics data about our contents on our Youtube Channel such as views, likes, average view time, subscriptions by videos... So I followed the official documentation of Youtube Analytics, but when I run the…
0
votes
0 answers
Youtube Analytics Reports Query does not match the Youtube Channels List for same video list ID given as a filter
I have a channel of 11 videos, YouTube Analytics returns data only on 9 of them.
Here is what I am doing:
First we get the channels video list and make an array of video id.
statslistitems_list_request = youtube.channels().list(part="snippet,…

Bogdan Iordachescu
- 176
- 2
- 6
0
votes
1 answer
How can I build or use chart exactly similar to YoutubeStudio analytics chart in my website ? I have provided the image of the chart
I have a website .
Now I want to make or use the chart exactly same like youtube studio's chart.
I had researched a lot but I didn't found any way to do it.
I just want to add the analytic link chart of youtube studio.
Image of chart is provided…

Kshitiz
- 23
- 5
0
votes
1 answer
YouTube Analytics API is returning 0 for Views & Subscribers Gained
I have made a GET request to try to get my views and subscribers gained on my youtube channel, and I get a 200 status, but the results are 0
startDate <- "2020-05-09"
endDate <- "2020-05-24"
metrics <- "views,subscribersGained"
url <-…

Jacob
- 406
- 3
- 19
0
votes
2 answers
access youtube analytics api via content manager account's client id
We have content manager account which has been granted to access to all channels we have.
We do authorization procedure for each service accounts to get access tokens for analytics-API,
it works well, but it also demands when new channel is…

Onejae Lee
- 51
- 5
0
votes
1 answer
YouTube analytics sample java program, after allowing the user consent and verifying my app I'm getting a 404 error response
I tried to execute You-tube analytics in java, using the sample java code available in git hub.The sample code allows me to get user consent page where I have allowed the access and while trying to execute the query using "reports().query("…

yoganandh
- 247
- 1
- 6
- 20
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

Ayman
- 31
- 5