Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.56 KB

GetAggregatedReport.md

File metadata and controls

21 lines (18 loc) · 1.56 KB

GetAggregatedReport

Properties

Name Type Description Notes
Range_ string Time frame of the report [optional] [default to null]
Requests int64 Number of requests for the timeframe [optional] [default to null]
Delivered int64 Number of delivered emails for the timeframe [optional] [default to null]
HardBounces int64 Number of hardbounces for the timeframe [optional] [default to null]
SoftBounces int64 Number of softbounces for the timeframe [optional] [default to null]
Clicks int64 Number of clicks for the timeframe [optional] [default to null]
UniqueClicks int64 Number of unique clicks for the timeframe [optional] [default to null]
Opens int64 Number of openings for the timeframe [optional] [default to null]
UniqueOpens int64 Number of unique openings for the timeframe [optional] [default to null]
SpamReports int64 Number of complaint (spam report) for the timeframe [optional] [default to null]
Blocked int64 Number of blocked contact emails for the timeframe [optional] [default to null]
Invalid int64 Number of invalid emails for the timeframe [optional] [default to null]
Unsubscribed int64 Number of unsubscribed emails for the timeframe [optional] [default to null]

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