IdMappingJobMetrics
An object that contains metrics about an ID mapping job, including counts of input records, processed records, and mapped records between source and target identifiers.
Types
Properties
The total number of records that were input for processing.
The total number of records that did not get processed.
The total number of records that were mapped.
The total number of mapped source records.
The total number of distinct mapped target records.
The total number of records that were processed.
The number of records remaining after loading and aggregating duplicate records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping - records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.