API-интерфейс python3-facebook: adCreative create Ошибка: "код_подключения": 1487390
Не удается создать adCreative с настройкой объекта размещения. Выдается сообщение об ошибке: "error_user_title": "Правило целевой страницы фида объявлений отсутствует в платформе издателя Instagram", "error_user_msg": "Фид рекламных активов содержит целевое правило, которое имеет позиции Instagram в таргетинге, но не имеет Instagram в платформах издателя", но у меня есть вход instagram_actor_id, почему?
Мне удалось успешно создать объявление без специального размещения. Я старался изо всех сил, чтобы понять мою ошибку, и я потерпел неудачу.
ниже мой основной код params:
fields = []
params_creative = {
"instagram_actor_id": "9****",
'name': 'test_creative_{}'.format(datetime.datetime.now().strftime("%m%d %H:%M:%S")),
# "call_to_action_type": "INSTALL_MOBILE_APP",
'asset_feed_spec': {
"videos": [{
"adlabels": [{"name": "labelfb", }],
"video_id": "2***"
},
{
"adlabels": [{"name": "labelig", }],
"video_id": "2**"
}
],
"bodies": [{"text": ""}],
"link_urls": [{
"website_url": "https://itunes.apple.com/app/id**",
# "display_url": "<DISPLAY_URL>"
}],
"titles": [{"text": "Level Up"}],
"ad_formats": ["SINGLE_VIDEO"],
"call_to_action_types": ["WATCH_MORE"],
"descriptions": [{
"text": "111",
# "title": "test_creative_title",
}],
"asset_customization_rules": [
{
"customization_spec": {
"publisher_platforms": ["facebook"],
"facebook_positions": ["instream_video", 'instant_article', 'feed', "story"]
},
"video_label": {"name": "labelfb"
}
},
{
"customization_spec": {
"publisher_platforms": ["facebook"],
"instagram_positions": ["stream"]
},
"video_label": {"name": "labelig", }
},
{
"customization_spec": {
"publisher_platforms": ["instagram"],
"instagram_positions": ["stream"]
},
"video_label": {"name": "labelig", }
},
{
"customization_spec": {
"publisher_platforms": ["messenger"],
"instagram_positions": ["stream", "story"]
},
"video_label": {"name": "labelig", }
}
]
},
"object_story_spec": {
"instagram_actor_id": "9**",
"page_id": "2**", }