从Facebook营销API获取受众洞察小组的人口统计信息

时间:2016-11-08 19:44:32

标签: facebook api facebook-marketing-api audience

我正试图从Facebook Marketing API获取人口统计受众数据。

如果我执行此搜索,我只会获得受众群体: -

6003024075156?字段= AUDIENCE_SIZE,描述,名称,主题disambiguation_category

返回

{
  "audience_size": 2824330,
  "description": null,
  "name": "Air New Zealand",
  "topic": "Business and industry",
  "disambiguation_category": "Airline Company",
  "id": "6003024075156"
}

在文档中,它建议我可以获取其他信息,如Business Manager

中的主要受众群体洞察面板中所示

https://developers.facebook.com/docs/graph-api/reference/audience-insights-query/

我特别感兴趣的是知道如何构建查询以返回受众的人口统计信息

https://developers.facebook.com/docs/graph-api/reference/audience-insights-age-gender/

Field   Description
age_by_gender
list<AudienceInsightsAgeGender>
Demographic information by gender

1 个答案:

答案 0 :(得分:1)

我认为你想要的应该是:

https://developers.facebook.com/docs/marketing-api/audiences-api/audience-insights-api/v2.8

但是,旁边的锁定图标告诉我没有这样的API。这可能是因为Facebook使用第三方(http://www.acxiom.com/)来获取人口统计数据。

相关问题