I’m trying to figure out how to set up a chart where I’m partitioning results according to whether users purchased X before, after, at the same time, or not at all in relation to the purchase of product Y. I was trying to use purchase of Y as my event definition, and then in the user specification on right, I was thinking I should use the offset feature to try to specify that the event there has to have occurred before the event in the event definition, but I’m not sure I’m understanding the documentation fully.
Scenarios for users who purchased Y:
- purchased X then Y
- purchased Y then X
- purchased X and Y (same time)
- purchased Y but not X
If I wanted to see unique counts of users who purchased Y for all four of the groups listed above, how would I do that? Do I need to set up cohorts for this? And would the set up be the same if I was trying to apply this type of grouping to a funnel?