Search code examples
facebook-ads

application_id needs to be Valid Facebook Ad


I'm getting this error after re-creating my entire campaign several times:

Missing or Invalid Field in Promoted Objects: For optimization goal APP_INSTALLS, application_id needs to be valid. Please set it in the Promoted Objects. (#1815437)

Have tripple checked every field, but nothing seems out of place?


Solution

  • I had the exact same error and solved it by changing the app type to Consumer. Unfortunately you cannot just change the type for an existing app, so you have to create a new app and select the right type, see:

    https://developers.facebook.com/docs/development/create-an-app/app-dashboard/app-types/

    I guess that for me the error occured because I chose hte Gaming type which does not support App Events, see link above. The Consumer type worked for me.

    Of course you get a new app ID, which you need to put again into the Facebook SDK inside your app, so it is kind of starting all over again.