259 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
49
views
Looker Studio + YouTube Analytics – How to access VideoType and Playlist fields?
I have a question: is there any other YouTube connector for Looker Studio that provides more fields, such as Video Type (Video, Shorts, etc.) and Playlist (the playlist the video belongs to)?
I’m ...
0
votes
1
answer
39
views
YouTube Analytics API 403 and missing "Link to Google Cloud project" in Studio
I’m the primary Owner of the Brand Account channel Test (UCNAlIbS).
I enabled YouTube Data API v3 and YouTube Analytics API in a Google Cloud project and created a Desktop OAuth client.
Using the ...
0
votes
0
answers
50
views
Are the metric from Youtube Analytics API all organic metrics or an accumulation of organic + paid/promoted metrics?
Youtube documentation does not specify whether metrics like views from their analytics track primarily organic views (ie: not a result of sponsored/ad content) or is an accumulation of both organic ...
0
votes
0
answers
31
views
YouTube Analytics - Bulk reports always download with no data rows, only header
I am testing using the YouTube Reporting API for collecting channel reports for our products users.
What we have done:
Our test user (the channel owner) has authenticated with https://www.googleapis....
0
votes
1
answer
50
views
Error Creating Job in YouTube Reporting API
I'm following the API referenced here but nothing I am doing seems to be working. Below is my code and the error message I am getting
import requests
access_token = 'MY_ACCESS_TOKEN'
headers = {
&...
1
vote
0
answers
66
views
Youtube Analytics API channel reports returning 403 response for certain metrics
We've implemented the channel report for YouTube Analytics API in our platform as documented.
Basically, whenever we're requesting metrics such as adImpressions we receive a 403 status code error ...
1
vote
0
answers
76
views
Youtube APi Fetching Gender Percentage of my channel
I am trying to fetch percentage of gender in my channel but it's showing me 92% male and 8% female but when i check it through the youtube studio it's show me 85% male and 15% female why this code is ...
1
vote
0
answers
37
views
Youtube reporting API schema information
I am looking for schema information associated with Youtube's analytics reports, specifically the V1 reports defined here
https://developers.google.com/youtube/reporting/v1/reports
Before I start ...
0
votes
0
answers
85
views
How to get only 1 day's data of videos in my youtube channel using Youtube Reporting API
I am trying to get the User activity channel report for my YouTube channel using the Youtube Reporting API by following this documentation - https://developers.google.com/youtube/reporting/v1/reports/...
0
votes
1
answer
55
views
Youtube Analytics API: Extracting User Activities by City but got an error
Hi I am using google api to pull User Activity by City. I followed the youtube doc User Activity by City
request = youtube_analytics.reports().query(
dimensions="city",
...
1
vote
0
answers
69
views
elapsedVideoTimeRatio does not return 100 datapoints google api
I'm using the the google api to measure the retention and acccording to their docs it should always return 100 datapoints but I'm getting lower than that, some as low as 71? Does anyone else have a ...
0
votes
0
answers
103
views
Get YouTube shorts analytics from YouTube analytics api
I am trying to write a script for my channel shorts analytics containing specific data .There doesn't seem to be any API calls within youtube api that will return certain important metrics like &...
0
votes
1
answer
40
views
Do I need to publish my youtube_analytics_api app for VERIFICATION in GCP to get access to monetary information for my YT channel?
I am trying to use the Youtube Analytics API to get monthly analytics regarding my channel performance. According to this url, it lists a variety of Metrics I have access to including things like ...
0
votes
1
answer
86
views
OAuth for YouTube Analytics API via Google Cloud Functions
I am trying to access YouTube data using the YouTube Analytics API through Google Cloud Functions, but I am facing issues with OAuth authentication.
The Google Cloud project I am using is under my ...
0
votes
0
answers
56
views
Youtube API Analytics Reports
I'm using YouTube Analytics API to extract some channels information using something like:
result = execute_api_request(
youtubeAnalytics.reports().query,
ids="channel==" + ...