2014-02-07 78 views
2

試圖創建使用Facebook廣告API的adcreative,我給下面的POST請求:的Facebook廣告API:adcreative創建失敗,錯誤

curl -F 'title=yahoo test ad creative' -F 'name=yahoo_test_creative' -F 'body=this is a test ad created by yahoo' -F 'image_hash=' -F 'object_url=http://earthled.com' -F 'access_token=' https://graph.facebook.com/act_74021791/adcreatives 

我收到以下錯誤:

{"error":{"type":"Exception","message":"The Adcreative Create Failed for the following reason: The destination URL of your creative has to be a valid web page.","code":1487390}} 

的文檔的URL是:https://developers.facebook.com/docs/reference/ads-api/adcreative

無法弄清楚什麼是錯的object_url。任何幫助將不勝感激。

回答

1

我有同樣的問題。事實證明,我需要將object_url切換爲link_url,因爲我的帳戶尚未遷移到新設置。也許這也會對你有所幫助。

+0

感謝您的回答。是的,我已經明白了。 :-) –

+2

耶!我第一個接受的解決方:)(我是新的) – mason

+0

哈哈...這是我第一次接受解決方案:) –