All Collections
Advanced options
Touchpoint variables
Variables based on product/item information
Variables based on product/item information

This article explains how to use our variables which have product/item information as an output.

Christiaan Proper avatar
Written by Christiaan Proper
Updated over a week ago

{{current_item.*}}
Displays field of a current viewed item. You can use this variable to check if product views are working correctly and also display certain information of a product. Example:

{{current_item.description}}


{{product_sold_lasthour_count}}
Displays the amount of product sales in the previous hour. Use on product pages.

{{product_sold_lasthour_count_min5}}
Displays the amount of product sales in the previous hour, only shows when there are 5 or more product conversions in the previous hour. You can change the minimum amount (5) to your own liking. Use on product pages.

{{product_sold_today_count}}
Displays the amount of product sales of today. Use on product pages.

{{product_sold_today_count_min5}}
Displays the amount of product sales of today, only shows when there are 5 or more product conversions today. You can change the minimum amount (5) to your own liking. Use on product pages.

{{product_sold_lastweek_count}}
Displays the amount of product sales of the previous week. Use on product pages.

{{product_sold_lastweek_count_min5}}
Displays the amount of product sales of the previous week, only shows when there are 5 or more product conversions in the previous week. You can change the minimum amount (5) to your own liking. Use on product pages.

{{stock_count}}
Displays the amount of items in stock. Use on product pages.

{{stock_count_max10}}
Displays the amount of items in stock, only shows with 10 or less items in stock. Use on product pages.

{{product_rating}}
Displays the value in the item field “rating”. Use on product pages.

{{product_rating_min4}}
Displays the value in the item field “rating”, only shows with a rating of 4 or higher. You can change the minimum amount (4) to your own liking. Use on product pages.

{{review_avg}}
Displays the value in the item field “reviews_avg”. Use on product pages.

{{popular_item_rank}}
Displays the rank in popularity ranking. Most sold item = most popular = 1. Use on product pages.

{{popular_item_rank_max10}}
Displays the rank in popularity ranking. Most sold item = most popular = 1. Only shows at items with a rank of 1 to 10. You can change the maximum amount (10) to your own liking. Use on product pages.

{{popular_item_category_rank}}
Displays the rank in category popularity ranking. Most sold item in category = most popular = 1. Use on product pages.

{{popular_item_category_rank_max10}}
Displays the rank in category popularity ranking. Most sold item in category = most popular = 1. Only shows at items with a rank of 1 to 10. You can change the maximum amount (10) to your own liking. Use on product pages.

{{inshoppingcart_count}}
Displays how much the current viewed item is in shopping carts of other visitors. Use on product pages.

{{inshoppingcart_count_min3}}
Displays how much the current viewed item is in shopping carts of other visitors. Only shows when the product is in 3 or more shopping carts. You can change the maximum amount (3) to your own liking. Use on product pages.

{{last_conversion_EN.timeago}}
Displays the amount of time ago since the last conversion of the current viewed item. Output = X minutes/hours ago. Will look back with a maximum of 10 hours. Use on product pages. Other options:

{{last_conversion_NL.timeago}}
{{last_conversion_DE.timeago}}
{{last_conversion_ES.timeago}}
{{last_conversion_IT.timeago}}
{{last_conversion_FR.timeago}}


{{last_conversion_EN.timeago24}}
Displays the amount of time ago since the last conversion of the current viewed item. Output = X minutes/hours ago. Will look back with a maximum of 24 hours. Use on product pages. Other options:

{{last_conversion_NL.timeago24}}
{{last_conversion_DE.timeago24}}
{{last_conversion_ES.timeago24}}
{{last_conversion_IT.timeago24}}
{{last_conversion_FR.timeago24}}


{{last_conversion_EN.location_city}}
Displays the city the last conversion is from of the current viewed item. Always needs to be used with either {{last_conversion_EN.timeago}} or {{last_conversion_EN.timeago24}}. Use on product pages. Other options:

{{last_conversion_NL.location_city}}
{{last_conversion_DE.location_city}}
{{last_conversion_ES.location_city}}
{{last_conversion_IT.location_city}}
{{last_conversion_FR.location_city}}
Did this answer your question?