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 Analytics v2 API KEY

As you know there is a nearest API update for YouTube Analytics for version two and I just wanted to try it. There is a constructor of your request like a:…
0
votes
1 answer

Appengine server-to-server authentication and Google Domain-wide Authority

I am trying to pull my reports from YouTube reporting API and upload them into GCS. Since I must use oauth2, I used Google's guide on creating a service account and giving it domain-wide authority. While I can get authenticated service to pull the…
Lilo
  • 59
  • 1
  • 6
0
votes
1 answer

Can we get the creator of the video who has uploaded in the channel using Youtube data api?

I'm trying to fetch the data from Youtube and planning to generate the reports based on metrics. So, Is there any possibility to get the creator name of the video who has uploaded in the channel ? Can anyone please suggest me regarding the same ...
dev007
  • 49
  • 2
  • 10
0
votes
1 answer

How to fetch top 10 channel with youtube api

Hello I'm am now on a project that using YouTube api, I am bit of stuck on how to fetch top 10 channel of a content owner at YouTube by using their api. Right now what i am doing is that i need to loop all the channel i had and sort it by their…
0
votes
0 answers

Youtube reporting API returns 403 for content owner reports

I am trying to download content owner reports via the Youtube Reporting API. When I try to list reports by content owner (onBehalfOfContentOwner) I get a 403 "The caller does not have permission". When I leave out the content owner parameter I only…
0
votes
1 answer

No data in 'rows' for Youtube Analytics API

I am running the following query with Youtube Analytics API now = datetime.datetime.now() start_date = (now - datetime.timedelta(days=4)).strftime('%Y-%m-%d') end_date = (now - datetime.timedelta(days=3)).strftime('%Y-%m-%d') args = { …
Rafiul Sabbir
  • 626
  • 6
  • 21
0
votes
1 answer

unable to get top 10 videos of my youtube channel according to likes through youtube api

What i am trying is, to get top 10 videos of my Youtube channel based on likes using analytics api v1. To get based on views GET…
Dev
  • 378
  • 2
  • 16
0
votes
0 answers

How do i access my youtube brand account api?

Been trying to access YT analytics api for brand accounts through nodejs server using googleapis library but it returns forbidden. I have created a service account under my gmail manager id but no success.
0
votes
1 answer

Error in using YouTube Reporting Services with Service Account

I'm getting below error when I try to accessing YouTube Reporting Services API using Service Account. Google.GoogleApiException HResult=0x80131500 Message=Google.Apis.Requests.RequestError The caller does not have permission [403] Errors [ …
0
votes
1 answer

Insight traffic source detail Report. (Youube Analytics Api v.1)

I have one question related to the report from YouTube Analytics. Traffic source detail report has a maximum limit of 25. Documentation: https://developers.google.com/youtube/analytics/v1/channel_reports#traffic-source-reports. And there is no token…
0
votes
0 answers

Call for Youtube Video Returns no Data

We are trying to get analytics data from this video: https://www.youtube.com/watch?v=AYJuxMfXGz0 With this API…
mschurr
  • 11
  • 1
0
votes
2 answers

Get Cards for Videos from Youtube APIs

I'm trying to get a list of all cards associated with a video id. I've looked at the different Youtube APIs, but no success. example of cards in a video Does anyone have an idea how to do this? Thanks
0
votes
1 answer

Youtube reporting API HttpError 403 error

On my google account (not a Primary account), I have created OAuth credentials which have access to CMS and it's Channels. Using this credentials I am able to fetch data from YouTube Analytics API, so here no problem. However, when I am trying…
Dhiren
  • 5
  • 3
0
votes
1 answer

Is it possible to extract youtube video metrics without being a channel owner or content owner?

I have read the documentation on YouTube - Analytics and Reporting APIs and I am able to extract analytics data being a channel owner or content owner. Is there an API to extract metrics about a video which I do not own in Youtube?
Jaison
  • 715
  • 1
  • 10
  • 33
0
votes
1 answer

YouTube API - Count uploads within a time period

I manage a YouTube CMS and am trying to count the number of uploads within a given month. A CMS can have multiple channels, I want the aggregate number of uploads. From the documentation, I feel like this should work: function videosList($service,…
lufc
  • 1,965
  • 2
  • 15
  • 19