We have a product purchasing funnel of `product page viewed` → `product added to cart` → `Revenue` with `price` (e.g. $12.99, $23.99,$50.99) as the event property in each event.
I am interested in the conversion break-down of different price buckets. E.g. products price between $0-20, $30-50, $50-100, >$100. How could I do this through breakdown by property and hold … constant?
Do I have to change the tracking code to append the price bracket event property to every event?