I am using Branch for deferred deep linking and I am trying to find all referral data after installing app from play store. I have added Google Analytics Campaign Parameters to Google Play URL as recommended. like.
but I am getting referral details for "utm_source : google-play" and for "utm_medium : organic" which is not correct.
I have also try to get referral data by broadcasting referral details from android studio's terminal like.
adb shell am broadcast -a com.android.vending.INSTALL_REFERRER -n / --es "referrer" "utm_source=google&utm_medium=linkedin&utm_term=3208&utm_content=37413&utm_campaign=invite"
and it works well.
So plz help me out.