Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle Analytics Campaign not showing up
    primarykey
    data
    text
    <p>maybe I'm just too stupid for this today, but the link built with the URL Builder Tool simply doesn't work...</p> <p>The URL is like this: <code>www.myhost.de/?utm_source=newspaper&amp;utm_medium=wallpaper&amp;utm_campaign=Dezember_2013</code></p> <p>The JavaScript from Analytics on the page is:</p> <pre><code>&lt;!-- google tracking --&gt; &lt;script type="text/javascript"&gt; var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-307XXXXX-1']); _gaq.push(['_setDomainName', 'myhost.de']); _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); })(); &lt;/script&gt; </code></pre> <p>And if I use the link, the request that is fired by Analytics looks like this:</p> <pre><code>http://www.google-analytics.com/__utm.gif?utmwv=5.4.6&amp;utms=6&amp;utmn=796526978&amp;utmhn=www.myhost.de&amp;utmcs=UTF-8&amp;utmsr=1680x1050&amp;utmvp=1664x508&amp;utmsc=24-bit&amp;utmul=de&amp;utmje=1&amp;utmfl=-&amp;utmdt=MYHOST%20-%20Home&amp;utmhid=1467028902&amp;utmr=-&amp;utmp=%2F%3Futm_source%3Dnewspaper%26utm_medium%3Dwallpaper%26utm_campaign%3DDezember_2013&amp;utmht=1386062173012&amp;utmac=UA-307XXXX-1&amp;utmcc=__utma%3D17482222.575449741.1373561003.1386060468.1386060834.81%3B%2B__utmz%3D17482222.1386060834.81.7.utmcsr%3Dnewspaper%7Cutmccn%3DDezember_2013%7Cutmcmd%3Dwallpaper%3B&amp;utmu=qB~ </code></pre> <p>But nothing shows up in Analytics. I just don't get it, there is no redirect or anything on the page.</p> <p>Do I have to actively do something in Analytics or use _gaq.push to actively push the campaign params?</p> <p>Please be kind if I'm just not getting it today....</p> <p>EDIT: The recommended Google Analytics Debugger Plugin seems to show everything is correct:</p> <pre><code>Account ID : UA-307XXXXX-1 Page Title : MYHOST - Home Host Name : www.myhost.de Page : /?utm_source=newspaper&amp;utm_medium=wallpaper&amp;utm_campaign=Dezember_2013 Referring URL : - Hit ID : 11522283 Visitor ID : 575449741 Session Count : 82 Session Time - First : Thu Jul 11 2013 18:43:23 GMT 0200 (CEST) Session Time - Last : Tue Dec 03 2013 09:53:54 GMT 0100 (CET) Session Time - Current : Tue Dec 03 2013 11:44:22 GMT 0100 (CET) Campaign Time : Tue Dec 03 2013 09:53:54 GMT 0100 (CET) Campaign Session : 81 Campaign Count : 7 Campaign Source : newspaper Campaign Medium : wallpaper; Campaign Name : Dezember_2013 Language : de Encoding : UTF-8 Flash Version : 11.9 r900 Java Enabled : true Screen Resolution : 1680x1050 Browser Size : 1664x882 Color Depth : 24-bit Ga.js Version : 5.4.6d Cachebuster : 689857480 </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
    1. This table or related slice is empty.
    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