Home > Back-end >  AAA AD creation getting failed for App Event Optimization
AAA AD creation getting failed for App Event Optimization

Time:04-24

I'm getting the below error while creating AAA Ads for AEO (App Event Optimization) with FB Ads API.

{
  "code": 100,
  "type": "OAuthException",
  "message": "(#100) Invalid ad creative object story param(template_data) to create an AAA ad.",
  "fbtrace_id": "utrw...."
}

Also tried to provide below template data in the input but not working,

"object_story_spec": {
        "page_id": "4273...",
        "instagram_actor_id": "32746...",
        "template_data": {
            "multi_share_end_card": false,
            "link": "http://play.google.com/store/apps/details?id=com....."
        }
    }

Can anyone know what am I missing here?

Campaign/Adset configuration AAA US (country) AEO Purchase (event type) LOWEST_COST_WITHOUT_CAP (Bid type)

CodePudding user response:

I encountered the same problem and submitted a work order to the official, but the official has no feedback

CodePudding user response:

像非3a广告格式一样,一个一个ad提交就成功了。fb客户人员真的是拉胯,一问三不知,老是要你的session,要了session也解决不了问题。。

Like non 3A ad format, ad submission is successful one by one

  • Related