customerprofiles_merge_profiles {paws.customer.engagement} | R Documentation |
Runs an AWS Lambda job that does the following:
Description
Runs an AWS Lambda job that does the following:
See https://www.paws-r-sdk.com/docs/customerprofiles_merge_profiles/ for full documentation.
Usage
customerprofiles_merge_profiles(
DomainName,
MainProfileId,
ProfileIdsToBeMerged,
FieldSourceProfileIds = NULL
)
Arguments
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. |
[Package paws.customer.engagement version 0.9.0 Index]