Skip to content

Commit b84bedb

Browse files
committed
readme update
1 parent 0d4d1ab commit b84bedb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Scroll Depth
2-
Scroll Depth is a Google Analytics plugin that tracks how far users are scrolling. It monitors the 25%, 50%, 75%, and 100% scroll marks, sending a Google Analytics Event at each one.
2+
Scroll Depth is a Google Analytics plugin that tracks how far users are scrolling. It monitors the 25%, 50%, 75%, and 100% scroll marks, sending a Google Analytics Event at each one.
33

44
In addition to the percentage scroll marks, you can record when specific elements on the page are scrolled into view. For example, on a blog, you could send a Scroll Depth event whenever the user reaches the end of a post.
55

66
Timing data for each scroll event is reported to Google Analytics via the [User Timing API](https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingTiming). You can find this data in Google Analytics at Content > Site Speed > User Timings. This will give you data about how many seconds it takes users to reach each scroll point. (Note: Averages can be misleading. Make sure to dig through the GA UI to dig up more meaningful data. You may also want to [increase the sample rate](https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApiBasicConfiguration#_gat.GA_Tracker_._setSiteSpeedSampleRate) from the default 5% to 100%.)
77

8-
The plugin supports [Universal Analytics](https://support.google.com/analytics/answer/2790010?hl=en&ref_topic=2790009), Classic Google Analytics, and Google Tag Manager.
8+
The plugin supports Universal Analytics, Classic Google Analytics, and Google Tag Manager.
99

1010
[View the Project Page](http://parsnip.io/scroll-depth/)
1111

@@ -25,7 +25,7 @@ $.scrollDepth({
2525
```
2626

2727
## Google Tag Manager
28-
Here's the dataLayer variable information you'll need to integrate with GTM:
28+
If you want to integrate with GTM, here are the dataLayer variable names:
2929

3030
* Scroll Distance Event Name = ScrollDistance
3131
* Scroll Timing Event Name = ScrollTiming

0 commit comments

Comments
 (0)