0

When publishing a link to a mobile application on Facebook (Link to a Product Details Page on Play Store), how can I see if someone clicked on my link and installed the linked app in the Play Store?

George
  • 4,906
  • 2
  • 16
  • 21

1 Answers1

0

Assuming you're running an ad campaign on Facebook, you can view the amount of link clicks, app installs, and overall post interaction via Facebook Ad Manager.

(Somewhere around here: www.facebook.com/ads/manager/)

Unfortunately, Facebook requires you to add their own SDK to your application. If you don't want to do this, check out this page: https://developers.google.com/app-conversion-tracking/third-party-trackers/android#measure_installs

This ^^^ demonstrates how to identify "deep link" installs.

Nathan Bird
  • 910
  • 1
  • 9
  • 23