mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
5.1 KiB
5.1 KiB
TrackLeadRequestBody
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
clickId |
string | ✔️ | The ID of the click in th Dub. You can read this value from dclid cookie. |
|
eventName |
string | ✔️ | The name of the event to track. | Sign up |
customerId |
string | ✔️ | This is the unique identifier for the customer in the client's app. This is used to track the customer's journey. | |
customerName |
string | ➖ | Name of the customer in the client's app. | |
customerEmail |
string | ➖ | Email of the customer in the client's app. | |
customerAvatar |
string | ➖ | Avatar of the customer in the client's app. | |
metadata |
Record<string, any> | ➖ | Additional metadata to be stored with the lead event |