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

video id returned by youtubeanalytics.report.query not found by youtube.videos.list

I get metrics returned by youtubeanalytics.report.query for ~90 videos but when I try to use the video id with youtube.videos.list api, I don't get a hit on all of them. Anyone know why?
0
votes
1 answer

Can you make a YouTube analytics API request using Net::HTTP in Ruby?

Assuming my access_token and my TEST_CHANNEL_ID are correct, shouldn't this request work? I'm getting a 404 error, am I missing some parameter? uri = URI.parse("https://www.googleapis.com") http = Net::HTTP.new(uri.host, uri.port) http.use_ssl =…
0
votes
0 answers

Getting 403 error while making a youtube analytics api call

I have access to the channel and it is happening only for some videos in the channel. any idea what may be the reason ?? [com.spr.channel.error.AccessForbiddenException: Exception while processing request for accountId: 37393 Channel Type:…
0
votes
1 answer

YouTube Analytics API doesn't return ROWS for query for a specific video

I am using the YouTube Analytics API to get analytics for specific queries. For channel queries it works great. Problems occurred, when I execute a query for a specific video..like this (start is defined): …
elchueko
  • 439
  • 1
  • 6
  • 20
-1
votes
0 answers

Can you use the Youtube Analytics API to view channel analytics data for channels that you have viewer privileges for?

I am a manager for youtube creators. I want to make an app where I can pull in analytics data for the many different creators I manage. I want to create a webapp where I can authenticate myself and then view the channels that I have viewer…
-1
votes
1 answer

Youtube.analytics.query api giving forbidden error

I want to fetch the analytics of any channel of youtube that basically are not owned by me. I am using this API. If this is not the right API please suggest me how to achieve this. Also, I am using node. …
-1
votes
1 answer

YouTube videos stats using Google API YouTube Analytics in one request

Is it possible to get daily video stats for X videos at once? YT Analytics API does stats only for a channel. Of course I can filter results by video ID (but only one!). I'm getting an error while trying to put "video=1;video=2;video=3" in filter…
User
  • 1,978
  • 5
  • 26
  • 47
-1
votes
1 answer

Is there any limit to the number of rows returned by API?

I am making a bulk call with 30 posts and daily data of all. Is there any limits to the number of rows that will be returned by the API? I am having problem getting the results. Can anyone please help.
-2
votes
0 answers

Regarding youtube data API and youtube analytics API

I have added my friends account to my youtube account as a Manager.But with his Oauth and API key credentials i couldn't access the api of my youtube channel.Eg.comment inserting on my youtube channel with his credentials or fetching video reports…
-2
votes
1 answer

How can I use the YouTube Analytics API to get revenue from shorts video based on creatorContentType?

I have monetized videos on my YouTube channel. I use the below YouTube analytics API to get the revenue information from all my videos, including YouTube shorts, but how can I get the revenue information from the YouTube shorts…
Kiran
  • 61
  • 1
  • 7
-2
votes
1 answer

YouTube analytics sample API request giving 403 Forbidden with content owner login

Getting 403 error from youtube analytics own API samples when we are trying to get revenue/content owner data by content owner login itself (youtube partner enabled). Please see the attached link: https://i.stack.imgur.com/a8ycF.png [{ "error": { …
-2
votes
1 answer

What could be a problem when running a Python script?

In the python I am starting and I have a problem with the use of example scripts, however, there is a problem with the operation even using arguments when calling the script. I will not say that this script solves a lot of my problems without…
mario
  • 39
  • 1
  • 7
-2
votes
1 answer

API YouTube API problem with insert to database

I wanted to make a connection to Youtube analytics which writes data to the database can be mysql or mariodb. Unfortunately, I have a problem with automatic authorization, I am getting an authorization error. A service error occurred: { "error": {…
mario
  • 39
  • 1
  • 7
-2
votes
1 answer

we are getting permissions issue while running api (Youtube Analytics API) from the website

When we are running youtube Analytics API(Youtube Analytics API Request Query) from website to get specific channel information, we are getting permission issue "You do not have permission to execute this method". Thanks in advance.....
1 2 3
16
17