ObjectTypeKey
An object that defines the Key element of a ProfileObject. A Key is a special element that can be used to search for a customer profile.
Contents
- FieldNames
-
The reference for the key name of the fields map.
Type: Array of strings
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[a-zA-Z0-9_-]+$
Required: No
- StandardIdentifiers
-
The types of keys that a ProfileObject can have. Each ProfileObject can have only 1 UNIQUE key but multiple PROFILE keys. PROFILE, ASSET, CASE, or ORDER means that this key can be used to tie an object to a PROFILE, ASSET, CASE, or ORDER respectively. UNIQUE means that it can be used to uniquely identify an object. If a key a is marked as SECONDARY, it will be used to search for profiles after all other PROFILE keys have been searched. A LOOKUP_ONLY key is only used to match a profile but is not persisted to be used for searching of the profile. A NEW_ONLY key is only used if the profile does not already exist before the object is ingested, otherwise it is only used for matching objects to profiles.
Type: Array of strings
Valid Values:
PROFILE | ASSET | CASE | ORDER | COMMUNICATION_RECORD | UNIQUE | SECONDARY | LOOKUP_ONLY | NEW_ONLY
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: