pings.yaml (1649B)
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 --- 6 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0 7 8 search-with: 9 description: | 10 A ping representing a "This time, search with" event with a partner search. 11 Does not contain a `client_id`, preferring a `context_id` instead. 12 The `context_id` is used internally for counting unique sers as well as for 13 anti-fraud. It is shared with other Contextual Services. It is not shared 14 externally. 15 16 include_client_id: false 17 bugs: 18 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870138 19 data_reviews: 20 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870138 21 notification_emails: 22 - mkaply@mozilla.com 23 24 serp-categorization: 25 description: | 26 A ping representing a series of SERP loads that have been categorized. Does 27 not contain `client_id`. Is sent after a threshold of SERP loads is reached. 28 reasons: 29 startup: | 30 Submitted as one of the startup idle tasks. 31 inactivity: | 32 Submitted after 2 minutes of uninterrupted activity, followed by inactivity. 33 threshold_reached: | 34 Submitted after 10 SERPs have been categorized. 35 include_client_id: false 36 send_if_empty: false 37 metadata: 38 include_info_sections: false 39 uploader_capabilities: 40 - ohttp 41 bugs: 42 - https://bugzilla.mozilla.org/show_bug.cgi?id=1868476 43 data_reviews: 44 - https://bugzilla.mozilla.org/show_bug.cgi?id=1868476 45 notification_emails: 46 - fx-search-telemetry@mozilla.com 47 - rev-data@mozilla.com