Variables based on conversions

This article explains how to use our variables which have conversion data as an output.

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

{{conversions_lasthour_count}}
Displays the amount of conversions in the previous hour.

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

{{conversions_today_count}}
Displays the amount of conversions of today.

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

{{conversions_lastweek_count}}
Displays the amount of conversions of the previous week.

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

{{last_conversion_global_EN.timeago}}
Displays the amount of time ago since the last conversion. Output = X minutes/hours ago. Will look back with a maximum of 10 hours. Other options:

{{last_conversion_global_NL.timeago}}
{{last_conversion_global_DE.timeago}}
{{last_conversion_global_ES.timeago}}
{{last_conversion_global_IT.timeago}}
{{last_conversion_global_FR.timeago}}

{{last_conversion_global_EN.timeago24}}
Displays the amount of time ago since the last conversion. Output = X minutes/hours ago. Will look back with a maximum of 24 hours. Other options:

{{last_conversion_global_NL.timeago24}}
{{last_conversion_global_DE.timeago24}}
{{last_conversion_global_ES.timeago24}}
{{last_conversion_global_IT.timeago24}}
{{last_conversion_global_FR.timeago24}}

{{last_conversion_global_EN.location_city}}
Displays the city the last conversion is from. Always needs to be used with either {{last_conversion_global_EN.timeago}} or {{last_conversion_global_EN.timeago24}}. Other options:

{{last_conversion_global_NL.location_city}}
{{last_conversion_global_DE.location_city}}
{{last_conversion_global_ES.location_city}}
{{last_conversion_global_IT.location_city}}
{{last_conversion_global_FR.location_city}}

{{last_conversion_global.item}}
Displays the overall last bought item. Doesn’t look at the language or shop, so this variable can only be used if you use one shop in one language. Example of how to use:

Someone just bought the following item!
<img src="{{last_conversion_global.item.image}}">
<h1>{{last_conversion_global.item.name}}</h1>
<p>{{last_conversion_global.item.description}}</p>
<a href="{{last_conversion_global.item.url}}">View product</a>

{{last_conversion_overall_EN.timeago}}
Displays the amount of time ago since the last conversion within a range of 30 kilometers (≈19 mi). Output = X minutes/hours ago. Will look back with a maximum of 10 hours. Other options:

{{last_conversion_overall_NL.timeago}}
{{last_conversion_overall_DE.timeago}}
{{last_conversion_overall_ES.timeago}}
{{last_conversion_overall_IT.timeago}}
{{last_conversion_overall_FR.timeago}}

{{last_conversion_overall_EN.timeago24}}
Displays the amount of time ago since the last conversion within a range of 30 kilometers (≈19 mi). Output = X minutes/hours ago. Will look back with a maximum of 24 hours. Other options:

{{last_conversion_overall_NL.timeago24}}
{{last_conversion_overall_DE.timeago24}}
{{last_conversion_overall_ES.timeago24}}
{{last_conversion_overall_IT.timeago24}}
{{last_conversion_overall_FR.timeago24}}

{{last_conversion_overall_EN.location_city}}
Displays the city the last conversion is from, within a range of 30 kilometers (≈19 mi). Always needs to be used with either {{last_conversion_overall_EN.timeago}} or {{last_conversion_overall_EN.timeago24}}. Other options:

{{last_conversion_overall_NL.location_city}}
{{last_conversion_overall_DE.location_city}}
{{last_conversion_overall_ES.location_city}}
{{last_conversion_overall_IT.location_city}}
{{last_conversion_overall_FR.location_city}}

{{last_conversion_overall.item}}
Displays the overall last bought item within a range of 30 kilometers (≈19 mi). Doesn’t look at the language or shop, so this variable can only be used if you use one shop in one language. Example of how to use:

Someone just bought the following item from {{last_conversion_overall_EN.location_city}}, {{last_conversion_overall_EN.timeago24}}!
<img src="{{last_conversion_overall.item.image}}">
<h1>{{last_conversion_overall.item.name}}</h1>
<p>{{last_conversion_overall.item.description}}</p>
<a href="{{last_conversion_overall.item.url}}">View product</a>

{{last_conversion_country_EN.timeago}}
Displays the amount of time ago since the last conversion within the same country. Output = X minutes/hours ago. Will look back with a maximum of 10 hours. Other options:

{{last_conversion_country_NL.timeago}}
{{last_conversion_country_DE.timeago}}
{{last_conversion_country_ES.timeago}}
{{last_conversion_country_IT.timeago}}
{{last_conversion_country_FR.timeago}}

{{last_conversion_country_EN.timeago24}}
Displays the amount of time ago since the last conversion within the same country. Output = X minutes/hours ago. Will look back with a maximum of 24 hours. Other options:

{{last_conversion_country_NL.timeago24}}
{{last_conversion_country_DE.timeago24}}
{{last_conversion_country_ES.timeago24}}
{{last_conversion_country_IT.timeago24}}
{{last_conversion_country_FR.timeago24}}

{{last_conversion_country_EN.location_city}}
Displays the city the last conversion is from, within the same country. Always needs to be used with either {{last_conversion_country_EN.timeago}} or {{last_conversion_country_EN.timeago24}}. Other options:

{{last_conversion_country_NL.location_city}}
{{last_conversion_country_DE.location_city}}
{{last_conversion_country_ES.location_city}}
{{last_conversion_country_IT.location_city}}
{{last_conversion_country_FR.location_city}}

{{last_conversion_country.item}}
Displays the overall last bought item within the same country. Doesn’t look at the language or shop, only the location of the visitors. Example of how to use:

Someone just bought the following item from {{last_conversion_country_EN.location_city}}, {{last_conversion_country_EN.timeago24}}!
<img src="{{last_conversion_country.item.image}}">
<h1>{{last_conversion_country.item.name}}</h1>
<p>{{last_conversion_country.item.description}}</p>
<a href="{{last_conversion_country.item.url}}">View product</a>
Did this answer your question?