代码之家  ›  专栏  ›  技术社区  ›  Gaurav Ashara

Facebook营销API份额统计

  •  -1
  • Gaurav Ashara  · 技术社区  · 5 年前

    我使用facebook营销API,我尝试使用action_U类型,action_uUResponse。它给了我一个反应(比如,哇,悲伤,…)和评论数据的数量,但它没有返回共享计数数据。 我想分享一下。

    https://graph.facebook.com/v3.1/act_Xyz/insights?access_token=Xyz&level=ad&fields=account_name,campaign_name,adset_name,ad_name,spend,clicks,cpc,actions&default_summary=false&time_range=%7B%22since%22:%222019-02-03%22,%22until%22:%222019-02-03%22%7D

    "actions": [
            {
               "action_type": "landing_page_view",
               "value": "95"
            },
            {
               "action_type": "comment",
               "value": "1"
            },
            {
               "action_type": "link_click",
               "value": "273"
            },
            {
               "action_type": "post_reaction",
               "value": "3"
            },
            {
               "action_type": "post_engagement",
               "value": "277"
            },
            {
               "action_type": "page_engagement",
               "value": "277"
            }
    
    0 回复  |  直到 5 年前
        1
  •  0
  •   andyrandy    5 年前

    我认为仅在职位级别上才可以使用份额统计:

    https://developers.facebook.com/docs/graph-api/reference/v3.2/post

    它将是一个具有 shares.count