Per Facebook's documentation on Section 3 of Get started measuring app installs on page: https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads/
I have added these two lines in my code:
[FBSettings setDefaultAppID:YOUR_APP_ID]; [FBAppEvents activateApp];
I am UNABLE to see any confirmation of installs as mentioned in app summary page
Confirm that installs are being tracked You can confirm that the volume of installs is being correctly reported in the Insights section for your app in the App Dashboard. In addition, in the App Summary Page, there is a time stamp 'Last Mobile Install Reported" for iOS and Android so that you can confirm that an install is being reported (see image below - ).
http://i.stack.imgur.com/xGP24.png
Can anyone help me out on this?
It's a little bite late but it can be useful to others.
To test the mobile ads install and see the "Last Mobile Install Reported" in the app dashboard.
You have to make sure that you have installed the facebook app and beeing logged-in from your DEVICE.
you need to add these two lines in your app delegate in applicationDidBecomeActive
, as you did:
- (void)applicationDidBecomeActive:(UIApplication *)application
{
[FBSettings setDefaultAppID:FACEBOOK_APP_ID];
[FBAppEvents activateApp];
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With