paullangtree / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
2 stars 0 forks source link

Missing adb word on the beginning of shell script #800

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Name of related component: Documentation

URL of the documentation page : 
https://developers.google.com/analytics/solutions/testing-play-campaigns

Issue summary:
Shell command which starts with 'shell am broadcast...' have missing adb word 
on the beginning. So proper command is as follows:

adb shell am broadcast -a com.android.vending.INSTALL_REFERRER
                     -n your.package.name/path.to.receiver --es referrer
                     "utm_source=testSource&utm_medium=testMedium&utm_term=testTerm&utm_content=testContent&utm_campaign=testCampaign"

Original issue reported on code.google.com by pawel.ha...@gmail.com on 28 Nov 2015 at 11:27