Last active
February 10, 2016 15:54
-
-
Save mfairchild365/18ac78c104fc64c35ed0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//ga tracking code here | |
//custom scroll depth tracking here | |
require(['jquery', 'path/to/scrolldepth/jquery.scrolldepth.js'], function($) { | |
$.scrollDepth({ | |
//options (see http://scrolldepth.parsnip.io/) | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment