filtering
パラメータについては、このページのデモ版IN
とCONTAIN
、
https://developers.facebook.com/docs/marketing-api/insights/v2.4#filtering
curl -G \
-d "filtering=[{'field':'adgroup.delivery_info','operator':'IN','value':['archived']}]" \
-d "access_token=<ACCESS_TOKEN>" \
"https://graph.facebook.com/<API_VERSION>/act_<AD_ACCOUNT_ID>/insights"
curl -G \
-d "filtering=[{'field':'adcampaign.name','operator':'CONTAIN','value':'18-25'}]" \
-d "access_token=<ACCESS_TOKEN>" \
"https://graph.facebook.com/<API_VERSION>/act_<AD_ACCOUNT_ID>/insights"
しかし、情報は非常に限られています。の使用法に関する詳細情報はどこにありfiltering
ますか? 例: (広告キャンペーンの) 名前が空白のすべての項目を除外するにはどうすればよいですか? または、何らかの属性 (dict や配列などの任意の型) が空ではない (未定義) アイテムのみ。