Skip to main content

Capture Conversion Options

Overview

Options for the IntegrationLauncher.captureConversion

Implementation Example

launcher.captureConversion({
attributes: {
//customer identifier - at least one required
email: "john.smith@gmail.com",
emailsha256: "",
passbackconversiontrackingid: "",

//differentiate between different conversion events
conversionType: "signup"
},
});

Properties

attributes

attributes : Attributes

Partner Attributes relevant for a conversion.


identifier (optional)

identifier? : string

A unique identifier for the page where you are planning on displaying the placements.

This is useful in cases where:

  • A multistep checkout flow may have pages with the same Universal Resource Identifier (URI). This provides the opportunity to identify the page uniquely.
  • When you want to call /placements/any but aren't sure what the URI is for the page on which you want to show placements.

See Page identifier for more information on the use cases.

Was this article helpful?