我使用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"
}