Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 892 Bytes

File metadata and controls

17 lines (11 loc) · 892 Bytes

# Clicks

An object describing the click activity for the campaign.

Properties

Name Type Description Notes
ClicksTotal int32 The total number of clicks for the campaign. [optional]
UniqueClicks int32 The total number of unique clicks for links across a campaign. [optional]
UniqueSubscriberClicks int32 The total number of subscribers who clicked on a campaign. [optional]
ClickRate float32 The number of unique clicks divided by the total number of successful deliveries. [optional]
LastClick time.Time The date and time of the last recorded click for the campaign in ISO 8601 format. [optional]

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