Explore standardized definitions, formulas and usage guidance for key ecommerce performance metrics.
Measures the monetary impact of marketing campaigns.
What was our total conversion value this week?
SELECT ROUND(COALESCE(SUM(conversions_value), 0), 2) AS conversions_value FROM spends WHERE spends_date BETWEEN :start AND :end;