We are looking to get a report: https://developers.google.com/youtube/analytics/v1/available_reports dimensions:country filter:videoId for ALL our videos.
In order to do that we getting all our videos (https://developers.google.com/youtube/v3/docs/search/list)
and looping through each video (we need the breakdown per country for each video)
the question 1. is that the best way to go? 2. we are not getting the private videos since the search does not return them but the analytics page in youtube does take them into consideration so we have a data mismatch.
any help would be appreciated.
Thank you!