YouTube Analytics API feed: response has no rows parameter
When you use the API to retrieve aggregated metrics for content, the channel
report returns one row of data that contains the totals for each requested metric during the specified Range date.
Here's a link API example .
Sometimes even account details are not accepted; the object is rows
missing from the response, but only columnHeaders
, although the account has the corresponding fields filled in (I can see it in the profile available on youtube).
source to share
I made the same observations as Jay. Somehow some of the metrics were not returning result rows. But for me it turned out that these missing lines are also not available in the YouTube Analytics integration.
As you can see, all Interaktionen (Interactions) have 0 values, but the Geteilte Inhalte (share) column is different from the rest. It doesn't matter. If you click on a metric, you will receive the following notification
It says, "No data at this time, have chosen a different time range or wait a few more days."
So for me, the API data has always matched the youtube analytics integration.
source to share