Facebook API中的网站点击

时间:2015-03-24 09:32:05

标签: facebook facebook-graph-api facebook-ads-api

Facebook广告报告工具允许从广泛的列中进行选择以进行显示。其中一个是Website Clicks,其定义如下:

The number of clicks on links appearing on your ad or Page that direct people to your sites off Facebook as a result of your ad.

如何从Facebook API获取此列? https://developers.facebook.com/docs/marketing-api/adreportstats/v2.2的官方文档未提及此类列。有没有解决方法?

1 个答案:

答案 0 :(得分:2)

如果您使用字段' actions_group_by'您将在操作响应字段下找到它们。设置为' action_type'。它们将显示为' link_click'。