Uses of Class
software.xdev.brevo.model.GetAggregatedReport
Packages that use GetAggregatedReport
-
Uses of GetAggregatedReport in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetAggregatedReportModifier and TypeMethodDescriptionTransactionalEmailsApi.getAggregatedSmtpReport(String startDate, String endDate, Long days, String tag) Get your transactional email activity aggregated over a period of time This endpoint will show the aggregated stats for past 90 days by default if `startDate` and `endDate` OR `days` is not passed.TransactionalEmailsApi.getAggregatedSmtpReport(String startDate, String endDate, Long days, String tag, Map<String, String> additionalHeaders) Get your transactional email activity aggregated over a period of time This endpoint will show the aggregated stats for past 90 days by default if `startDate` and `endDate` OR `days` is not passed. -
Uses of GetAggregatedReport in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetAggregatedReportModifier and TypeMethodDescriptionGetAggregatedReport.hardBounces(Long hardBounces) GetAggregatedReport.softBounces(Long softBounces) GetAggregatedReport.spamReports(Long spamReports) GetAggregatedReport.uniqueClicks(Long uniqueClicks) GetAggregatedReport.uniqueOpens(Long uniqueOpens) GetAggregatedReport.unsubscribed(Long unsubscribed)