In numeral 4 at https://developers.facebook.com/docs/app-ads/sdk#install-tracking ("Enable Install Tracking"), they say "To enable install tracking call the App Events logger once your application becomes active.". However, I implemented the following line successfully, but it does not seem to be tracking installs:
AppEventsLogger.activateApp(this);
In the Facebook Analytics for Apps reports, I see that the activateApp() method is "App Launches"/, not "App Installs". How can I track installs in Facebook Analytics?