“com.android.vending.INSTALL_REFERRER” somehow parameters are lost and changed to (not%20set)

我的未来我决定 提交于 2019-12-01 11:24:52

You're most likely logged into a managed account (e.g. a work email). It doesn't matter if you have your personal account active in Play Store. The Play Store consistently checks all accounts that you're signed into on that phone. If any of them are managed by an enterprise then the Play Store resets the referrer token. You can verify this by removing said account and retry sending the token.

I can't speak to why this is the intended behavior but perhaps someone from Google can shine some light.

I had a similar problem, but finally, I figured it out. Google play install referrer is per google play account. It means that if for the first time you installed an app without any referrer, you would receive "utm_source=(not%20set)&utm_medium=(not%20set)". It does not change if you uninstall and install again or you install for the first time in another device with the same google account.

The way to fix is to logout from google play, uninstall the application, login to the play store with another account, and install your application with the referrer.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!