android - Google Tracking Campaign returns just few infos -


i'm testing google tracking campaign before putting app on google play store. following instruction here, installed apk via adb, without starting it, , did instruction

adb shell broadcast -a com.android.vending.install_referrer -n <package>/com.google.analytics.tracking.android.campaigntrackingreceiver --es "referrer" "utm_source=fb&utm_medium=500_600" 

i put source , medium since think need in app. (500_600 random string). launching isntruction (as expected link above)

broadcasting: intent { act=com.android.vending.install_referrer cmp=<package>/com.google.analytics.tracking.android.campaigntrackingreceiver (has extras) } broadcast completed: result=0 

when went seeing logcat found this:

thread[gathread,5,main]: campaign found: utm_source=fb 

nothing else... medium part? cant understand. need info since need track db after app start. me pls! :d

did things work after published play store? think might encoding or logging issue. noticed if percent-encode referrer value, entire thing shows in logcat. long correct values parsed , sent ga, should okay.


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -