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 | Stable | No | Forbidden | Permitted | datatypes/search.schema.json |
- Search
https://ns.adobe.com/xdm/context/search
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:searchEngine": "Google",
"xdm:searchEngineID": "https://ns.adobe.com/searchengines/3",
"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 | integer |
Optional | Search (this schema) |
xdm:position | integer |
Optional | Search (this schema) |
xdm:searchEngine | string |
Optional | Search (this schema) |
xdm:searchEngineID | string |
Optional | Search (this schema) |
xdm:slot | 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
Keywords for the search.
xdm:keywords
- is optional
- type:
string
- defined in this schema
string
Page depth in the search results.
xdm:pageDepth
- is optional
- type:
integer
- defined in this schema
integer
Position or rank of the listing in the search result page.
xdm:position
- is optional
- type:
integer
- defined in this schema
integer
The search engine used by the search.
xdm:searchEngine
- is optional
- type:
string
- defined in this schema
string
The application specified identifier used to identify the search engine used by the search.
xdm:searchEngineID
- is optional
- type:
string
- defined in this schema
string
- format:
uri
– Uniformous Resource Identifier (according to RFC3986)
Named section of the page where the search result appeared, for example, top or side.
xdm:slot
- is optional
- type:
string
- defined in this schema
string
Value | Description |
---|---|
top |
Top of the page |
side |
Side of the page |