customerprofiles_merge_profiles: Runs an AWS Lambda job that does the following:

View source: R/customerprofiles_operations.R

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


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.