我已经使用FB广告API长期创建广告,广告和广告素材,更准确地说是使用python SDK。对于我的大部分广告系列,在批量创建广告素材时,我总是会遇到503错误。
尝试创建5个广告素材时,成功创建了5个广告素材,其中一个(本例中为第4个)我收到以下错误:
{"error":
{"message": "Service temporarily unavailable",
"type":"FacebookApiException",
"is_transient":false,
"code":2,
"error_subcode":1487172,
"error_user_title":"Could not save creative",
"error_user_msg":"Could not save creative"
}
我已经created an issue on the SDK repo但我真的认为这是API本身的问题。任何的想法?有没有速率限制?我找不到任何文件或类似问题。
非常感谢!
答案 0 :(得分:0)
错误子代码1487172列在Marketing API Error Codes Facebook documentation page上,因此不会将https://developers.facebook.com/docs/marketing-api/api-rate-limiting记录为速率限制错误。
对于5个广告素材的批量请求,您是否总是看到1个失败?失败的广告素材之间是否存在任何一致性,以表明请求中存在错误?
你也可以搜索已知的错误列表或创建一个新的错误列表,听起来这是API方面的一个问题。见https://developers.facebook.com/bugs/