Uses of Class
software.xdev.brevo.model.EcommerceAttributionMetricsGet200Response
Packages that use EcommerceAttributionMetricsGet200Response
-
Uses of EcommerceAttributionMetricsGet200Response in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return EcommerceAttributionMetricsGet200ResponseModifier and TypeMethodDescriptionEcommerceApi.ecommerceAttributionMetricsGet(OffsetDateTime periodFrom, OffsetDateTime periodTo, List<String> emailCampaignId, List<String> smsCampaignId, List<String> automationWorkflowEmailId, List<String> automationWorkflowSmsId) Get attribution metrics for one or more Brevo campaigns or workflowsEcommerceApi.ecommerceAttributionMetricsGet(OffsetDateTime periodFrom, OffsetDateTime periodTo, List<String> emailCampaignId, List<String> smsCampaignId, List<String> automationWorkflowEmailId, List<String> automationWorkflowSmsId, Map<String, String> additionalHeaders) Get attribution metrics for one or more Brevo campaigns or workflows -
Uses of EcommerceAttributionMetricsGet200Response in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return EcommerceAttributionMetricsGet200ResponseModifier and TypeMethodDescriptionEcommerceAttributionMetricsGet200Response.addResultsItem(ConversionSourceMetrics resultsItem) EcommerceAttributionMetricsGet200Response.results(List<ConversionSourceMetrics> results) EcommerceAttributionMetricsGet200Response.totals(EcommerceAttributionMetricsGet200ResponseTotals totals)