Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle Analytics GIF request not sent
    primarykey
    data
    text
    <p>I'm having some troubles setting up Google Analytics. I downloaded the Google Analytics Debugging extension for Chrome and if I take a look at the console, the __utm.gif request is never sent. I triple-checked my code, and everything is fine. The debugging version of ga.js is downloaded properly. In fact, I have the exact same problem as <a href="https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/analytics/discuss-tracking-and-implementation-issues/f6eh0VpdgJw">this guy that never got an answer</a>...</p> <p>For the sake of it, here is my tracking code (with <code>UA-########-#</code> properly replaced in my original code, of course)</p> <pre><code>var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-########-#']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </code></pre> <p>Everything is set up properly, and here is what I get in the console output :</p> <pre><code>_gaq.push processing : "[_setAccount, UA-########-#]" _gaq.push processing : "[_trackPageview]" Track Pageview </code></pre> <p>And then nothing else. I tried with a colleague's personal website that I know has Google Analytics installed and I can see the request for the .gif file.</p> <p>Anyone ever had this problem ?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload