App installs not recorded in Facebook Insights

445 views Asked by At

My Android app uses Facebook SDK (updated to 3.6 version) to share some information to facebook, code as below

FacebookDialog shareDialog = new FacebookDialog.ShareDialogBuilder(this).setLink(getLink()).build();
mUiHelper.trackPendingDialogCall(shareDialog.present());

As I see on Facebook Insights (enabled on Settings > Advanced), app installs is not recorded even when user authorized my app. Can anyone tell me why and what's conditions to make Facebook record my app installs? Thank you.

1

There are 1 answers

0
Jeff S. On

activateApp is strongly recommended.

There are two basic steps:

  1. Verify raw (unattributed) fires. Use Analytics for Apps: https://www.facebook.com/analytics/[App ID]/?section=most_recent. You can filter for Android or iOS. If there's an issue here, review the developer guide.

  2. Verify attributed fires using Ads Manager. Note that the App you've verified in step 1 will need to be tracked by the relevant campaign(s).