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.

Type: string

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


Example:

"jane@fake.com"

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..."

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"

Type: string

Example:

"b6ef3b..."

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"
}

Type: string

Example:

"Jane"

Type: string

Example:

"Doe"

Type: string

Example:

"Female"

Type: stringFormat: date

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


Example:

"2023-07-28"

Type: string

Example:

"Australia"

Type: string

Example:

"Victoria"

Type: string

Example:

"St Kilda"

Type: string

Example:

"3182"

Type: string

Example:

"90291"

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

Type: string

Example:

"VIP"

Type: string

Example:

"Inkerman St"

Type: string