YouTube Analytics let you monitor the performance of your channel and your videos with up to date metrics.
Questions tagged [youtube-analytics]
111 questions
13
votes
3 answers
Laravel: How to include file from Vendor folder in Laravel
I am trying to include the YouTube Analytics Service of Google but I can not access it through the Vendor folder.
include(app_path.'path/to/analytics/Google_YoutubeAnalyticsService.php')
It is not working, because it defaults to the App folder.…

rnldpbln
- 654
- 3
- 11
- 22
10
votes
1 answer
How to access new YouTube Analytics Metrics (Impressions, Impressions CTR) from the API
Can I already access Impressions and Impressions click-through rate from YouTube Analytics API?
These metrics are new. I saw the following document:
https://productforums.google.com/forum/#!topic/youtube/huFTZ7HzePE.
But I could not find these…

Yoshiyuki Kuwajima
- 101
- 1
- 4
9
votes
1 answer
Obtaining the current user's YouTube content owner id
Good afternoon
I've created an app that is pulling data from YouTube Analytics API. My task is to get contentOwner monetary reports, and for that I need an OWNER_NAME which is an issue for me. I have test YouTube account that have monetary reports…

Karol Z. Błaszczyk
- 111
- 1
- 6
7
votes
1 answer
Using the YouTube Analytics API with a CMS account
I'm getting a 403 Forbidden error when trying to get youtube analytics api data using a CMS account.
Just to confirm, is a CMS account the same thing as a Service account?
I can get analytics data for channels that are owned by the oauth2 user but…

kk64738
- 314
- 4
- 15
6
votes
2 answers
All Requests to Youtube Analytics API via Google PHP Library Results in 400 Bad Request
I am able to successfully make requests to Youtube Analytics API via the API Explorer. My code is attempting to use the Google PHP Client library, specifically the Google_Service_YouTubeAnalytics class. Unfortunately, there is no documentation on…

John D.
- 2,521
- 3
- 24
- 45
6
votes
1 answer
what's the difference between a YouTube channel and content owner
YouTube Analytics API Provides two types of Reports
https://developers.google.com/youtube/analytics/v1/reports
1.Channel Reports
2.Content Owner Reports.
Can any one expalin the differences between a YouTube channel and content owner?

CSKR
- 101
- 1
- 8
5
votes
2 answers
How to get the total number of videos in a YouTube channel?
I want to get the count of the total no of video uploaded to a YouTube channel using YouTube analytics API. Can any one please tell me the correct metric and dimension combination for this?
user2252365
4
votes
1 answer
Does YouTube Data API V3 work with YouTube Music?
I would like to extract playlist data from Youtube Music, as well as metadata related to the songs in the said playlist. Is this possible with the Youtube Data V3 API, or YouTube Analytics API?
If so, where can I find documentation about calls and…

Stephen Andary
- 113
- 1
- 10
4
votes
1 answer
Youtube API event distinguish pause from seek/buffer
We've set up event tracking for videos start/play/pause/complete events.
We have a unified way of reporting the events for HTML5, Youtube and Youku videos. For HTML5 and mobile Youku videos there's no issue. For desktop Youku (flash) we've had to…

pstenstrm
- 6,339
- 5
- 41
- 62
4
votes
1 answer
Get daily view counts for all video of a given channel on Youtube Analytics
I'm trying to use the Youtube Analytics API to gather daily view counts for all the videos in my channel. It seems like the video dimension throttles the result at top 10 only. Is there anyway I could get daily view count for all my videos?

user3131162
- 41
- 2
4
votes
2 answers
Youtube Analytics API Demographic dimension "gender" shows on analytics dashboard but gives query invalid on API Explorer
I am currently working with the Youtube Analytics API,
So far i have been able to pull all the data that youtube has to offer except the gender/ageGroup dimensions the query fails everytime,
The docs point to examples to playbacklocation and not the…

Patsy Issa
- 11,113
- 4
- 55
- 74
3
votes
0 answers
Youtube `unique` view metric for number of unique views on the video
Is there a way to get a sense of the number of unique views of your channel on Youtube. I understand that the unique views as a metric was deprecated as of September 2016 but wanted to be see if there are alternate ways of getting a sense

Ankur
- 791
- 4
- 15
3
votes
1 answer
YouTube Analytics API channel: The response has no rows parameter
When using the API for retrieving aggregated metrics for the channel's content the report returns a single row of data that contains totals for each requested metric during the specified date
range.
Here's an API Example link.
Sometimes not even…

jay
- 1,453
- 1
- 11
- 30
3
votes
1 answer
YouTube Analytics API in PHP: I keep getting "Insufficient permissions" while authenticated
I'm trying to access the YouTube Analytics API in PHP using OAUTH2. In my scenario, I first retrieve the channel data, which works fine (even with authenticated segments). Then I parse the channel-id in my Analytics-call. The YouTube Analytics API…

Geoffrey
- 81
- 5
3
votes
3 answers
YouTube Analytics API php Samples
I want to make this YouTube Analytics Request with the PHP Client Libary
https://www.googleapis.com/youtube/analytics/v1/reports
?ids=channel==CHANNELID
&start-date=STARTDATE
&end-date=ENDDATE
&metrics=views,
estimatedMinutesWatched, …

mfsymb
- 443
- 6
- 18