I am trying to get the number of views of a Youtube video in a specific region / country. Thus, it should be possible to tell from which countries opinions were obtained from the video.
I tried using the Youtube search list (API v3), where you can specify the location of the parameters and locationradius. Using these parameters, you get a video that was published in this region, but this video is often not relevant at all. The parameter region code contains information about whether a specific video is allowed in a specific country. Thus, this is also not the right approach.
Another thing I tried was to get information from the channels, but I can’t get read data from the channels to which I do not have an authentication key.
Can someone help me get the number of views of a Youtube video in a specific region / country?
Guido source share