Training
For clients
Загружается...
An object describing an item in the list of leads from lead forms. It represents detailed information about a lead.
| Field name | Type | Conditions | Description |
|---|---|---|---|
| id | string | readable | Lead identifier |
| form_id | string | readable | Form identifier |
| form_name | string | readable | Form name |
| ad_plan_id | uint32 | readable | Identifier of the ad campaign from which the lead was received |
| ad_group_id | uint32 | readable | Identifier of the ad group from which the lead was received |
| banner_id | uint32 | readable | Identifier of the ad from which the lead was received |
| created_at | datetime | readable | Lead received time |
| contact_info | ContactInfo | readable | Lead contact details |
| answers | list of LeadAnswer | readable | Lead’s answers to the form questions |