Confirmed users
975
edits
No edit summary |
|||
| Line 8: | Line 8: | ||
*[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://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]: Gives us more granular daily use numbers per release version. Very old way of collecting usage numbers, based off blocklist pings. | *[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://itunesconnect.apple.com/itc/static/login?view=1&path=%2FWebObjects%2FiTunesConnect.woa%2Fra%2Fng%2F%3F iTunesConnect]: Apple's metrics tools for iOS apps. Provided detailed information for installs, daily users, retention, etc. Some measures are "Opt-In" only. | *[https://itunesconnect.apple.com/itc/static/login?view=1&path=%2FWebObjects%2FiTunesConnect.woa%2Fra%2Fng%2F%3F iTunesConnect]: Apple's metrics tools for iOS apps. Provided detailed information for installs, daily users, retention, etc. Some measures are "Opt-In" only. | ||
| Line 17: | Line 16: | ||
*[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://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://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://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]: 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://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://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://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. | *[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. | ||
=== Deprecated === | |||
*[https://metrics.services.mozilla.com/fennec-dashboard/ Executive metrics]: Mostly not useful since we removed FHR. | |||
*[https://analysis.telemetry.mozilla.org/ Self-serve telemetry analysis]: Older, more hardcore tool for doing telemetry analysis. | |||
== Stability and Performance == | == Stability and Performance == | ||