All Collections
Advanced options
Touchpoint variables
Variables based on user information
Variables based on user information

This article explains how to use our variables which have user information as an output.

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

{{profile.*}}
Displays field of a profile. You can replace the star with any field name to display it in a touchpoint. Example:

{{profile.first_name}}


{{custom_data.*}}
Displays a field of custom data from a profile. This can only be used if you sent custom data to our tracking pixel. Example:

{{custom_data.b2bcustomer}}


{{shopping_cart_count}}
Displays the amount of items in the shopping cart of the visitor.

{{shopping_cart_value}}
Displays the value of the shopping cart of the visitor.

{{city}}
Displays the city the visitor is from.

{{devicetype}}
Displays the device type, e.g. “Desktop”, “Tablet” and “Mobile”.

{{devicebrand}}
Displays the device brand, e.g. “Samsung”, “Apple”, “Dell”.

{{devicemodel}}
Displays the device model, e.g. “Galaxy S8”, “XPS 13”, “iPhone”. Note: Apple hides the device model, so we can only display “iPhone”.

Did this answer your question?