This feed contains the image to use for each brand, and the link to the product listing page to use when a brand is clicked on in a recommender. The format is JSON and has the following format:
{ "Version":2,
"Brands": [ {<brand1>}, . . . ., {<brandN>} ] }
Each brand is defined as:
{
"Id": <string> "DisplayName": <string>, "Image": <string>, "Description":<string> }
The Image URL should be an absolute URL. Image and Description are optional. Description can be used in merchandising recommenders that show brands (if required).
Attribute | Description | Example | Mandatory? |
Id | This is a unique Id which is used to identify a brand. Each brand Id should be unique. | "B125" | Y |
DisplayName | This is the name that will be Displayed on the brand recommenders | "Nike" | Y |
Image | An absolute URL pointing to the image to display in recommenders. It is best to reference an image which has the suitable dimensions to display in the search. If possible, specify the URL without a protocol e.g. // instead of http:// or https:// |
"//files.website.com/thumbnail/image1.jpg" | Y* |
Description | The description of a brand can be displayed in recommenders. |
|
|
Link |
This can be a relative or absolute URL pointing to a brand listing page. If using an absolute URL, specify the URL without a protocol
If not present then the brand will automatically redirect to the search results page pre-filtered by the clicked brand. |
"//www.website.com/brands/B1" |
|
*If this is not possible then the field can be left out. This field is required so that PureClarity can display the brand logo (or other relevant image) in brand recommenders. Note that certain recommenders may display a blank image if this is not included. These recommenders can be modified via the template editor or disabled in the admin
Comments
0 comments
Please sign in to leave a comment.