Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.05 KB

TrackLeadRequest.md

File metadata and controls

21 lines (16 loc) · 1.05 KB

dub.model.TrackLeadRequest

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
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.
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. [optional]
customerEmail String Email of the customer in the client's app. [optional]
customerAvatar String Avatar of the customer in the client's app. [optional]
metadata Map<String, Object> Additional metadata to be stored with the lead event [optional]

[Back to Model list] [Back to API list] [Back to README]