簡體   English   中英

如何在Facebook Graph API中獲取廣告中斷數據

[英]How to get Ad Break Data in Facebook Graph API

我正在嘗試從Graph API獲取廣告中斷數據,但是在這方面缺少(閱讀:不存在)文檔。 有人知道perhabs我該如何為Graph API制定查詢以獲取每個視頻的廣告休息收入嗎?

最好的祝福

該值可通過video_insights獲得。

https://developers.facebook.com/docs/graph-api/reference/video/video_insights/

響應的結尾將是: total_video_ad_break_revenue

還有total_video_ad_break_ad_impressionstotal_video_ad_break_ad_cpm字段,但是當仍然提供生命周期收入時,有時這些字段為空。

{
  "name": "total_video_ad_break_revenue",
  "period": "lifetime",
  "values": [
    {
      "value": *AD_REVENUE_VALUE_HERE*
    }
  ],
  "title": "Lifetime Video Ad Break Revenue",
  "description": "An estimate of the amount you earned from ad breaks in your video, based on the number of impressions and CPM of ads shown. Actual payments may differ if there are content ownership claims or other adjustments.",
  "id": "*VIDEO_ID_HERE*/video_insights/total_video_ad_break_revenue/lifetime"
},

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM