fenix/app/pings.yaml
Alessio Placitelli 0d82431195 Generate the activation ping and send it with Glean (#1707)
This fetches the Google Advertising ID, salts it and
then applies hashing before sending a ping with it,
at startup. Hashing and salting are used in order
to prevent ourselves to correlate advertising IDs
from the same user running different products we
own off a single device. We will never send the
client_id and the Google Advertising ID in the same
ping.
2019-05-03 09:40:21 -05:00

14 lines
585 B
YAML

# 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/.
$schema: moz://mozilla.org/schemas/glean/pings/1-0-0
activation:
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.
include_client_id: false