Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.15 KB

GetExtendedCampaignStats.md

File metadata and controls

17 lines (13 loc) · 1.15 KB

GetExtendedCampaignStats

Properties

Name Type Description Notes
GlobalStats [map[string]interface{}] Overall statistics of the campaign [default to null]
CampaignStats [[]interface{}] List-wise statistics of the campaign. [default to null]
MirrorClick int64 Number of clicks on mirror link [default to null]
Remaining int64 Number of remaning emails to send [default to null]
LinksStats [map[string]interface{}] Statistics about the number of clicks for the links [default to null]
StatsByDomain *GetStatsByDomain [default to null]
StatsByDevice *GetStatsByDevice Statistics about the campaign on the basis of various devices [default to null]
StatsByBrowser *GetStatsByBrowser Statistics about the campaign on the basis of various browsers [default to null]

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