> ## Documentation Index
> Fetch the complete documentation index at: https://help.getvero.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What are customer properties?

> Store attributes like name, location, and custom data on customer profiles for segmentation.

Customer properties are attributes that are attached as data to a user. A customer can have **multiple properties** which are located on their profile.

You often get this data when a customer signs up to your site, fills out a survey or passes an order. These properties are key in Vero and let you segment your customer base with granularity.

Vero has reserved some properties:

| Attribute (type)       | Description                                                                                                                                                                          |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| id (String)            | The unique identifier of the customer                                                                                                                                                |
| email (String)         | The email address of the customer                                                                                                                                                    |
| first\_name (String)   | The first name of the customer                                                                                                                                                       |
| last\_name (String)    | The last name of the customer                                                                                                                                                        |
| last\_name (String)    | The last name of the customer                                                                                                                                                        |
| gender (String)        | The gender of the customer                                                                                                                                                           |
| age (Number)           | The age of the customer                                                                                                                                                              |
| birthday (Date)        | The birthdate of the customer. We recommend the ISO\_8601 format but also accept UNIX timestamps for convenience.                                                                    |
| phone (String)         | The phone number of the customer                                                                                                                                                     |
| description (String)   | The description of the customer like their bio.                                                                                                                                      |
| title (String)         | The title of the customer like "VP of Marketing"                                                                                                                                     |
| username (String)      | The username of the customer                                                                                                                                                         |
| website (String)       | The customer’s website                                                                                                                                                               |
| created\_at (Date)     | The date the customer was first created. We recommend the ISO\_8601 format but also accept UNIX timestamps for convenience. Generated by Vero if not provided. It cannot be updated. |
| tags (List)            | List of the tags assigned to that customers, if any.                                                                                                                                 |
| locale (String)        | The locale that define the customer’s language and country in the following format en\_AU for Australian English.                                                                    |
| city (String)          | The city of the customer                                                                                                                                                             |
| country\_code (String) | The country code of the customer                                                                                                                                                     |
| country (String)       | The country of the customer                                                                                                                                                          |
| latitude (String)      | The latitude of the customer                                                                                                                                                         |
| longitude (String)     | The longitude of the customer                                                                                                                                                        |
| postal\_code (String)  | The postal code of the customer                                                                                                                                                      |
| region (String)        | The region of the customer                                                                                                                                                           |
| timezone (Integer)     | The timezone of the customer                                                                                                                                                         |
