Mehedi Hasan Sarik
Mehedi Hasan Sarik

Reputation: 1

How to know whether app is installed from Facebook promotion or Google play?

I need to detect my application is installed from Facebook promotion or other market, how could I get this information in my app?

Upvotes: 0

Views: 76

Answers (2)

Nick Fortescue
Nick Fortescue

Reputation: 13836

You could use the Google Play Install Referrer API which is easiest to use through the Play Install Referrer Library

Upvotes: 0

Faldu Jaldeep
Faldu Jaldeep

Reputation: 595

Please use Google Analytics or Firebase Analytics or other analytics tools where you can check daily Below parameters like.

  • Track number of daily installation.
  • Real Time users accessing your Application.
  • Reuse of application.
  • On which screens users are spent more time.
  • E-Commerce of application
  • In which device and OS most users are installing your application.
  • Etc.

Please check more details in official site https://analytics.google.com and https://firebase.google.com/ Analytics tools are free no need to spend money for that.

Upvotes: 1

Related Questions