【发布时间】:2016-12-17 04:51:12
【问题描述】:
我正在尝试从 Facebook Marketing API 获取人口统计受众数据。
如果我进行此搜索,我只会得到受众规模:-
6003024075156?fields=audience_size,description,name,topic,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
【问题讨论】:
-
你有没有想过这个问题?我整天一直在处理类似的问题,但一无所获。如果您找到解决方案,请在此处发布吗?谢谢,祝你好运!
-
你们有没有想过这个问题?
标签: facebook api facebook-marketing-api audience