Onel Harrison
Onel Harrison

Reputation: 1334

YouTube Reporting API Reports are blank

I'm attempting to collect channel reports for a specific set of YouTube channels. I’m able to do this successfully for most (if not all) of the channels I’m interested in except one. All requests in the request flow to collect channel reports are successful with the only indication of an undesired result being that the reports for this problem channel only contain headers for the metrics and dimensions.

At present, I’m only interested in three channel reports, namely channel_basic_a2, channel_province_a2, and channel_demographics_a1. Here are the sample report urls for each report type that I was expecting to return a report that contains data.

channel_basic_a2 report url: https://youtubereporting.googleapis.com/v1/media/CHANNEL/Vuk4_JY-UdgIDI5Fib445g/jobs/bd2e6b26-904f-4ad0-9aff-3df14993262e/reports/2323462937?alt=media

channel_province_a2 report url: https://youtubereporting.googleapis.com/v1/media/CHANNEL/Vuk4_JY-UdgIDI5Fib445g/jobs/08f7eec7-f2f7-4060-9b26-9ba9965d5b91/reports/2323288791

channel_demographics_a1 report url: https://youtubereporting.googleapis.com/v1/media/CHANNEL/Vuk4_JY-UdgIDI5Fib445g/jobs/0affb5ff-e795-431c-8d66-4be05fab3b28/reports/2323564263

Upvotes: 0

Views: 301

Answers (1)

Onel Harrison
Onel Harrison

Reputation: 1334

After taking a deeper look, I discovered that this is a case of mistaken identity. I was pulling data from a different channel (one that is actually empty) than I intended to.

Upvotes: 1

Related Questions