android - How to see where the user installed my app from -


how app installed, how track downloads coming from, through partner (advertising publisher)?

for example, created ads in facebook or in admob. user saw ads, clicked on them, redirected google play store downloaded app. how can know user downloaded app clicking on facebook or admob ads? google analytics track , show info?

you can set install tracking mobile apps:

  1. enable app install tracking in account.

install tracking automatically enabled in google analytics android apps. don’t have anything!

  1. update google analytics sdk.

you need change few lines in manifest file. refer developer guide android specific example on how this.

  1. set custom campaigns.

custom campaigns google analytics feature add parameters url of marketplace page users download app. it’s these parameters tell google analytics marketplaces traffic comes from. overview of custom campaigns in google analytics , how work. must set custom campaigns each platform you’re using.

  1. analyze data using mobile app sources report.

if complete steps outlined above, data appear in mobile app sources report. use report find out brings users download page in each marketplace.

reference: https://support.google.com/analytics/answer/3389142


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -