过滤Facebook GET act_id / customaudiences结果

时间:2014-06-03 09:57:31

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

我无法找到过滤自定义受众群体的方法。从documentation看起来只能检索给定actId的列表,我可以像这样应用fields查询参数:

// Retrieve blank audience
curl \
-F "access_token=______" \
-F "fields=type,name,anyotherproperty" \
"https://graph.facebook.com/act_XXXXXXX/customaudiences"

我需要的是一种仅使用subtype='CUSTOM'creation_source.type='file'

检索自定义受众群体的方法

有人可以帮我这个吗? 感谢

1 个答案:

答案 0 :(得分:4)

/<AD_ACCOUNT>/customaudiences端点上没有服务器端过滤功能 - 您需要在自己应用的代码中缓存和过滤响应