Youtube API Analytics - How to get subscribers demographics not viewers

1.3k Views Asked by At

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

1

There are 1 best solutions below

1
Tara Delari On

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