Model available for use in the Templates, and also returned by PureClarity in server-side requests
Properties
The title of the recommender
Set to “recommender-brand”
Array of brand objects to show in the recommender
Brand Item Properties
The brand name to show in the recommender
The url to the brand image
A url link to take an optional brand page
An optional description text
Example
{
"title": "Top Brands",
"type": "recommender-brand",
"items": [
{
"Id": "23",
"DisplayName": "Acme Corporation",
"Image": "https://example.com/images/brands/acme.jpg",
"Link": "https://example.com/brands/acme",
"Description": "Premium quality products since 1950"
},
{
"Id": "24",
"DisplayName": "TechPro",
"Image": "https://example.com/images/brands/techpro.jpg",
"Link": "https://example.com/brands/techpro",
"Description": "Innovation at its best"
}
]
}