CustomerRecord

Type: object

A customer object record_type=customer_record.
Represents customer information, such as traditional CRM entries, user account information, and so on, in the CDXP.
The Lexer CDXP will resolve related customer records into one profile, creating a single representation of a profile based on the rules configured within the Hub.

Email Address

Type: string

Raw email address. This will not be used for linking, but is available for use as an attribute in the CDE

Must match regular expression: (^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+$)
Example:

"jane@fake.com"

Email Sha256

Type: string

A hexadecimal string representing SHA 256 sum of a lowercased email address with trimmed whitespace. This will not be used for linking, but is available for use as an attribute in the CDE


Example:

"8b1885..."

Mobile Phone Number

Type: string

A mobile phone number including country code, no whitespace or punctuation. This will not be used for linking, but is available for use as an attribute in the CDE


Example:

"61491570006"

Customer Id

Type: string

Example:

"b6ef3b..."

Custom Fields

Type: object

Custom Fields. Properties are open, but a dataset may be configured to accept only particular fields to facilitate automated processing in the Lexer CDP.


Example:

{
    "churn_risk": 0.291,
    "loyalty_status": "platinum"
}

First Name

Type: string

Example:

"Jane"

Last Name

Type: string

Example:

"Doe"

Gender

Type: string

Example:

"Female"

Date Of Birth

Type: stringFormat: date

An ISO8601 date string referring to the customer's date of birth


Example:

"2023-07-28"

Country

Type: string

Example:

"Australia"

State

Type: string

Example:

"Victoria"

City

Type: string

Example:

"St Kilda"

Postcode

Type: string

Example:

"3182"

Zip

Type: string

Example:

"90291"

Address 1

Type: string

Example:

"Inkerman St"

Address 2

Type: string

Employee Flag

Type: boolean

true if this customer is an employee of the business. Useful for suppressing them from messages, ad campaigns, and excluding them from searches.


Example:

false

Customer Type

Type: string

Example:

"VIP"