Now, if only we could tell how much of each page each visitor is reading…
1 thought on “Traffic Report”
Gregsaid:
It’s not actually that hard to measure how much scrolling occurs on a web page. You can use the DOM’s scrollY property and log that to Google Analytics as a custom event by some threshold. Easier still, I bet you could google a “percent page read google analytics” script.
It’s not actually that hard to measure how much scrolling occurs on a web page. You can use the DOM’s scrollY property and log that to Google Analytics as a custom event by some threshold. Easier still, I bet you could google a “percent page read google analytics” script.