2019-05-03 14:40:22 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2020-04-15 17:04:27 +00:00
|
|
|
---
|
2021-03-29 15:53:45 +00:00
|
|
|
$schema: moz://mozilla.org/schemas/glean/pings/2-0-0
|
2019-05-03 14:40:22 +00:00
|
|
|
|
|
|
|
activation:
|
2020-04-15 17:04:27 +00:00
|
|
|
description: |
|
|
|
|
This ping is intended to provide a measure of the activation of mobile
|
|
|
|
products. It's generated when Fenix starts, right after Glean is
|
|
|
|
initialized. It doesn't include the client_id, since it might be reporting
|
|
|
|
an hashed version of the Google Advertising ID.
|
2019-05-03 14:40:22 +00:00
|
|
|
include_client_id: false
|
2019-05-14 13:56:19 +00:00
|
|
|
bugs:
|
2021-01-14 16:20:34 +00:00
|
|
|
- https://bugzilla.mozilla.com/1538011/
|
|
|
|
- https://bugzilla.mozilla.com/1501822/
|
2019-05-14 13:56:19 +00:00
|
|
|
data_reviews:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/1707#issuecomment-486972209
|
|
|
|
notification_emails:
|
2021-06-17 19:48:34 +00:00
|
|
|
- android-probes@mozilla.com
|
2020-02-04 10:52:10 +00:00
|
|
|
|
2020-06-25 17:06:26 +00:00
|
|
|
first-session:
|
2020-04-15 17:04:27 +00:00
|
|
|
description: |
|
2020-06-25 17:06:26 +00:00
|
|
|
This ping is intended to capture the source of the app install
|
|
|
|
on the first session.
|
2020-03-20 17:06:55 +00:00
|
|
|
include_client_id: true
|
2020-02-04 10:52:10 +00:00
|
|
|
bugs:
|
2020-02-06 13:48:21 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/7295
|
2020-02-04 10:52:10 +00:00
|
|
|
data_reviews:
|
2020-02-14 22:09:14 +00:00
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/8074#issuecomment-586512202
|
2020-02-04 10:52:10 +00:00
|
|
|
notification_emails:
|
2021-06-17 19:48:34 +00:00
|
|
|
- android-probes@mozilla.com
|
2022-02-23 18:52:17 +00:00
|
|
|
|
|
|
|
topsites-impression:
|
|
|
|
description: |
|
|
|
|
Recorded when a sponsored top site is rendered and visible on the home
|
|
|
|
screen. Visibility is qualified as when the homepage is brought to the
|
|
|
|
front of the Browser, and sponsored tiles are 100% visible on screen.
|
|
|
|
include_client_id: false
|
|
|
|
bugs:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/23893
|
|
|
|
data_reviews:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/23945
|
|
|
|
notification_emails:
|
|
|
|
- android-probes@mozilla.com
|
2022-10-26 09:31:19 +00:00
|
|
|
|
|
|
|
spoc:
|
|
|
|
description: |
|
|
|
|
Contains data identifying with which Pocket sponsored story the user
|
|
|
|
interacted with and the type of interaction: story impression or click.
|
|
|
|
include_client_id: false
|
|
|
|
reasons:
|
|
|
|
impression: |
|
|
|
|
A sponsored story had more than 50% of it's content visible
|
|
|
|
on the screen.
|
|
|
|
click: |
|
|
|
|
A sponsored story was clicked by the user.
|
|
|
|
bugs:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/issues/27549
|
|
|
|
- https://mozilla-hub.atlassian.net/browse/FNXV2-21791
|
|
|
|
data_reviews:
|
|
|
|
- https://github.com/mozilla-mobile/fenix/pull/27550#issuecomment-1295027631
|
|
|
|
notification_emails:
|
|
|
|
- android-probes@mozilla.com
|