Confirmed users
1,111
edits
| Line 6: | Line 6: | ||
=== Dashboards === | === Dashboards === | ||
*[https://gecko.readthedocs.org/en/latest/mobile/android/fennec/adjust.html Adjust] | *[https://gecko.readthedocs.org/en/latest/mobile/android/fennec/adjust.html Adjust]: Third-party SDK initially added to track install referrers, but currently our most trusted source of usage numbers. Also used to track retention. | ||
*[https://dataviz.mozilla.org/workbooks/FennecADI ADI dashboard] | *[https://dataviz.mozilla.org/workbooks/FennecADI ADI dashboard]: Gives us more granular daily use numbers per release version. Very old way of collecting usage numbers, based off blocklist pings. | ||
*[https://metrics.services.mozilla.com/fennec-dashboard/ Executive metrics] | *[https://metrics.services.mozilla.com/fennec-dashboard/ Executive metrics]: Mostly not useful since we removed FHR. | ||
=== Telemetry === | === Telemetry === | ||
Our telemetry systems are currently in flux, but we are working towards a unified telemetry data pipeline to measure sessions and events. | Our telemetry systems are currently in flux, but we are working towards a unified telemetry data pipeline to measure sessions and events. We have two levels of telemetry, opt-out and opt-in, which are controlled by data sharing preferences in our settings UI. Opt-in telemetry is enabled by default up to beta, but is really opt-in on release. | ||
*[https://sql.telemetry.mozilla.org/ re:dash via SQL] | *[https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/index.html Telemetry docs]: Some of this is used on both desktop and Android, but some of it is specific to desktop only. Use caution when reading these docs in a mobile context. | ||
*[https://analysis.telemetry.mozilla.org/ Self-serve telemetry analysis] | *[https://sql.telemetry.mozilla.org/ re:dash via SQL]: Handy tool for performing analysis against telemetry data. Right now this only includes opt-in telemetry data. | ||
*[https://gecko.readthedocs.org/en/latest/mobile/android/fennec/uitelemetry.html UI telemetry | *[https://analysis.telemetry.mozilla.org/ Self-serve telemetry analysis]: Older, more hardcore tool for doing telemetry analysis. | ||
*[https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/core-ping.html Core ping | *[https://gecko.readthedocs.org/en/latest/mobile/android/fennec/uitelemetry.html UI telemetry]: Mobile-specific UI telemetry implementation. You can query this data with re:dash, or look at the [https://people.mozilla.org/~mfinkle/uitelemetry/ UI telemetry dashboard]. | ||
*[https://telemetry.mozilla.org/ Histogram dashboard] | *[https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/core-ping.html Core ping]: New opt-out telemetry ping that we're working on to replace FHR. | ||
*[https://telemetry.mozilla.org/ Histogram dashboard]: Histogram probes are used mostly for engineering metrics. They are not as useful for product decisions, and we may stop sending histogram telemetry data on mobile. | |||
== Stability and Performance == | == Stability and Performance == | ||