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:
any tips?
logcat outputs following:
facebookexception: no attribution id returned facebook application
ok. solved.
basically whoever faces this:
- facebook app must installed in device.
- user must logged in.
thats it.
=)
Comments
Post a Comment