0
我想調整Instagram廣告,但無法訪問ad_id。我已經完成了「http delete request」來輸入ad_id值,但是出現錯誤。我怎樣才能得到facebook廣告api中的ad_id?如何在Facebook廣告中獲取ad_id?
刪除請求URL:
https://graph.facebook.com/v2.8/<ID_HASH_STRING>
身體參數:
{
"ad_id":"number12321435",
"access_token":"xxxxxxxxxxxx",
"appsecret_proof":"xxxxxxxxx"
}
RESPONSE:
{
"error": {
"message": "(#100) Param ad_id must be a valid Adgroup ID",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "CAwgnuVEWYl"
}
}
DOCS: https://developers.facebook.com/docs/marketing-api/guides/instagramads/ad_creative/v2.9(下 「後適度」)。
謝謝。