Skip to main content
In the Embed URL Builder, this is the User attributes field.

Syntax

userAttributes=<encoded_attributes_object>

Properties

userAttributes
object
An object containing user attributes, specified as "<user_attribute_reference>": "<value>".

Examples

If you have this set of user attributes:
userAttributes={"country":"Townsville", "associated_ids":[9,10,11], "omni_user_timezone":"America/New_York"}
The encoded version would be:
Set country, associated_ids, and omni_user_timezone attributes
userAttributes=%7B%22country%22%3A%22Townsville%22%2C%20%22associated_ids%22%3A%5B9%2C10%2C11%5D%2C%20%22omni_user_timezone%22%3A%22America%2FNew_York%22%7D