我无法找到过滤自定义受众群体的方法。从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'
有人可以帮我这个吗? 感谢
答案 0 :(得分:4)
/<AD_ACCOUNT>/customaudiences
端点上没有服务器端过滤功能 - 您需要在自己应用的代码中缓存和过滤响应