This add-on will collect information about search engines.
addonsSearchDetection
etld_change
: indicates a eTLD changewebrequest
orother
: the "API" used to change the eTLD. Note thatother
is used when the change has not been initiated from the client.extension
orserver
: whether the eTLD change has been done by an extension (add-on) or server.addonId
: the add-on ID tied to this changeaddonVersion
: the version of the add-onfrom
: the eTLD of the search endpoint hostname defined by the Search serviceto
: the eTLD of the final endpoint hostname
"dynamic": {
"events": [
[
123456,
"addonsSearchDetection",
"etld_change",
"webrequest",
"extension",
{
addonId: "[email protected]",
addonVersion: "1.2",
from: "google.com",
to: "example.com"
}
]
]
}