Custom attributes
Learn more about how to tailor User.com to your needs and add your own custom attributes.
Create custom attributes
To create a new custom attribute or edit existing ones, go to Settings » App Settings and then under User data & events » User attributes.
Here you can see the list of all custom attributes. If you don’t have any yet, click Create attribute.
Set the name of your attribute. We recommend using small letters and underline _ instead of space, e.g. second_name.
Add description so other agents using your app know what this attribute is for.
Choose the type of the attribute. Select from:
• boolean
value: true or false
• fixed choice
value: one or more selected from defined options
• string
value: any set of characters up to 256 characters
• date
value: date in yyyy-mm-dd format, e.g. 2016-08-03
• datetime
value: date and time in ISO 8601 format, e.g. 2016-08-03 12:00:00+00:00
• integer
value: full number, e.g. 420
• floating-point number
value: number with point separator, e.g. 76.01
• JSON file format
value: valid JSON object, eg. { "key": "value" }Click Save and that’s it!