问题描述
我建立了一个自定义应用程序,该应用程序使用Youtube Android和IOS SDK播放视频.我注意到,这些视频在应用中的观看次数似乎并未计入总体观看次数.这是有问题的-有什么方法可以让应用中的YouTube观看次数计数吗?也许如果我关闭了SDK中视频的自动播放功能?任何意见,将不胜感激.
I've built a custom app that uses the Youtube Android and IOS SDKs to play videos. I have noticed that the views of these videos in the app do not seem to be counting towards the overall view count. This is problematic - is there any way to make Youtube views in the app count? Perhaps if I switch off auto-play of videos in the SDK? Any advice would be appreciated.
推荐答案
有什么方法可以使应用中的YouTube观看次数计数?
您需要了解有关视频观看次数的信息:
Here's what you need to know about video views count:
Youtube现在在观看次数方面非常严格.他们现在确保视图是合法的,而不是人为产生的.如果您具有冻结视图计数,则意味着Youtube在算法上检查它是否为合法视图.
Youtube is now strict when it comes to views count. They now ensure that views are legitimate and not artificially generated.If you have Frozen view count that means Youtube is algorithmically checking if it's a legit view.
观看次数的计数方式
对高质量的观看次数进行计数后,观看次数会更频繁地更新.包括所有质量视图的过程可能需要一些时间取决于视频的受欢迎程度和观看次数.之后,查看计算更新频率更高,但请记住,我们不断验证视图,因此可以随时调整视图计数."
After quality views are counted, view count updates more frequently.The process of including all quality views can take some timedepending on a video's popularity and viewership. Afterwards, the viewcount updates more frequently, but keep in mind that we're constantlyvalidating views, so view count can always be adjusted."
使用YouTube Analytics(分析)检查观看次数如果您正在观看的视频您已上传,则可以使用YouTube更加密切地监视您的观看次数分析.但是,请记住,实时报告仅显示潜在的观看活动估算值,可能与数字不匹配您在观看页面上看到的.
Check views with YouTube Analytics If you're looking at a video thatyou've uploaded, you can monitor your views more closely using YouTubeAnalytics. However, keep in mind that the Realtimereport only showsestimates of potential view activity and might not match the numberthat you see on the watch page.
注意:Google Analytics(分析)视图数据基于太平洋标准时间,现为每天更新一次,最多延迟72小时.那个数字您在Google Analytics(分析)报告中看到的数字可能与您会在视频页面,频道页面,视频管理器或其他页面上看到来源.
Note:Analytics views data is based in Pacific Standard Time, isupdated once a day and has a delay of up to 72 hours. The numbers thatyou see in Analytics reports might be different from the numbers thatyou see on the video page, channel page, Video Manager or othersources.
这篇关于播放时,Youtube Android/IOS SDK似乎不计算观看次数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!