A
Andrew Jackson
In some tracking platforms the type of event is used to differentiate between events. For example, in mParticle there are screen view events, media events and custom events. So in Yossi's example, a navigation event might fire a screen view event with property
page
as homepage
, but a "Add to my list" event which is a custom event occurs would also have the property page: homepage
but as a descriptor of where the 'add to my list` event occurred.Alex Ran
under review
Alex Ran
Hey Yossi Turjeman, thanks for your feedback! Would you like to add page information to event cards, like "which page/screen does this events belong to"? Could you share a bit more about how it can help you? Thanks!
Y
Yossi Turjeman
Alex Ran: sure. my point is to differentiate between events that states a page visit by guest as one type, and events of gusts doing action on the page as a second type.