Trying to sort WHERE to put the $revenue property.
My product has multiple types of events being passed right now.
Example:
- Purchase completed (catch all)
- New Subscriber
- In-app purchase
All of these could carry with it the $Revenue property, though I’m debating between using the catch all vs the specific property action.
The “purchase completed” event could have the $Revenue property and a $type property to capture what it was from, though is this redundant or unnecessary?