canmove, Confirmed users
640
edits
| Line 156: | Line 156: | ||
am broadcast -a com.android.vending.INSTALL_REFERRER \ | am broadcast -a com.android.vending.INSTALL_REFERRER \ | ||
-n org.mozilla.fennec/org.mozilla.gecko.distribution.ReferrerReceiver \ | -n org.mozilla.fennec/org.mozilla.gecko.distribution.ReferrerReceiver \ | ||
--es "referrer" "utm_source=mozilla&utm_medium=testmedium&utm_term=testterm&utm_content= | --es "referrer" "utm_source=mozilla&utm_medium=testmedium&utm_term=testterm&utm_content=testsigned&utm_campaign=distribution" | ||
</pre> | </pre> | ||
This will fetch the " | This will fetch the "testsigned.jar" distribution. | ||
Telemetry will be recorded for the download: <code>FENNEC_DISTRIBUTION_DOWNLOAD_TIME_MS</code> records the download time in milliseconds, and <code>FENNEC_DISTRIBUTION_CODE_CATEGORY</code> records the result. The value will be one of these: | Telemetry will be recorded for the download: <code>FENNEC_DISTRIBUTION_DOWNLOAD_TIME_MS</code> records the download time in milliseconds, and <code>FENNEC_DISTRIBUTION_CODE_CATEGORY</code> records the result. The value will be one of these: | ||