1

I am using YouTube Analytics API with oauth2.0 authorization to get channel owner demographic (ageGroup and gender).

It does return values for the ageGroup and gender of the province==US-CA, but I want the filter to output viewer demographics Worldwide. What is the worldwide filter query for YouTube Analytics API?

Here is my code:

dimensions=ageGroup,gender metrics=viewerPercentage filters=province==US-CA sort=gender,ageGroup

Benjamin Loison
  • 3,782
  • 4
  • 16
  • 33

1 Answers1

0

In the Analytics API, the geographic level of province is limited to the U.S. states, either as a dimension or as a filter. Outside the U.S. you can only filter or group by continent, subcontinent, country or city. See Analytics Geographic Dimensions

soniaseguz
  • 133
  • 1
  • 8