Mobile/Distribution Files: Difference between revisions

Jump to navigation Jump to search
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=testcontent&utm_campaign=testname"
             --es "referrer" "utm_source=mozilla&utm_medium=testmedium&utm_term=testterm&utm_content=testsigned&utm_campaign=distribution"
</pre>
</pre>


This will fetch the "testcontent.zip" distribution.
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:
canmove, Confirmed users
640

edits

Navigation menu