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
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
Copyright © 2021 Jogjafile Inc.
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