Когда я использую конечную точку {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 он говорит:
153k просмотров (6709 просмотров из этого поста и 147 026 просмотров из 11 других сообщений)
Если я смотрю на просмотры по типу распределения из ответа 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"
},
Я что-то упустил или не получается получить 153 тыс. Просмотров из API?