我正尝试按照Facebook official docs中的说明读取Facebook广告的数据...一切看起来都很不错,但即使广告为“ DISAPPROVED”,“ ad_review_feedback”字段也始终为空(空)
API版本3.2
cURL代码:
curl --request GET \
--url 'https://graph.facebook.com/v3.2/act_<ACCOUNT_ID>/ads?fields=ad_review_feedback&access_token=<TOKEN>&effective_status=[%22DISAPPROVED%22]'
预期结果将是以下之一:https://developers.facebook.com/docs/marketing-api/adgroup/feedback/v3.2