Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

facebook mobile app install ads track the install routes

Is there a way to know if my app was installed over the facebook Mobile App install Ads using the Facebook SDK ?
The publish install is called every time my app getting installed but I want to know if the app is being installed via the Facebook ads service.
Thank you.

like image 448
Alex Wasweißich Avatar asked Nov 12 '22 13:11

Alex Wasweißich


1 Answers

It seems to be possible, I found this (http://ampush.com/facebook-mobile-app-install-ads-good-gets-better/):

Tracking can come through integration of a Facebook or Third Party SDK:

An application does not require a Facebook login option in order to be promoted using Mobile App Install Ads, but the app must first be registered with Facebook. In order to track installs at the ad level, developers must install the most recent Facebook Software Development Kit (3.0 or greater for iOS, and the latest SDK for Android) or work with a 3rd-party mobile measurement provider.

like image 111
xavierhb Avatar answered Nov 15 '22 05:11

xavierhb