我正在尝试通过 Facebook 批量请求上传广告素材并收到错误消息。
请帮我解决这个错误!
下面是批处理参数:
[{
“方法”:“发布”,
"relative_url":"/act_{$facebook_ad_account_id}/adcreatives",
"正文":"title=test_title&body=text&type=32&link_url= _ ___ &image_hash=453f71cad033ed325aeb5f0c0973fd9b"
}]
API 返回错误通知:缺少必需的参数“title”,尽管我已经在“body”参数中传递了它,如您所见。
"body": "{\n \"error\": {\n \"type\": \"Exception\",\n \"message\": \"The Adcreative Create Failed for the following reason: missing a required attribute: Required attribute \\"title\\" was not provided.\",\n \"code\": 1487390\n }\n}"
这有什么问题?
先谢谢了!