You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
Feature request: impressionTracker tracking after X seconds of element visibility
It would be nice to know if the user has spent enough time within the element to read it before tracking it as an impression. I was thinking the user needs somewhere around 2-3 seconds to properly be 'impressed' by an element
sample use case:
// JAVASCRIPT
ga('impressionTracker:observeElements', ['product-description']);
// HTML
<div id="product-description"
data-ga-event-min-duration="3000"
data-ga-event-category="Product Page"
data-ga-event-action="Read Product Description"
data-ga-event-label="Fender FA-345CE Auditorium Acoustic Guitar, Tea Burst">
<p>An instrument that sounds as good as it looks ...</p>
</div>
Feature request: impressionTracker tracking after X seconds of element visibility
It would be nice to know if the user has spent enough time within the element to read it before tracking it as an impression. I was thinking the user needs somewhere around 2-3 seconds to properly be 'impressed' by an element
sample use case:
sample element visibility duration tracking:
https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API/Timing_element_visibility#Result
screenshot of 15 seconds of impression
The text was updated successfully, but these errors were encountered: