What is the purpose of the 'Use Salesforce Upsert API' field?
This field tells DSP to use Salesforce's native Upsert API with an External ID for upsert actions.
Benefits:
-
Improves performance by avoiding extra match queries.
-
Simplifies matching—Salesforce handles the lookup automatically.
-
Supports enabling Bulk API.
Considerations:
-
Skip Record Update if No Changes is not supported, since DSP's Match step is bypassed.
-
The Target Matching Field must be an External ID field.