Backed out changeset 1893713e1d17 (bug 1930292) for causing bc failures @ browser_fin...
[gecko.git] / mobile / android / fenix / app / pings.yaml
blob047f3df56d6bfd5b761cd171f75d79059ef5f17b
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/.
4 ---
5 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0
7 activation:
8   description: |
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
14   bugs:
15     - https://bugzilla.mozilla.com/1538011/
16     - https://bugzilla.mozilla.com/1501822/
17   data_reviews:
18     - https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
19   notification_emails:
20     - android-probes@mozilla.com
22 first-session:
23   description: |
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
26     undesirable outcomes.
27   include_client_id: true
28   send_if_empty: true
29   bugs:
30     - https://github.com/mozilla-mobile/fenix/issues/7295
31   data_reviews:
32     - https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
33   notification_emails:
34     - android-probes@mozilla.com
36 topsites-impression:
37   description: |
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
42   bugs:
43     - https://github.com/mozilla-mobile/fenix/issues/23893
44   data_reviews:
45     - https://github.com/mozilla-mobile/fenix/pull/23945
46   notification_emails:
47     - android-probes@mozilla.com
49 spoc:
50   description: |
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
54   reasons:
55     impression: |
56       A sponsored story had more than 50% of it's content visible
57       on the screen.
58     click: |
59       A sponsored story was clicked by the user.
60   bugs:
61     - https://github.com/mozilla-mobile/fenix/issues/27549
62     - https://mozilla-hub.atlassian.net/browse/FNXV2-21791
63   data_reviews:
64     - https://github.com/mozilla-mobile/fenix/pull/27550#issuecomment-1295027631
65   notification_emails:
66     - android-probes@mozilla.com
68 cookie-banner-report-site:
69   description: |
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
74   bugs:
75     - https://bugzilla.mozilla.org/show_bug.cgi?id=1805450
76   data_reviews:
77     - https://github.com/mozilla-mobile/firefox-android/pull/1298#pullrequestreview-1350344223
78   notification_emails:
79     - android-probes@mozilla.com
81 fx-suggest:
82   description: |
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
87   bugs:
88     - https://bugzilla.mozilla.org/show_bug.cgi?id=1857092
89   data_reviews:
90     - https://github.com/mozilla-mobile/firefox-android/pull/3958#issuecomment-1758607927
91   notification_emails:
92     - lina@mozilla.com
93     - ttran@mozilla.com
94     - najiang@mozilla.com
96 font-list:
97   description: |
98       List of fonts installed on the user's device
99   include_client_id: false
100   bugs:
101    - https://bugzilla.mozilla.org/show_bug.cgi?id=1858193
102   data_reviews:
103     - https://bugzilla.mozilla.org/show_bug.cgi?id=1858193#c2
104   notification_emails:
105     - android-probes@mozilla.com
106     - tom@mozilla.com
108 dau-reporting:
109   description: |
110     Minimal ping to measure DAU.
111     Sent on the baseline schedule.
112   include_client_id: true
113   send_if_empty: true
114   bugs:
115     - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842
116   data_reviews:
117     - https://bugzilla.mozilla.org/show_bug.cgi?id=1923842
118   notification_emails:
119     - glean-team@mozilla.com
120     - jrediger@mozilla.com
121     - fbertsch@mozilla.com
122   reasons:
123     dirty_startup: |
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.
127     inactive: |
128       The ping was submitted when becoming inactive.
129     active: |
130       The ping was submitted when the application became active again,
131       which includes when the application starts.
132   metadata:
133     ping_schedule:
134       - baseline