Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 700 Bytes

ECommerceReport.md

File metadata and controls

15 lines (9 loc) · 700 Bytes

# ECommerceReport

E-Commerce stats for a campaign.

Properties

Name Type Description Notes
TotalOrders int32 The total orders for a campaign. [optional] [readonly]
TotalSpent float32 The total spent for a campaign. Calculated as the sum of all order totals with no deductions. [optional] [readonly]
TotalRevenue float32 The total revenue for a campaign. Calculated as the sum of all order totals minus shipping and tax totals. [optional] [readonly]

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