View source: R/customerprofiles_operations.R
customerprofiles_add_profile_key | R Documentation |
Associates a new key value with a specific profile, such as a Contact Record ContactId.
See https://www.paws-r-sdk.com/docs/customerprofiles_add_profile_key/ for full documentation.
customerprofiles_add_profile_key(ProfileId, KeyName, Values, DomainName)
ProfileId |
[required] The unique identifier of a customer profile. |
KeyName |
[required] A searchable identifier of a customer profile. The predefined keys you can use include: _account, _profileId, _assetId, _caseId, _orderId, _fullName, _phone, _email, _ctrContactId, _marketoLeadId, _salesforceAccountId, _salesforceContactId, _salesforceAssetId, _zendeskUserId, _zendeskExternalId, _zendeskTicketId, _serviceNowSystemId, _serviceNowIncidentId, _segmentUserId, _shopifyCustomerId, _shopifyOrderId. |
Values |
[required] A list of key values. |
DomainName |
[required] The unique name of the domain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.