Bug 1840210 - Rename mozac_ic_close to mozac_ic_cross_24
[gecko.git] / mobile / android / fenix / app / pings.yaml
blob9d6d2f255cd211f2799439035565eac28c69d22b
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