i need to redirect the user from chrome to google play to download my android applications. so i run this code in the web page which is opened by chrome :
window.location=https://play.google.com/store/apps/details?id=mypackageName.comf&referrer=utm_source%3DtestSource512%26utm_medium%3DtestMedium512%26anid%3Dadmob
I don't know why the chrome replace the referrer with :com.android.chrome
is it possible to prevent the chrome from replacing the referrer and just use the given referrer.
thanks