Does the Youtube API return list of users that have watched my video?

浪尽此生 提交于 2019-12-06 06:38:33

Considering user privacy I don't think you can acces this information. If you search through the API, you'll find that Youtube does come with insights, like viewcount and even demographic information.

It might be a solution to embed your videos in your app and then track which users watch that specific video within the app.

Inside your app catch the the onStateChange event to log that a user viewed a video. It will only work for video they view from inside your app.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!