1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0
9 This ping is intended to provide a measure of the activation of mobile
10 products. It's generated when Fenix starts, right after Glean is
11 initialized. It doesn't include the client_id, since it might be reporting
12 an hashed version of the Google Advertising ID.
13 include_client_id: false
15 - https://bugzilla.mozilla.com/1538011/
16 - https://bugzilla.mozilla.com/1501822/
18 - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
20 - android-probes@mozilla.com
24 **THIS IS NOT A GENERIC FIRST USE PING** This ping is intended to capture
25 Adjust attribution. Use of this ping for other analyses will result in
27 include_client_id: true
30 - https://github.com/mozilla-mobile/fenix/issues/7295
32 - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
34 - android-probes@mozilla.com
38 Recorded when a sponsored top site is rendered and visible on the home
39 screen. Visibility is qualified as when the homepage is brought to the
40 front of the Browser, and sponsored tiles are 100% visible on screen.
41 include_client_id: false
43 - https://github.com/mozilla-mobile/fenix/issues/23893
45 - https://github.com/mozilla-mobile/fenix/pull/23945
47 - android-probes@mozilla.com
51 Contains data identifying with which Pocket sponsored story the user
52 interacted with and the type of interaction: story impression or click.
53 include_client_id: false
56 A sponsored story had more than 50% of it's content visible
59 A sponsored story was clicked by the user.
61 - https://github.com/mozilla-mobile/fenix/issues/27549
62 - https://mozilla-hub.atlassian.net/browse/FNXV2-21791
64 - https://github.com/mozilla-mobile/fenix/pull/27550#issuecomment-1295027631
66 - android-probes@mozilla.com
68 cookie-banner-report-site:
70 This ping is needed when the cookie banner reducer doesn't work on
71 a website, and the user wants to report the site.
72 This ping doesn't include a client id.
73 include_client_id: false
75 - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450
77 - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223
79 - android-probes@mozilla.com
83 A ping representing a single event occurring with or to a Firefox Suggestion.
84 Distinguishable by its `ping_type`.
85 Does not contain a `client_id`, preferring a `context_id` instead.
86 include_client_id: false
88 - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092
90 - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1758607927
98 List of fonts installed on the user's device
99 include_client_id: false
101 - https://bugzilla.mozilla.org/show_bug.cgi?id=1858193
103 - https://bugzilla.mozilla.org/show_bug.cgi?id=1858193#c2
105 - android-probes@mozilla.com
110 Minimal ping to measure DAU.
111 Sent on the baseline schedule.
112 include_client_id: true
115 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842
117 - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842
119 - glean-team@mozilla.com
120 - jrediger@mozilla.com
121 - fbertsch@mozilla.com
124 The ping was submitted at startup, because the application process was
125 killed before the Glean SDK had the chance to generate this ping, before
126 becoming inactive, in the last session.
128 The ping was submitted when becoming inactive.
130 The ping was submitted when the application became active again,
131 which includes when the application starts.