Solved

Group count of events by current page URL

  • 10 June 2022
  • 1 reply
  • 35 views

We have an event that is common throughout many pages on our website. We want to count the number of events and then group by the current page the user was on to see what pages the event is clicked on. The Heap visualization seems to allow you to group event clicks by “Previous Page”, but it doesn’t seem to have a group by “Current Page”. Is there a way to do this?

icon

Best answer by Christy H 10 June 2022, 17:43

View original

1 reply

Userlevel 4
Badge +3

Hey @kreyen , the property you are going to want to use in your group by is Path as seen below. This property will tell you the page that your event occurred on. I hope this helps!

 

 

Reply