Usetiful allows you to provide personalized experiences to your customers by including dynamic messages tailored to each user's unique context. With a simple setup, you can engage users more effectively.



How to Set Up Personalized Content
To enable personalization, add the following script before the main Usetiful script on your website:


<script>
window.usetifulTags = {
    tagName: "tagvalue",
    tagNameAnother: "tagvalueanother"
};
</script>


Using Tags in Usetiful Content

Once the script is in place, you can refer to the tag values as variables in your content editor. Simply use curly brackets to include the tag name. For example: {tagName}.

Here are some examples of commonly used tags and how to use them:


Examples of tags and their usage:

Tag nameExample of usage
FirstName"Hello {firstName}, welcome to our product!"
CartValue"You have {CartValue} products in your cart. Go to checkout."
SiteName"Thank you for visiting {SiteName}. Have fun here!"


Note:

  • The tags provided are shared with the Usetiful server for reporting purposes. Please refrain from sharing personal identifiable information without prior agreement with the Usetiful team.
  • Tag names and tag values must be of data type string - for example "abcd", "abcd123" or "123".


Did you know that you can use tags to segment your users? Find out more here.