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

问题描述:

我试图从Facebook营销API获取受众人口统计受众数据。从Facebook营销API获取受众洞察组中的人口统计信息

如果我这样做搜索,我只得到观众人数: - 返回

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

在文档

6003024075156栏= AUDIENCE_SIZE,描述,名称,主题,disambiguation_category

它建议我可以在业务经理的主要受众洞察面板中看到其他信息

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 
+0

你有没有想过这个?我一直在研究一个类似的问题,整天都在不知所措。如果您找到解决方案,请在这里发布它?谢谢,祝你好运! – Ryan

+0

你们有没有想过这个? – senty

我想你想这里应该是什么:

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

但是,它旁边的锁图标暗示我没有这样的API存在。这可能是由于Facebook使用第三方(http://www.acxiom.com/)来获取总体人口统计数据。