To gain extra insights I want to group event “A” by some specific property of event “B”.
So I want to see how many users who are in one of the three groups I have of an eventproperty of event “B” do a certain event property of event “A”.
To give a more clear illustration: I want to use the segmentation graph.
Events
A: buttonClick
where buttonName = xxx
grouped by buttonValue
B: event
grouped by eventProperties.xxx
Is it possible to connect the grouped by I use in event B for event A? So ideally I would like to have the green part (a property of event B) in part A. I thought maybe it is possible to connect those two via the formula, but I have no clue. Anyone any thoughts?