0

I have the info about getting the viewers' demographics for youtube channel [From here], but can I get the same data for subscribers, not viewers like these in my Youtube Studio view?

Thanks in advance

Ayman
  • 31
  • 5

1 Answers1

0

You can get the demographics of subscribers by setting the following parameters of the report query for the YouTube Analytics API:

ids: channel==CHANNEL_ID
dimensions: ageGroup,gender,subscribedStatus
metrics: viewerPercentage
filters: subscribedStatus==SUBSCRIBED

Documentation: https://developers.google.com/youtube/analytics/channel_reports#demographic-reports

Tara Delari
  • 186
  • 1
  • 4