Request to promote iOS App in Facebook via Marketing API

僤鯓⒐⒋嵵緔 提交于 2019-12-05 07:20:03

8 days past, and I finally found out how to make it.
You can find info on this link
And now my AD Creative params looks like this:

{
    object_type: 'APPLICATION',
    status: 'ACTIVE',
    name: 'hello',
    title: 'foo',
    object_story_spec: {
      page_id: '<fb_page_id>',
      link_data: {
        call_to_action: {
          type: 'INSTALL_MOBILE_APP',
          value: {
            link: 'https://itunes.apple.com/app/<app>',
          },
        },
        image_hash: 'image hash',
        link: 'https://itunes.apple.com/app/<app>',
        message: 'Message',
      },
    },
  }
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!