Is it possible to pass url parameters to google play? (pass query strings)

后端 未结 3 1048
感情败类
感情败类 2020-12-29 08:26

Is it possible to pass url parameters (or \"query strings\") to google play and track the variable while installing the app in phone?

3条回答
  •  伪装坚强ぢ
    2020-12-29 08:38

    This can be done by using an install referrer and listen to it in the app after install through an InstallReferrerReceiver: https://developers.google.com/android/reference/com/google/android/gms/tagmanager/InstallReferrerReceiver

    In your case you can simply put your franchiseeid into the referrer property:

    https://play.google.com/store/apps/details?id=com.rovio.angrybirds&referrer=franchiseeid%3DUSAFLO012

    This is a little late but might help others.

提交回复
热议问题