Identify Customer
Creates a new customer or updates an existing customer record.
When a customer signs up or logs into your website, you should call the identify
method first. This will create or update the customer record in CrowdPower. You will also want to call this method whenever something about the customer record changes — like if they are now a paying customer, or they updated their profile on your website.
You may also include these additional properties...
The preferred method for sending in custom attributes is to use snake_case for keys, and UNIX timestamps (in seconds) for date values.
Custom attributes can be formatted in the Traits section to be displayed to you as a string, boolean, or date.
Last updated