问题描述
使用此 API 调用时:
When using this API call:
https://www.googleapis.com/youtube/analytics/v1/reports?ids=channel==UCaGKtfnhSkDsIbcyVVUOL6A&start-date=2017-06-27&end-date=2017-06-27&metrics=views,comments,likes,dislikes,shares,estimatedMinutesWatched,averageViewDuration,averageViewPercentage,annotationClickThroughRate,annotationCloseRate,subscribersGained,subscribersLost&dimensions=day&filters=video==qstWdXxFmcU
我们获得的观看次数不正确.例如,下面通过 API 链接的视频有 173 次观看,但原生仅显示 123 次观看:
We are getting an incorrect amount of views. For example we have 173 views for the video linked below via the API but native only shows 123 views:
https://www.youtube.com/watch?v=qstWdXxFmcU
推荐答案
来自 观看指标部分,它表明观看次数的报告方式与观看时间报告 告诉我们以下内容:
From the view metrics section of Youtube analytics doc, it indicates that views are reported in the same manner as watch time report which tell us the following :
注意:Analytics 视图数据基于太平洋标准时间,已更新每天一次,最多延迟 72 小时.你看到的数字分析报告可能与您在视频页面、频道页面、视频管理器或其他来源.
这篇关于Youtube API 返回的观看次数多于本机上列出的观看次数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!