Questions tagged [youtube-analytics]

YouTube Analytics let you monitor the performance of your channel and your videos with up to date metrics.

Analytics Basics

111 questions
0
votes
1 answer

How to get top countries from the Youtube API's channel report

I want to get an overview of my connected user's viewers demographics, including the country where they live. Ideally, I would want to get something like this: rows: [['France', 22], ['Germany', 30], ['Canada', 48]] I assume that it's possible…
remidej
  • 1,428
  • 1
  • 14
  • 21
0
votes
1 answer

Youtube analytics api real time

I am building the Youtube web application using Youtube API. At the moment I need real-time analytics for the clips(videos). However, I couldn't find any info in the document. I can get some info using videos' statics. But, the view count not…
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

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
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
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

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

YouTube MPEG-DASH segement's duration

Anyone knows what is YouTube's policy when generating MPEG DASH? Especially what is the rule to decide the segment's duration? For example, I found some files have ~ 4.8 sec per segment but some have ~4.4 sec. So it seems to not the same but depends…
0
votes
2 answers

Youtube Analytics API: Get Earnings report for individual channel which are not part of the content owner

I want to get the earnings related report for the individual channels which are not the part of Content Owner. But when I am adding the earnings related metrics, I am getting 401 - Insufficient permission to access this report. When removing the…
Tasneem Haider
  • 359
  • 3
  • 9
0
votes
2 answers

YouTube Analytics API : 403 Forbidden Error returns Earnings Report

I have a CMS account an I'm trying to get earnings data from content owners report on Analytics API using OAuth 2.0 . Whenever I'm trying to do this through my website, I get the following error ; Error calling GET…
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

Retrieving public data using YouTube Analytics API

I would like to create a website which will allow users to input a YouTube URL, and will then generate statistics on the video or channel. I have researched on the YouTube Analytics API, however I am encountering errors after following the…
user2675041
  • 115
  • 1
  • 5
  • 15
0
votes
1 answer

Youtube Analytics: Filter videos only uploaded in given time period

I am totally stuck in finding a solution to this. I am trying to easily filter the data for Yooutube videos uploaded in given time period to check only their Views and other metrics. Currently if I check the views in the Youtube Analytics, there are…
Marek Čech
  • 105
  • 11