Reputation: 216
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??
Upvotes: 5
Views: 5441
Reputation: 1133
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.
Upvotes: 1