Explore standardized definitions, formulas and usage guidance for key ecommerce performance metrics.
Key measure of campaign effectiveness and goal achievement.
How many conversions did we get yesterday?
SELECT SUM(COALESCE(conversions, 0)) AS conversions FROM spends WHERE spends_date BETWEEN :start AND :end;