android - Track APP Installs from Facebook -


i'm following documentation states: https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads/#advanced

  • specifically: measure app installs

however, did following code:

com.facebook.appeventslogger.activateapp( this, application_id_facebook ); 

however, in dashboard, doesn't detect install: enter image description here

any tips?

logcat outputs following:

facebookexception: no attribution id returned facebook application

ok. solved.

basically whoever faces this:

  1. facebook app must installed in device.
  2. user must logged in.

thats it.

=)


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -