pageId | type | "string" |
---|
required | true |
---|
description | "A unique identifier generated per visited page. Allows correlating visit-page actions with the other actions." |
---|
|
---|
numResults | type | "integer" |
---|
required | true |
---|
description | "The number of search results shown on the page." |
---|
|
---|
didYouMean | type | "string" |
---|
required | true |
---|
enum | "no" |
"suggestion" |
"rewritten" |
|
---|
description | "True when the user is provided with a 'did you mean' prompt" |
---|
|
---|
logId | type | "string" |
---|
required | true |
---|
description | "A unique identifier generated per event. The SendBeaconReliability test showed that we have to expect duplicated events to be sent from the browser, so this allows de-duplicating those events." |
---|
|
---|
action | type | "string" |
---|
required | true |
---|
enum | "visit-page" |
"clicked-original" |
"clicked-rewritten" |
"clicked-did-you-mean" |
|
---|
description | "visit-page is fired when first rendering a search page. The other events identifiy which individual 'did you mean' link was clicked." |
---|
|
---|
runSuggestion | type | "boolean" |
---|
required | true |
---|
description | "When true the user has explicitly opted out of auto-running suggested queries" |
---|
|
---|
didYouMeanSource | type | "string" |
---|
required | true |
---|
enum | "original-click" |
"rewritten-click" |
"suggestion-click" |
"no" |
|
---|
description | "Notes whether we got to this page by clicking on a 'Did you mean' link" |
---|
|
---|