Replies: 1 comment 1 reply
-
i figured out why views are so high, events are being counted as views on the freshly installed, 2 views on overview go to events page and it shows 5 views, (2 views, 3 events = 5) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For context i am doing multiple events per page load
This is done on a shopify site
Every page load shoots a
page_view
eventif its a product page it also shoots a
product_viewed
eventif its a collection page it also shoots a
collection_viewed
eventi can't find any documentation on what constitutes a view, visitor or visits (i may just be blind)
I can guess a Visitor is session based, Visits is how many visits we have across all sessions and views must be the rest? just a total amount? but if i am sending a custom
page_view
event along side the configuration shouldn't the views be equal to the amount ofpage_view
events?In my case i believe there should be even more events than visits, maybe i am missing something? each page load can send 1-5 events, but somehow they trigger multiple views?
Beta Was this translation helpful? Give feedback.
All reactions