使用 {vide-id} / video_insights 端点时,我有以下数据:
{
"name": "total_video_views",
"period": "lifetime",
"values": [
{
"value": 6709
}
],
"title": "Lifetime Total Video Views",
"description": "Lifetime: Total number of times your video was viewed for 3 seconds or viewed to the end, whichever came first. (Total Count)",
"id": "{video-id}/video_insights/total_video_views/lifetime"
}
但是,当我在Facebook上预览视频时,它说:
15.3万次浏览(此帖子中6709次浏览,其他11个帖子中147026次浏览)
如果我从api响应中按分布类型查看视图:
{
"name": "total_video_views_by_distribution_type",
"period": "lifetime",
"values": [
{
"value": {
"shared": 3926,
"page_owned": 2783
}
}
],
"title": "Lifetime Video Views by Distribution Type (page_owned/shared/crossposted)",
"description": "Lifetime video views by distribution type. On asset level, there are three possible distribution types: (page_owned/shared/crossposted)",
"id": "{video-id}/video_insights/total_video_views_by_distribution_type/lifetime"
},
我丢失了某些东西吗,还是无法从api中获得总计153k的视图?