https://ns.adobe.com/xdm/context/search
Information about web search activity.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/search.schema.json |
{
"xdm:searchEngine": "Google",
"xdm:keywords": "rice cooker",
"xdm:isPaid": true,
"xdm:pageDepth": 1
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:isPaid | boolean |
Optional | Search (this schema) |
xdm:keywords | string |
Optional | Search (this schema) |
xdm:pageDepth | number |
Optional | Search (this schema) |
xdm:searchEngine | string |
Optional | Search (this schema) |
* |
any | Additional | this schema allows additional properties |
Indicate if the search is paid or not.
xdm:isPaid
- is optional
- type:
boolean
- defined in this schema
boolean
The keywords for the search.
xdm:keywords
- is optional
- type:
string
- defined in this schema
string
The page depth in the search results.
xdm:pageDepth
- is optional
- type:
number
- defined in this schema
number
The search engine used by the search.
xdm:searchEngine
- is optional
- type:
string
- defined in this schema
string