<?xml version='1.0' encoding='ISO-8859-1'?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comment to: Tracking Content Scrollers, Scanners &amp; Readers in Google Analytics - Savio.no</title>
<link>http://www.savio.no</link>
<description>Savio.no is about Digital Analytics (mainly Google Analytics) & Internet Marketing. The website belongs to Eivind & Jarle Savio.</description>
<dc:language>no</dc:language>
<item>
<title>Comment by: Eivind Savio</title>
<description>Thanks for your feedback Baptiste. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;There are some hit limitations in Google Analytics. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Session limits:&lt;/strong&gt; 500 hits per session. &lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Monthly limit&lt;/strong&gt;: 10 million hits per month. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Source: &lt;a href=&quot;https://developers.google.com/analytics/devguides/collection/gajs/limits-quotas&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://developers.google.com/analytics/devguides/collection/gajs/limits-quotas&lt;/a&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;With that said, the 10 millions per month limit has never been executed by Google Analytics to my knowledge. &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;/ Eivind</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Eivind Savio</dc:creator>
<dc:date>01.05.2013 21:59:14</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment307</link>
</item>
<item>
<title>Comment by: Baptiste Legrand</title>
<description>Hey ! That's an amazing contribution to the community you've made here. Thanks a million for that. You've just earned a loyal follower (and eager learner) for the years to come. &lt;br /&gt; &lt;br /&gt;&lt;strong&gt;Just a quick question :&lt;/strong&gt; as someone pointed out, the result of this tracking script will be a HUGE amount of new events in GA. &lt;br /&gt; &lt;br /&gt;Won't it hit some kind of limitation ? &lt;br /&gt; &lt;br /&gt;My website gets between 13 000 to 15 000 unique visitors a day, won't all these new events overload my free GA account ? &lt;br /&gt; &lt;br /&gt;Should I be worried about that, before implementing this script ? &lt;br /&gt; &lt;br /&gt;</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Baptiste Legrand</dc:creator>
<dc:date>30.04.2013 13:13:12</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment306</link>
</item>
<item>
<title>Comment by: Isreal Hartley</title>
<description>You sir, need to write your own book! I was about to comment and ask/suggest you share the Excel document, but you already have. &lt;br /&gt; &lt;br /&gt;Keep up the good work.  &lt;br /&gt; &lt;br /&gt;Isreal</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Isreal Hartley</dc:creator>
<dc:date>05.02.2013 22:04:43</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment297</link>
</item>
<item>
<title>Comment by: Eivind Savio</title>
<description>Thank you Jens. &lt;br /&gt;Comments like this is highly appreciated. &lt;br /&gt;/ Eivind</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Eivind Savio</dc:creator>
<dc:date>03.02.2013 23:51:27</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment294</link>
</item>
<item>
<title>Comment by: Jens</title>
<description>Actually, for me it fires straight on page load, not after the user scrolled 150px. &lt;br /&gt; &lt;br /&gt;So I modified the code like this (note &quot;scrollStarted&quot; variable): &lt;br /&gt; &lt;br /&gt;    var scrollStarted = false; &lt;br /&gt;    $(window).scroll(function () { &lt;br /&gt;        if ( scrollStarted ) { // Avoid starting processing on page load &lt;br /&gt;            if (timer) { &lt;br /&gt;                clearTimeout(timer); &lt;br /&gt;            } &lt;br /&gt;            // Use a buffer so we don't call trackLocation too often. &lt;br /&gt;            timer = setTimeout(trackLocation, callBackTime); &lt;br /&gt;        } &lt;br /&gt;        scrollStarted = true; &lt;br /&gt;    });</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Jens</dc:creator>
<dc:date>03.02.2013 22:47:11</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment293</link>
</item>
<item>
<title>Comment by: Eivind Savio</title>
<description>Good question. &lt;br /&gt;You have to scroll 150px before the script fires, so it shouldn't influence results. &lt;br /&gt; &lt;br /&gt;/ Eivind</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Eivind Savio</dc:creator>
<dc:date>02.02.2013 22:28:11</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment292</link>
</item>
<item>
<title>Comment by: Jens</title>
<description>I noticed that $(window).scroll() fires once on page load. Wouldn't this influence results? &lt;br /&gt; &lt;br /&gt;There's a workaround here (bottom of page): &lt;br /&gt;&lt;a href=&quot;http://stackoverflow.com/questions/6452960/window-scroll-firing-on-page-load&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://stackoverflow.com/questions/6452960/window-scroll-firing-on-page-load&lt;/a&gt;</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Jens</dc:creator>
<dc:date>01.02.2013 04:27:16</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment290</link>
</item>
<item>
<title>Comment by: Eivind Savio</title>
<description>You can't control it. Event Value is based on your visitors time spent before they scroll, or how long time they use to scroll/read an article or scroll to bottom of the page measured in seconds. &lt;br /&gt; &lt;br /&gt;If you don't want this information, remove tracking of Event Value.</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>Eivind Savio</dc:creator>
<dc:date>02.12.2012 00:00:49</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment275</link>
</item>
<item>
<title>Comment by: power</title>
<description>After add this script, My Event Value suddenly increased to 1 billion . How to control it?</description>
<dc:subject>Web Analytics</dc:subject>
<dc:creator>power</dc:creator>
<dc:date>01.12.2012 03:32:51</dc:date>
<link>http://www.savio.no/blogg/a/114/tracking-content-scrollers-scanners-og-readers-in-google-analytics?utm_source=feed-blog-comment&amp;utm_medium=feed&amp;utm_campaign=tracking-content-scrollers-scanners-og-readers-in-google-analytics#comment274</link>
</item>
</channel>
</rss>
