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

Is it possible to use youtube analytics Api in that way?

Hi i create application that is common to youtube and i`ve got some questions. I use google login(oAuth), so i keep in my database all things required to use google APIs for every user that wants to log in. The question is if i can use(is it…
willy
  • 27
  • 3
0
votes
1 answer

youtube analytics api subscribers views issue

I have a problem with receiving subscriber views. After passing the authorization and receiving the access token, I want to get the number of views of my youtube channel. But I get the following answer from Api: { "error": { "errors": [ { …
0
votes
2 answers

YouTube API - Video as a Dimension is not working, because maxResults does not work

I am trying to use Google AppsScript to sort all my YouTube videos in a sheet by the amount of revenue they earned in the last month. However I keep getting an error when I set the 'dimensions' to video: Error:{ "error":{ "errors":[ …
0
votes
0 answers

Youtube analytics API - different information in case of owning a channel?

I want to retrieve some data from youtube channels, which I am not the owner of. I have the following questions: List item 1) Are there proposed ways to do this and List item 2) is the information I can access different from the one that I can…
Sylvi0202
  • 901
  • 2
  • 9
  • 13
0
votes
1 answer

YouTube Analytics API Reports query: 400 bad request

As a content owner I would like to retrieve reports by using the reports.query method in the YouTube Analytics API. When I execute the request the error is: badRequest with the message The query is not supported. Code 400. I fill in the following…
0
votes
2 answers

Getting invalid_request for Youtube Analytics with nodejs library

I am trying to setup nodejs with youtube analytics api. I am currently using a refresh token to try and get access tokens. It works great when using postman but I can't seem to replicate the functionality in nodejs and get a 400: invalid_request…
mortey
  • 179
  • 1
  • 4
  • 15
0
votes
1 answer

Convert OAuth token generated with Ruby to usable by Python

This question refers to youtube, specifically youtube analytics API and OAuth flow. Using a ruby server-side webapp, I have created a token. I now want to use that token in a client-side python app. I have the client_secrets.json that generated the…
ProGirlXOXO
  • 2,170
  • 6
  • 25
  • 47
0
votes
1 answer

Youtube Analytics Offline Access Request when Authenticated as Brand instead of User

Apps Script keeps asking for offline permission with Youtube's API In Google Apps Script, access to YouTube Reporting API is Forbidden These are very similar questions however, I am logged in as the owner. The script is in the owner's drive. My…
0
votes
1 answer

How to download YouTube report using media.download

I'm looking for an example which explains how to download reports using the .Net client library for YouTube Reporting API. I have authenticated, created jobs, and retrieved a list of reports including reportUrl values. I'm unable to figure out how…
DataMe
  • 95
  • 3
  • 10
0
votes
2 answers

Youtube API - Getting trending videos in a specific channel for time period

Today i have requirement in Youtube analytics API , Where i want to get trending/popular videos in particular channel, we have API Key for channel. Is there any api call to get top trending videos in channel?
Kiran
  • 61
  • 1
  • 7
0
votes
1 answer

GET Channel ID using Youtube API v3 with Service Account

Good Day, I Try to Get Channel ID using service account, because I´m using it on other scopes on my project. But when I do request process its give me the service account information. i´m using php btw Many thanks in advance and any help will be…
0
votes
0 answers

What Data points can I get from an Authenticated YouTube Channel?

I'm having some issues finding the API data that can be gathered from YouTube channels that have authenticated with my application. Certain data points, specifically audience data, can only be gathered once a YouTube Channel has authenticated. …
0
votes
1 answer

Youtube Analytics API - HTTP request for Associated Channel's data

I am new to YouTube Analytics API. Could you please help me to retrieve data from my associated YouTube channel. I have populated the data using “youtubeAnalytics.reports.query” in the APIs Explorer window. But when I am trying to use the below HTTP…
Aneesh
  • 69
  • 1
  • 5
0
votes
1 answer

Youtube SDK - How to get Analytics Reporting access and data dumps in PHP?

I wish to download all data from each of my channel's analytics reports minute by minute but I am getting a 403 error. What sort of permissions do I need? How do I get access to the Analytics Reporting API? It says that the API is not available for…
0
votes
1 answer

YouTube Analytics API: Authentication request for a content owner

I have a content owner account, and I used Google's API Explorer to figure out the query that I need to send. My problem now is that I can't figure out how to send that same query programmatically via Python. I have generated oauth credentials as…