Markdown file
overall_avg_spend_per_purchase_session.md
The overall average amount spent across all unique purchase sessions.
AVG(total_session_spend)
-- where total_session_spend is SUM(COALESCE(...)) for event_name = 'purchase' events within a session, grouped by user_pseudo_id and ga_session_id