View source: R/customerprofiles_operations.R
customerprofiles_merge_profiles | R Documentation |
Runs an AWS Lambda job that does the following:
See https://www.paws-r-sdk.com/docs/customerprofiles_merge_profiles/ for full documentation.
customerprofiles_merge_profiles(
DomainName,
MainProfileId,
ProfileIdsToBeMerged,
FieldSourceProfileIds = NULL
)
DomainName |
[required] The unique name of the domain. |
MainProfileId |
[required] The identifier of the profile to be taken. |
ProfileIdsToBeMerged |
[required] The identifier of the profile to be merged into MainProfileId. |
FieldSourceProfileIds |
The identifiers of the fields in the profile that has the information you want to apply to the merge. For example, say you want to merge EmailAddress from Profile1 into MainProfile. This would be the identifier of the EmailAddress field in Profile1. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.