Learn how to track lead conversion events with Dub Conversions
lead
event happens when a user performs an action that indicates interest in your product or service. This could be anything from:
dub_id
cookie that was created by the @dub/analytics
client-SDK.dub_id
value, as well as your customer’s ID and any other relevant information (email, name, avatar, etc.)email
or phone
as
the customer ID.Property | Required | Description |
---|---|---|
clickId | Yes | The unique dub_id parameter that the lead conversion event is attributed to. |
eventName | Yes | The name of the event. Example: “Sign up”. |
externalId | Yes | The unique ID of the customer in your system. Will be used to identify and attribute all future events to this customer. |
customerEmail | No | The email address of the customer. If not passed, a random email address will be generated. |
customerName | No | The name of the customer. If not passed, a random name will be generated (e.g. “Big Red Caribou”). |
customerAvatar | No | The avatar URL of the customer. If not passed, a random avatar URL will be generated. |