Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.37 KB

GetAggregatedReport.md

File metadata and controls

21 lines (18 loc) · 1.37 KB

brevo_csharp.Model.GetAggregatedReport

Properties

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

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