#1089

ARPU from Events

Product analytics calculates ARPU: revenue from events where kind = 'purchase' divided by the number of active users who have at least one event in a_events. Round the result to 2 decimal places and return one value, arpu.

Expected output sample

This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.

arpu
22

Your query result will appear here