customerprofiles_get_auto_merging_preview: Tests the auto-merging settings of your Identity Resolution...

View source: R/customerprofiles_operations.R

customerprofiles_get_auto_merging_previewR Documentation

Tests the auto-merging settings of your Identity Resolution Job without merging your data

Description

Tests the auto-merging settings of your Identity Resolution Job without merging your data. It randomly selects a sample of matching groups from the existing matching results, and applies the automerging settings that you provided. You can then view the number of profiles in the sample, the number of matches, and the number of profiles identified to be merged. This enables you to evaluate the accuracy of the attributes in your matching list.

See https://www.paws-r-sdk.com/docs/customerprofiles_get_auto_merging_preview/ for full documentation.

Usage

customerprofiles_get_auto_merging_preview(
  DomainName,
  Consolidation,
  ConflictResolution,
  MinAllowedConfidenceScoreForMerging = NULL
)

Arguments

DomainName

[required] The unique name of the domain.

Consolidation

[required] A list of matching attributes that represent matching criteria.

ConflictResolution

[required] How the auto-merging process should resolve conflicts between different profiles.

MinAllowedConfidenceScoreForMerging

Minimum confidence score required for profiles within a matching group to be merged during the auto-merge process.


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