2

We have developed a mobile app for both Android and iOS. We are planning to promote it through Facebook via Facebook App Install Ads. We don't want to track the number of installs or anything, because we can easily see these info in the app database.

However reading the following articles, we are very confused.

  1. https://developers.facebook.com/docs/app-ads

  2. https://developers.facebook.com/docs/app-ads/resources/faqs/

In the first link it sounds like we need to have the Facebook SDK installed. But in the second link, the first 2 FAQ says we don't need SDK if we are not planning to measure and track installs.

Out of this, which one is correct?

Our social media guy complains he can't create the App Install Ads in Facebook because FB says SDK is not installed in the app, but he himself admit he is not knowledgeable on this matter much.

halfer
  • 18,701
  • 13
  • 79
  • 158
PeakGen
  • 18,056
  • 71
  • 208
  • 385

1 Answers1

1

I think there is a confusion between installing ads inside of your app, versus running ads on Facebook itself. To run adds on Facebook you do not need an SDK installed in your app, you just setup a Facebook Ads Account here and submit your ad information, payment, etc. If I misunderstood your question please let me know.

Edit:

The easiest way to publish Facebook ads for your app is simply to link a website that routs to the correct App Store for the device -- the SDK setup is unnecessarily complex for what you're trying to accomplish. You can see how to write a website to route the user: here:https://stackoverflow.com/a/39749991/13296047

Mallard
  • 385
  • 2
  • 11