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
2
votes
0 answers

Python does not see google-auth-httplib2

I am trying to set up a youtube API with Python following this instruction. But when I get to the point where I run the script, go to the authorization flow, open the link and copy the code to the terminal I get this error: ValueError: Credentials…
2
votes
0 answers

Can not get data of previous 2 days from Youtube Reporting API

Today is 19th May, I can get data before 16th but nothing for 17th and 18th from youtube analytics API, is there something…
Jerry Chu
  • 21
  • 1
2
votes
1 answer

YouTube reporting API reports are all blank

I have created set of YouTube reporting jobs for a YouTube channel. The jobs were created and run every day as scheduled. However when I go to download the jobs they are all blank. This is how I authenticate with the API: def…
Pingu Noot
  • 51
  • 3
2
votes
1 answer

Youtube analytics api giving 'Code:400 The query is not supported.' error

I am using googleapi package. I want to get 'insightTrafficSourceDetail' from youtube analytics API. Here is my code: google.youtubeAnalytics('v2').reports.query({ metrics: 'estimatedMinutesWatched,views', dimensions:…
2
votes
1 answer

Youtube comments API is throwing "Insufficient Permission: Request had insufficient authentication scopes" error

I am trying to fetch Youtube comments, but it's throwing this exception - {"Google.Apis.Requests.RequestError\r\nInsufficient Permission: Request had insufficient authentication scopes. [403]\r\nErrors [\r\n\tMessage[Insufficient Permission: Request…
2
votes
1 answer

Where can i(ContentsOwner, MCN) find Finalized Red(Premium)&Superchat revenue data in Youtube reporting API?

Can't find reportTypeId or Job which have "Youtube Red Partner Revenue Report" and "Paid features Report" in Youtube reporting API Im recently developing system for creator's revenue report. As i know My company(Contents Owner, MCN) have 3 kinds of…
2
votes
0 answers

Sort by shares in YouTube Analytics API v2

I am using Youtube Analytics API to get the video that has most of the shares among all. Here is the query I am using: youtube.reports.query({ auth: oAuth, endDate: todayDateString, startDate: startDateString, ids:…
2
votes
1 answer

Video name by video ID

I am using the BigQuery Data Transfer Service to get data from YouTube Analytics to BigQuery and from there to Google Data Studio. This works fine, but the tables do not contain the video names. There are just the video IDs. Best case was if I…
2
votes
1 answer

how to show gender dimension count of a specific video in youtube analytics API?

I am using youtube analytics api v1 to retrieve the videos details from youtube. I want to get gender dimension count but couldn't find relevant answer. However, I have succeeded to create a GET url to get other details like elapsedVideoTimeRatio,…
2
votes
0 answers

YouTube Analytics Goolge Authorization

I am trying to authorise my server for calling the youtube analytics api via the module "googleapis" (https://www.npmjs.com/package/googleapis). I want to use the JWT to authorise. As you can see I get a forbidden error back from the api. I read a…
2
votes
0 answers

How to get finalized revenue through the YouTube API?

The YouTube Analytics API provides access to estimated revenue through the Metrics API. However, these are just estimates, and are not the final amount that creators are actually paid. Anecdotally, actual revenue can often be significantly different…
nhinkle
  • 1,157
  • 1
  • 17
  • 32
2
votes
1 answer

Acquire youtube reporting access token

I'm trying to follow the Using OAuth 2.0 for Server to Server Applications guide to get an access token so that I can use the Youtube Reporting API. But no matter what I do, I always this result: Warning:…
allanth
  • 423
  • 9
  • 23
2
votes
0 answers

youtube reporting api Internal error encountered., youtube-analytics-api

I use the youtube bulk reports (youtube analytics and reporting api) and get few of the reports on a daily basis , by first listing the reports available for the jobs I have defined and then downloading. The API call made to list the reports…
2
votes
2 answers

I cannot enable Youtube Analytics API at Google Developers Console

I was following the guidelines by Google to use Youtube Analytics API. I have created credentials as written and tried to enable Youtube Analytics API, but I keep getting the following error message: The API "youtubeanalytics.googleapis.com"…
Lenny Kim
  • 35
  • 6
2
votes
1 answer

YouTube Analytics API Error - You do not have permission to execute reports.query method

Getting Error You do not have permission to execute reports.query method in youtube Analytic? How to execute reports.query method in youtube Analytics? I followed steps in the video but cant clear the error Video Link - YouTube Developers Live:…
1 2
3
16 17