Created
June 5, 2013 18:07
-
-
Save shreeshga/5715902 to your computer and use it in GitHub Desktop.
Broadcast INSTALL_REFERRER command with Android adb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
am broadcast -a com.android.vending.INSTALL_REFERRER -n com.kayak.android/com.google.analytics.tracking.android.CampaignTrackingReceiver --es "referrer" "utm_source=test_source&utm_medium=test_medium&utm_term=test_term&utm_content=test_content&utm_campaign=test_name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
adb shell am broadcast -a com.android.vending.INSTALL_REFERRER -n com.kayak.android.checkfelix/com.kayak.android.KayakInstallReceiver --es "referrer" "utm_source=test_source&utm_medium=test_medium&utm_term=test_term&utm_content=test_content&utm_campaign=test_name"