forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1870138 - Add remote settings support for search overrides. r=Sta…
…ndard8 Differential Revision: https://phabricator.services.mozilla.com/D196490
- Loading branch information
Showing
21 changed files
with
650 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -318,3 +318,38 @@ serp: | |
notification_emails: | ||
- [email protected] | ||
expires: never | ||
|
||
search_with: | ||
reporting_url: | ||
type: url | ||
description: > | ||
The external url to report this interaction to. | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1870138 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1870138 | ||
data_sensitivity: | ||
- web_activity | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- search-with | ||
|
||
context_id: | ||
type: uuid | ||
description: > | ||
An identifier for Contextual Services user interaction pings. This is | ||
used internally for counting unique users as well as for anti-fraud. It | ||
is shared with other Contextual Services. It is not shared externally. | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1870138 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1870138#c3 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
send_in_pings: | ||
- search-with |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 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/2-0-0 | ||
|
||
search-with: | ||
description: | | ||
A ping representing a "This time, search with" event with a partner search. | ||
Does not contain a `client_id`, preferring a `context_id` instead. | ||
The `context_id` is used internally for counting unique sers as well as for | ||
anti-fraud. It is shared with other Contextual Services. It is not shared | ||
externally. | ||
include_client_id: false | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1870138 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1870138 | ||
notification_emails: | ||
- [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"data": [], | ||
"timestamp": 1704379586890 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"data": [], | ||
"timestamp": 1704379586619 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.