Why are there differences in the number of unique events recorded by Google Analytics for two consecutive events?
I have set up onClick tracking for a button. When the button is clicked, an event (Event 1) is sent to Google Analytics and a CSS-selector appears on the page. Once the CSS-selector is visible, another event (Event 2) is sent to Google Analytics.
Both events have distinct categories, actions, and labels. They are individually configured in Google Tag Manager with identical settings for tags and triggers.
Upon analyzing the data in Google Analytics, I consistently notice that Event 1 has more unique events than Event 2. What could be causing this discrepancy?