mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
0d82431195
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.
14 lines
585 B
YAML
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
|