0

I have 2 ads from Google and Facebook to install my app

The user clicks the ad and signups on my app Is there a way to track on my analytics which specific ad led him to install my app (fb or google)?

P.S. Not asking for the click count on the ad. Example scenarios:

SCENARIO1: user1 clicks FB ad and installs my app but did not register.

SCENARIO2: user2 clicks google ad, installs my app and register (track this)

dhin
  • 460
  • 5
  • 12
  • Any reason you tagged this question with AppsFlyer? The AppsFlyer does it automatically so you can see it in AppsFlyer dashboard – Maxim Shoustin Sep 21 '17 at 06:15
  • Yes but all I can see is the click counts :( The client wants the idea of: 1. mixpanel (people feature) PLUS 2.we should know which ad they have clicked to install the app (should be connected to the registered user after signing up).... I have read many analytics but cant find any analytics that supports this – dhin Sep 21 '17 at 06:20

1 Answers1

0

I have read many analytics but cant find any analytics that supports this

Please read AppsFlyer User Acquisition Attribution:

User Acquisition Attribution

Attribute every app install to the marketing campaign and media source that drove it. Granular dashboards report which network or channel, ad type, ad group, and ad creative drove each user.

AppsFlyer will tell you from which media source the user installed your app.

enter image description here

SCENARIO1: user1 clicks FB ad and installs my app but did not register.

SCENARIO2: user2 clicks google ad, installs my app and register (track this)

Through AppsFlyer SDK you will be able to track register event and filter those events in dashboard


Maxim Shoustin
  • 77,483
  • 27
  • 203
  • 225