Hello,
thanks both for your answers and apologies I haven't elaborate much more in my first message.
Basically I wanna be able to create a report in workspace where the user filter by the pagenames he/she is interested in and then can see all the user interactions with those pages.
As interaction I mean every visitor action (apart from just moving the mouse or scrolling up and down) that produces a "event" within the same page. The main 5 actions I can think about are:
- download
- exit link
- video interaction (start video, pause video, etc.)
- type something in a form or box
- click on a page element
Action 1, 2, 3 in the list above
From my understanding so far adobe can already track download, exit links and video, which is good news as I'll have to do less custom variables mapping
Action 4, 5 in the list above
All the rest of the user interactions will have to be recorded in some ad hoc variables and this is the structure I have in mind:
- evar20: it records the interaction type to create some macro categories (I'd keep it simple using only "click" and "text" for action 4 and 5 in the list above)
- evar30: it records the name of the specific interaction (e.g. "click on button5", "name on form4")
- event40: it records when the previous evars gets populated
We already record pagename in an evar as well as I read adobe doesn't populate pagename variable when there is a link tracking call.
Does it make more sense now? Would you use this approach?
Thanks,
Davide