Breaking Down same evars from different network call in one page load
Hi All,
If I have a page where I want to track
1. button panels
2. radio button
I basically track both every time a customer interact with it. So in a single page load, user can click button 1 and button 2 before going to the next page.
Then 2 network call will appear using the same eVar with different name. e.g.
eVar2 = "button panels 1 pressed"
eVar2 = "radio button 1 pressed"
How am I able to get a reporting where I can see how many people selected button panel 1 AND radio button 1 ?