像https://developers.facebook.com/community/threads/1369234493639891/这样的问题
我添加了参数 standard_enhancements > enroll_status > OPT_OUT 但仍然无法创建广告。部分请求参数如下:
{
"object_story_spec": {
"page_id": "xxxxx",
"video_data": {
"call_to_action": {
"type": "INSTALL_APP",
"value": {
"link": ""
}
},
"image_hash": "{result=videoThumbnailRequestxxxxxxxxxxxxx:$.images.*.hash}",
"title": "",
"video_id": "{result=videoRequestxxxxxxxxxxxxx:$.id}"
}
},
"title": "test",
"body": "test",
"degrees_of_freedom_spec": {
"creative_features_spec": {
"standard_enhancements": {
"enroll_status": "OPT_OUT"
}
}
}
}
Run Code Online (Sandbox Code Playgroud)
错误如下:
[
{
"error": {
"message": "Invalid parameter",
"type": "OAuthException",
"code": 100,
"error_subcode": 3858082,
"is_transient": false,
"error_user_title": "Creative Must Provide enroll_status for Standard Enhancements",
"error_user_msg": "This creative is eligible for …Run Code Online (Sandbox Code Playgroud)