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
1
vote
2 answers

How to use Jobs resource in google apps script?

How do I use the 'Job' resource within the Google Apps Script? I understand that YouTube Reporting API has to be enabled, but what object can it be called from? I am trying to access YouTube Reporting API. is this the right way to call it? If so, my…
1
vote
2 answers

ERROR 403 Forbidden YouTube Analytics API

I'm trying to getting reports using YouTube Analytics API but 403 forbidden stucks me. I search a lot on google but no relevant solution found. I 'm trying a code from its official docs with google oAuth 2.0 . import os import…
Shahnawaz Irfan
  • 119
  • 1
  • 1
  • 8
1
vote
0 answers

youtube analytics api returns Daily Limit Exceeded error, when data api hits the limit

I am using youtube data api v3 and youtube analytics api for my project. data api's quota is 10,000 and analytics api's quota is 1,200. I rarely use analytics api currently, so it only hits 0.02% of quota. I today found that analytics api returns…
Onejae Lee
  • 51
  • 5
1
vote
1 answer

Can I find the impressions of my YouTube channel using YouTube Analytics API

I'm using the YouTube Analytics API to report information on my YouTube channel. I can't seem to find a metric to find the total impressions my channel had (which can be found manually in YouTube Studio). Does YouTube offer it or is there a work…
1
vote
0 answers

How to get Subscription Revenue data through the YouTube API?

Does the YouTube Reports API provide access to the final Subscription Revenue data? I can only get the Ads Revenue data for now. Example First, I installed the library composer require google/apiclient:~2.0 Then, I used the below code to get all…
Khoa
  • 11
  • 5
1
vote
1 answer

Why can't I authenticate with my Youtube Brand Account (using Google JS API Client)?

I am using the Google API JS Client to connect to my Youtube account to gather Analytics for my videos. The problem is some of them are on a Brand account that I own, and I keep getting an error when I try to connect to my Brand Account. Here is a…
1
vote
2 answers

How to make an HTTP call to YouTube Analytics API?

I want to get information about top keywords driving traffic to my own YouTube channel over the past 7 days. In order to do that, I followed all of the instructions. Then I generated a new access_token for my account When I make such a request: curl…
Alex Fruzenshtein
  • 2,846
  • 6
  • 32
  • 53
1
vote
0 answers

Youtube API - python data download script error

I managed to run a partially script for downloading analyzes via the API. Below is the code I used. from datetime import datetime, timedelta import httplib2 import os import sys from apiclient.discovery import build from apiclient.errors import…
Mario_xp
  • 11
  • 2
1
vote
2 answers

Read data from Youtube Analytics API without Oauth2

I am currently writing a python script to pull information from YouTube Analytics API for a list of separate YouTube channels. The output would be, for example, count video views for each YouTube channel in last month. My initial idea was to ask…
1
vote
1 answer

How to receive data from authorized channel with Youtube Analytics API without being logged into google as the channel owner?

I've been using Youtube Analytics API v2 for retrieving information from youtube channels, it's been working for me when I use it to receive a report from a channel from the user currently authenticated through OAuth2.0, which I used the sample code…
1
vote
0 answers

Discrepancy in YouTube Analytics and YouTube Data APIs

We have an application in C# that makes use of YouTube Analytics and YouTube Data APIs to gather analytics for certain videos of a specific channel. We fetch the data for each API and store it in the database. The analytics api gives us data daily,…
1
vote
0 answers

How to prevent OAuth asking sign-in for each run of python script

I can access to youtube analytics by following the v2 sample code at https://github.com/youtube/api-samples/blob/master/python/yt_analytics_v2.py. And my previous code (youtube api v1) successfully integrated with oauth2client's Storage so each time…
1
vote
0 answers

Youtube analytics API v2 returns no rows

I am trying to use Google API explorer https://developers.google.com/apis-explorer/#p/youtubeAnalytics/v2/youtubeAnalytics.reports.query to request data which returns no values in rows tag but Youtube analytics dashboard is having values. Following…
prady
  • 563
  • 4
  • 9
  • 24
1
vote
0 answers

youtube analytics api cooperating channel demographic data

Got a question from my job. How to obtain the analytics demographic data of channels that are not owned by the service-account? Does youtube have for channel-owners or content-owners to share access to this data? We do not own the content or the…
ColacX
  • 3,928
  • 6
  • 34
  • 36
1
vote
1 answer

YouTube reporting API missing content_owner_ad_revenue_raw_a1 table

I am using Retrieve_Report to download data analytics. Then it returned a list of available reporting types like this: name reporting type: content_owner_basic_a3 name reporting type: content_owner_estimated_revenue_a1 name reporting type:…
Key Jun
  • 440
  • 3
  • 8
  • 18