Any custom attributes sent in the feed will be available in the Template and returned in the server-side model. Access it using the same name that was provided in the feed.
Properties
The title of the recommender
set to recommender-product
The products to show in the recommenderEach product object contains:
Product Item Properties
The unique product Id
The product sku
The product title
The url to the product
The url to the main product image
The url to the overlay product image
Array of urls to the product images
The description of the product
An array of category IDs that the product is associated with
Search tags if provided in the feed
Child/Variant skus of the product, if provided in the feed
Child/Variant ids of the product, if provided in the feed
A brand object that is associated with the product. Only available if a brand Id was sent in the product feed that has associated brand data in the brand feed
The product price for the user/account
The formatted price with currency for the product (e.g. $19.00)
The previous price for the product
The formatted was price with currency for the product (e.g. $19.00)
The currency symbol for this products price
The saving on the product, taken as the difference between Price and SalePrice
The formatted saving price with current for the product (e.g. $19.00)
Percentage saving for the product, between Price and SalePrice. Fixed to 0 dp
True if the product is currently on offer. Set by the OnOffer property in the product feed model
True if the product is new to the store. Set by the NewArrival property in the product feed model
The JavaScript function to be executed on mouse down over the product elementImportant: This is required to track when users click through on a product. If this is omitted then reporting will be inaccurate
[Serverside mode only] The html rendered version based on the Template
