https://ns.adobe.com/xdm/mixins/experienceevent-site-search
Site search related information such as search query, filtering, and ordering.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | fieldgroups/experience-event/experienceevent-site-search.schema.json |
- Site Search
https://ns.adobe.com/xdm/mixins/experienceevent-site-search
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Site Search
https://ns.adobe.com/xdm/datatypes/sitesearch
- Measure
https://ns.adobe.com/xdm/data/measure
- Extensibility base schema
{
"xdm:searchRequest": {
"xdm:value": 1
},
"xdm:siteSearch": {
"xdm:filter": [
{
"xdm:attribute": "Device",
"xdm:value": [
"Mobile",
"Phone"
],
"xdm:isRange": false
},
{
"xdm:attribute": "Price",
"xdm:value": [
"900",
"1000"
],
"xdm:isRange": true
},
{
"xdm:attribute": "price",
"xdm:value": [
"800",
"1000"
],
"xdm:isRange": true
}
],
"xdm:sort": [
{
"xdm:attribute": "price",
"xdm:order": "DESC"
},
{
"xdm:attribute": "relevance",
"xdm:order": "ASC"
}
],
"xdm:query": "Iphone 13"
}
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:searchRequest | Measure | Optional | Site Search (this schema) |
xdm:searchResponse | Measure | Optional | Site Search (this schema) |
xdm:siteSearch | Site Search | Optional | Site Search (this schema) |
* |
any | Additional | this schema allows additional properties |
A search request has been sent.
xdm:searchRequest
- is optional
- type: Measure
- defined in this schema
- Measure –
https://ns.adobe.com/xdm/data/measure
A search response has been received.
xdm:searchResponse
- is optional
- type: Measure
- defined in this schema
- Measure –
https://ns.adobe.com/xdm/data/measure
The information related to site search.
xdm:siteSearch
- is optional
- type: Site Search
- defined in this schema
- Site Search –
https://ns.adobe.com/xdm/datatypes/sitesearch