File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ <h1>jQuery Scroll Depth Test Page</h1>
1212 < footer style ="background: #999; height: 200px; display: block; "> footer</ footer >
1313
1414 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js "> </ script >
15- < script src ="../jquery.scrolldepth.min. js "> </ script >
15+ < script src ="../jquery.scrolldepth.js "> </ script >
1616 < script >
1717 var _gaq = { } ;
1818 _gaq . push = function ( data ) {
@@ -30,15 +30,16 @@ <h1>jQuery Scroll Depth Test Page</h1>
3030 } ;
3131
3232 _gaq = undefined ;
33- dataLayer = undefined ;
34- ga = undefined ;
33+ // dataLayer = undefined;
34+ // ga = undefined;
3535
3636 $ . scrollDepth ( {
3737 elements : [ '#main' , 'footer' ] ,
3838 userTiming : true ,
39- eventHandler : function ( data ) {
40- console . log ( data )
41- }
39+ gtmOverride : true ,
40+ //eventHandler: function(data) {
41+ //console.log(data)
42+ //}
4243 } ) ;
4344 </ script >
4445</ body >
You can’t perform that action at this time.
0 commit comments