Question

I basically want to detect the path from where users are getting to my android app market page.

  1. What are the different keywords for which users are searching and thus viewing (if not necessarily downloading) my android app.
  2. If they are clicking on my app from top free / top new free/ top free games

I can see that the above information being passed in the browser when I click on app icon through a certain path (like search, featured, top free etc.)

I want to catch this information and if possible, analyze so that I can better optimize my app performance on google play.

PLease Note: I am NOT talking about referral tracking which is provided when a referral link is clicked and that app is downloaded through google play app. I just want to analyze the behaviour of user when they are browsing the google play on their browser and finally reaching to my app display page.

Was it helpful?

Solution

Generally, no. As far as I know, Google doesn't expose that information for the most part. As for the information you found passed to your app by earlier version of the Market app, that was specific to the Market app and is referral tracking. It just happens that you're talking about organic referrals.

OTHER TIPS

recently Google play and Google Analytics announced they would start sharing data with easy integrations, if you already have integrated the sdk in your app, just follow the process to enable sharing data. and you will start seeing data from both platforms including keywords and installation sources according to this link. http://analytics.blogspot.com/2013/10/google-play-integration.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top