Linking Mixpanel Events for Analytics on User Rebates and Order Types
Hi everyone, I have a question. In Mixpanel, we receive two related events:
- 1.
Order Placed - Information about an order placed for buying or selling on an exchange.
- 2.
User Rebate - Information about a user receiving a rebate from the exchange after placing an order.
The second event occurs only if the first event has occurred. Is it possible to get the data (parameters of the first event) to build analytics for the second event? For example, the Order Placed event has a parameter called order type, and I would like to see how many User Rebate events had a specific order type. Is it possible to link these two events by ID? Or is there a way to send a common identifier that can be used to join these events? If so, how can this be done?