Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Facebook ads app install work without Facebook SDK Integration in the app?

I want to track number of app install via Facebook ads app install. I have registered my app at Facebook Developer(http://developers.facebook.com/), completed App Settings Page and App Detail Page.

Will it work without integrating Facebook SDK in the application ??

Do i need to add following code in the Application delegate or not ??

[FBSettings setDefaultAppID:YOUR_APP_ID];
[FBAppEvents activateApp];

Can i track the Facebook ads app install without any kind of coding in the application??

like image 594
Gaurang Makwana Avatar asked Nov 09 '22 18:11

Gaurang Makwana


1 Answers

You can setup ads with an objective of mobile app installs without needing app integration via FB's SDKs, yes. Just follow the directions for these ads and set the appropriate call to action and tracking specs accordingly.

But much like the feedback loop of website conversion ads with conversion pixel tracking, to get useful data from mobile app install ads you'll want to have install reporting from within your app.

like image 77
bjeavons Avatar answered Nov 14 '22 21:11

bjeavons