Article sections

    The customer attributes are data that you store in your own database and want to share with Omniconvert in order to segment your visitors in a more advanced manner.

    Let’s say you have an online clothing shop, where visitors can create accounts. You can ask for information like sex or shoe size in your registration form.

    Integration

    After you’ve collected this info, you can share it with Omniconvert through the following JavaScript code, so that you will be able to use it later on to create an experiment for these visitors:

    <script>_mktz.push(['_Var','NAME','VALUE']);</script> 
    
    • NAME – name of the personalized attribute (for example “gender”)
    • VALUE – the value of the attribute, for example, “male”

    Display available attributes

    In the main left menu, under the ‘Advanced’ section you can find the ‘Customer Attributes’ category.

    On that page, you can see all the attributes sent and the number of visitors for each one.
    For debugging purposes, you can view the last 10 values sent for each attribute.

    customer advanced attributes

    How to use it

    Customer attributes can be used for segmentation or as dynamic text in experiments/surveys.

    customer attributes uses
    survey example customer attributes

    Good to know

    If there already is an attribute associated with that visitor, the new value will overwrite the old one. If you’d like to write off a certain association, leave the VALUE parameter empty.

    The segmentation based on these attributes works with or without the user being connected to your website (pretty cool, right? ?)

    Please remember that you need to install the main tracking code on all pages that use these smaller pieces of code.

    Was this post helpful?