<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with googleanalytics</title>
      <link>http://ask.metafilter.com/tags/googleanalytics</link>
      <description>Questions tagged with 'googleanalytics' at Ask MetaFilter.</description>
	  <pubDate>Mon, 22 Apr 2013 10:07:27 -0800</pubDate> <lastBuildDate>Mon, 22 Apr 2013 10:07:27 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Is the Google Analytics Individual Qualification worth paying for?</title>
	<link>http://ask.metafilter.com/239581/Is%2Dthe%2DGoogle%2DAnalytics%2DIndividual%2DQualification%2Dworth%2Dpaying%2Dfor</link>	
	<description>I&apos;m looking for a way to hone my skills and demonstrate to potential employers that I have some proficiency with Google Analytics - is the &lt;a href=&quot;https://www.google.com/analytics/iq.html&quot;&gt;Individual Qualification&lt;/a&gt; worth paying for? Are there other, better options?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.239581</guid>
	<pubDate>Mon, 22 Apr 2013 10:07:27 -0800</pubDate>
	<category>googleanalytics</category>
	<category>webanalytics</category>
	<dc:creator>ryanshepard</dc:creator>
	</item>
	<item>
	<title>Google Analytics hiccup?</title>
	<link>http://ask.metafilter.com/239452/Google%2DAnalytics%2Dhiccup</link>	
	<description>Trying to figure out what gives with a Google Analytics anomaly for the website I manage. In essence, GA reports that the average time mobile users spent on a page increased tenfold in the last month. Trying to figure out what gives with a Google Analytics anomaly for the website I manage. In essence, GA reports that the average time&lt;strong&gt; mobile users&lt;/strong&gt; spent on a page  increased nearly &lt;strong&gt;tenfold&lt;/strong&gt; in the last month.&lt;br&gt;
&lt;br&gt;
In February 2013 we had approximately 317,000 visits from users mobile platforms, spending an average of 00:02:25 on each page. Last month, March, we had 311,000 visits, spending and average of 00:20:53 on each page. That&apos;s 2.5 minutes in Feb., and almost 21 minutes in March, which seems highly unlikely. All other metrics seem within the realm of normal month-to-month fluctuations, except for overall average time on page, which is out of whack (4 minutes in Feb., 7 mins, 51 secs in March) due to the huge spike in mobile time in page.&lt;br&gt;
&lt;br&gt;
I&apos;m no Google Analytics guru, but I know how to run basic reports. I&apos;ve run basic reports today for each of the last 12 months, and while we&apos;ve seen gradual growth in mobile visits, last month&apos;s spike in mobile  time on page is way out of whack.&lt;br&gt;
&lt;br&gt;
Any ideas on what could cause this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2013:site.239452</guid>
	<pubDate>Fri, 19 Apr 2013 11:58:11 -0800</pubDate>
	<category>analytics</category>
	<category>googleanalytics</category>
	<category>metrics</category>
	<category>website</category>
	<dc:creator>jrchaplin</dc:creator>
	</item>
	<item>
	<title>Im in yr wiki, trackin yr error messages.</title>
	<link>http://ask.metafilter.com/229976/Im%2Din%2Dyr%2Dwiki%2Dtrackin%2Dyr%2Derror%2Dmessages</link>	
	<description>I have a MediaWiki installation on new hardware to replace an old public website. Occasionally someone visits the site using a dead link and gets MediaWiki&apos;s &quot;There is currently no text in this page&quot;. I can customize the message they get, but how can I get a notification (ideally with Google Analytics custom variables) whenever this happens, &lt;strong&gt;without&lt;/strong&gt; using GA&apos;s standard Javascript? This is probably a simple question, but I know very little PHP and even less Javascript, so here we are.&lt;br&gt;
&lt;br&gt;
I moved my lab&apos;s website to MediaWiki (&lt;a href=&quot;http://ask.metafilter.com/223181/Im-at-the-end-of-my-serverrelated-rope&quot;&gt;previously&lt;/a&gt;), where all pages are publicly viewable, but only I can edit them.&lt;br&gt;
&lt;br&gt;
I have a Google Analytics account for the site, working seamlessly per &lt;a href=&quot;http://www.mediawiki.org/wiki/User:Dantman/Analytics_integration&quot;&gt;these instructions&lt;/a&gt;.  The problem is that I&apos;ll occasionally see someone hit the site using an old link, because the MediaWiki page that they enter on is called &lt;strong&gt;/~oldlabmember/info.html&lt;/strong&gt;. I know they&apos;re seeing MediaWiki&apos;s &quot;There is currently no text in this page.&quot; error and getting confused. (Big surprise that there&apos;s no page with that name!) &lt;strong&gt;I&apos;d like to see when and where this happens so I can put up a redirect on pages where it occurs more than once.&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
I know that I could create a Custom Variable in Google Analytics that would show up whenever someone hits a certain page and loads a bit of Javascript.  I can customize this system message, so I could insert this code, in theory. The problem is that Javascript (which the &lt;a href=&quot;https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingCustomVariables&quot;&gt;Custom Variable code uses&lt;/a&gt;) is blocked by MediaWiki as a security risk (and rightly so).&lt;br&gt;
&lt;br&gt;
I can put the script in Mediawiki:Missing_Page.js or something, but I can&apos;t figure out how to only call that when a user hits a &quot;There is currently no text...&quot; page (i.e., not calling Missing_Page.js in Common.js on every single page load).&lt;br&gt;
&lt;br&gt;
How do I get around this?  An invisible pixel tracking system would work, but I&apos;d really rather not sign up for another analytics account that uses 1x1 gifs for tracking.  Moving over ALL the old files from the previous server is even less appealing (especially since I&apos;ve already moved some into more logical locations on the new server).&lt;br&gt;
&lt;br&gt;
Thanks!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.229976</guid>
	<pubDate>Thu, 29 Nov 2012 14:37:42 -0800</pubDate>
	<category>googleanalytics</category>
	<category>javascript</category>
	<category>mediawiki</category>
	<dc:creator>supercres</dc:creator>
	</item>
	<item>
	<title>Google Analytics: Best practices for tracking multiple domains?</title>
	<link>http://ask.metafilter.com/225415/Google%2DAnalytics%2DBest%2Dpractices%2Dfor%2Dtracking%2Dmultiple%2Ddomains</link>	
	<description>What is the best way to set up Google Analytics to track multiple domains? I have a website that has 2 TLDs: example.com &amp;amp; example.de. I have already seen &lt;a href=&quot;https://developers.google.com/analytics/devguides/collection/gajs/gaTrackingSite#multipleDomains&quot;&gt;what google recommends here&lt;/a&gt; for tracking code changes for treating top domains as one entity and tracking them in the same profile. These changes are in the process of being implemented and should be online soon.&lt;br&gt;
&lt;br&gt;
My main questions concern how I should then set up my profiles in GA to track them. I&apos;m not sure what the best practices would be. I&apos;m not sure what types of things I should be specifically looking for in my profiles. I know I&apos;ll probably want to be able to examine both domains as a whole, but also be able to view them separately and also track the movement between them and see how users get from one domain to another, from what page, section, etc.&lt;br&gt;
&lt;br&gt;
What is the best way of going about this? There is a short explanation on the page I linked to, but it isn&apos;t quite clear.&lt;br&gt;
&lt;br&gt;
What are some other things I should be looking for or examining with a multiple domain set-up?&lt;br&gt;
&lt;br&gt;
Are there any other not so obvious on-site changes to the tracking code I should consider for use in tracking multiple domains?&lt;br&gt;
&lt;br&gt;
What are some common mistakes I should avoid?&lt;br&gt;
&lt;br&gt;
What do you wish you knew when you tried to so something like this?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.225415</guid>
	<pubDate>Thu, 27 Sep 2012 02:58:46 -0800</pubDate>
	<category>googleanalytics</category>
	<category>multipledomains</category>
	<category>SEO</category>
	<category>webstats</category>
	<dc:creator>chillmost</dc:creator>
	</item>
	<item>
	<title>Block IP address from google analytics</title>
	<link>http://ask.metafilter.com/224178/Block%2DIP%2Daddress%2Dfrom%2Dgoogle%2Danalytics</link>	
	<description>How do I exclude my IP address from Google Analytics once and for all? I&apos;m traveling at the moment and I use a mac. I won&apos;t be staying in one place for too long for the next year and will continually use new internet sources pretty much every day or every other day.&lt;br&gt;
&lt;br&gt;
I just started using Google Analytics. I&apos;m confused because, well, for one I guess I don&apos;t understand what an IP address is. But I&apos;m guessing that if I&apos;m continually on the move and switching to new wifi every day or every other day...my IP address changes, is that right?&lt;br&gt;
&lt;br&gt;
So I just looked up my IP address yesterday when I realized GAnalytics was recording my data and created a filter for it...but when I go under Networks to find the IP address vs. whatismyip.com, I get two different numbers! Can anyone explain this?&lt;br&gt;
&lt;br&gt;
Also, I did read that I could make my IP address static, but I tried and it conflicts with the router...basically it just won&apos;t let me or I&apos;m doing it wrong.&lt;br&gt;
&lt;br&gt;
I don&apos;t want to have to look up my IP address (or my two IP addresses??) every time I get connected to a new internet source so that I can block myself from getting recorded into gAnalytics. Does anyone have a solution?&lt;br&gt;
&lt;br&gt;
Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.224178</guid>
	<pubDate>Mon, 10 Sep 2012 05:09:03 -0800</pubDate>
	<category>googleanalytics</category>
	<category>ipaddress</category>
	<dc:creator>bluelight</dc:creator>
	</item>
	<item>
	<title>Google, why do you make my brain hurt?</title>
	<link>http://ask.metafilter.com/213840/Google%2Dwhy%2Ddo%2Dyou%2Dmake%2Dmy%2Dbrain%2Dhurt</link>	
	<description>How does real time google analytics measure the &quot;active visitors on site&quot;? Please help me, because apparently I fail at math. I love google analytics, and the real-time data thing they have going on now. However, it doesn&apos;t give me any historical data on it&apos;s main real-time calculation -- &quot;active visitors on site&quot;. I&apos;m trying to figure out how to calculate it using the data is does give me.&lt;br&gt;
&lt;br&gt;
However, I can&apos;t figure out how they come up with their numbers. For example, during a previous time period google was telling me I had around 2500 active users on my site. Yay me.&lt;br&gt;
&lt;br&gt;
But matter how I look at it, I can&apos;t make the other stats re-create this number for me. For example. For that same time period, over that hour I had about 25,000 visits, 50,000 page views, and an average time on site of just over 1 minute.&lt;br&gt;
&lt;br&gt;
So by my calculation, that means I have around (25000/60 = 416) visitors per minute, and since they all stick around for about a minute, this means on average I should have about 416 people online at any one time then? 416 is a lot different that 2500!&lt;br&gt;
&lt;br&gt;
I don&apos;t need things to match up exactly as I realize the fact that the smallest chunk of time google analytics will give me is numbers over an hour, but I really would like to get into the right ballbark. 400 is not the same ballpark as 2500. &lt;br&gt;
&lt;br&gt;
Am I doing something wrong, or is this yet another super secret google formula they are using? Is there some basic understanding of how these numbers work that I&apos;m missing? I really hope I&apos;m the one thats screwing up here, because then maye I can fix it and figure out how many people were online at any one time yesterday!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2012:site.213840</guid>
	<pubDate>Wed, 25 Apr 2012 18:20:53 -0800</pubDate>
	<category>googleanalytics</category>
	<category>math</category>
	<dc:creator>cgg</dc:creator>
	</item>
	<item>
	<title>Sharing experiment data</title>
	<link>http://ask.metafilter.com/203874/Sharing%2Dexperiment%2Ddata</link>	
	<description>Is there a way to access Google Website Optimizer experiment data/results via a Google Analytics account? We finally have something that we want to test using Google Website Optimizer, but now that I&apos;ve set up the experiment as a proof-of-concept and am waiting for data to accumulate, I wonder what the best method to view this data will be. GWO requires that you have an Analytics account to run, but I can&apos;t really see a way to see the data inside of Analytics--just in the GWO controls and in AdWords, of all places.&lt;br&gt;
&lt;br&gt;
It looks like they want you to create an AdWords account for access to Analytics and Optimizer data in one place, but that seems awkward at best. (It feels like there are three different teams with conflicting goals working on this and the end result is this compromise and customer confusion, but I could be projecting here...)&lt;br&gt;
&lt;br&gt;
I&apos;m a firm believer in teaching people to fish when it comes to looking up site data, so I&apos;d like to have another method for sharing besides asking people to create Yet Another Google Service Tie-in to accounts or exporting data out of Website Optimizer. Should I just wait for the inevitable Google+ integration?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.203874</guid>
	<pubDate>Wed, 21 Dec 2011 13:07:03 -0800</pubDate>
	<category>datamonkey</category>
	<category>googleaccounts</category>
	<category>googleanalytics</category>
	<category>googlewebsiteoptimizer</category>
	<category>learntofish</category>
	<dc:creator>fifteen schnitzengruben is my limit</dc:creator>
	</item>
	<item>
	<title>Should I allow an outside partner  connect its AdWords account to my GA account?</title>
	<link>http://ask.metafilter.com/197852/Should%2DI%2Dallow%2Dan%2Doutside%2Dpartner%2Dconnect%2Dits%2DAdWords%2Daccount%2Dto%2Dmy%2DGA%2Daccount</link>	
	<description>An outside partner I&apos;ve allowed non-admin access to my Google Analytics account wants to connect its AdWords account to my Google Analytics account. I don&apos;t currently use AdWords, but it&apos;s a future possibility.  What are the ramifications of allowing them to do this? Will it affect my own ability to connect my own or other AdWords accounts to GA in the future? Will that linkage affect my own reporting?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.197852</guid>
	<pubDate>Thu, 06 Oct 2011 14:41:18 -0800</pubDate>
	<category>adwords</category>
	<category>googleanalytics</category>
	<category>resolved</category>
	<dc:creator>mph</dc:creator>
	</item>
	<item>
	<title>Search traffic dropping for queries of company name, domain or URL</title>
	<link>http://ask.metafilter.com/196016/Search%2Dtraffic%2Ddropping%2Dfor%2Dqueries%2Dof%2Dcompany%2Dname%2Ddomain%2Dor%2DURL</link>	
	<description>I&apos;m seeing a weird drop in August in search-related traffic to my company&apos;s site. What&apos;s odd is it is for searches of the company&apos;s name, domain name or URL. I&apos;ve seen a significant drop in traffic to our homepage in August (both Google and Bing). The strange part is it is for queries involving our company name. So let&apos;s say we&apos;re Blue Widgets. There&apos;s fewer search queries referred for &lt;em&gt;blue widgets&lt;/em&gt; and &lt;em&gt;bluewidgets&lt;/em&gt; and &lt;em&gt;bluewidgets.com&lt;/em&gt; and even the URL being typed into the search box &lt;em&gt;http://bluewidgets.com/&lt;/em&gt;. If I run these searches in Google or Bing, we are still in top set of results. There have been no changes to the actual HTML of the homepage.&lt;br&gt;
&lt;br&gt;
Has anyone else experienced this? Any explanation search-minded folk can add?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.196016</guid>
	<pubDate>Wed, 14 Sep 2011 10:25:55 -0800</pubDate>
	<category>bing</category>
	<category>google</category>
	<category>googleanalytics</category>
	<category>marketing</category>
	<category>sem</category>
	<category>seo</category>
	<dc:creator>ao4047</dc:creator>
	</item>
	<item>
	<title>Who owns our Google Analytics account?</title>
	<link>http://ask.metafilter.com/182507/Who%2Downs%2Dour%2DGoogle%2DAnalytics%2Daccount</link>	
	<description>Is there any way to find out which email address &apos;owns&apos; our google analytics stats? Our Analytics account was owned by someuser@example.com right up until we got GMail to host example.com&apos;s email for us.&lt;br&gt;
&lt;br&gt;
When we did that, Analytics had a strop about someuser@example.com being an invalid user (because it had suddenly become a gmail account) and said the Analytics account needed a new email address that wasn&apos;t an example.com address.&lt;br&gt;
&lt;br&gt;
Up until this point, all is good.&lt;br&gt;
&lt;br&gt;
The problem is that some impatient colleague decided to associate the Analytics account with a new email address and then forgot what email address they had used.&lt;br&gt;
&lt;br&gt;
Other than patience and/or torture, is there any way to find out what email address the existing Analytics are associated with?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.182507</guid>
	<pubDate>Mon, 04 Apr 2011 01:48:58 -0800</pubDate>
	<category>analytics</category>
	<category>google</category>
	<category>googleanalytics</category>
	<category>login</category>
	<dc:creator>twine42</dc:creator>
	</item>
	<item>
	<title>Google Analytics: Retroactively pulling data?</title>
	<link>http://ask.metafilter.com/179796/Google%2DAnalytics%2DRetroactively%2Dpulling%2Ddata</link>	
	<description>Google Analytics Filter:  I started off with Google Analytics tracking an initial domain -- let&apos;s say mypaperplane.com. Some time after, I added a new domain to forward to the same site/server, mypaperplane&lt;em&gt;&lt;strong&gt;S&lt;/strong&gt;&lt;/em&gt;.com.

Now as I look at my Analytics, I&apos;m seeing only data corresponding to the original domain, and not for the new domain. Is there any way I can pull up data such that it shows visits coming from the new domain? Or is that data forever lost into the ether? Any help is greatly appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2011:site.179796</guid>
	<pubDate>Wed, 02 Mar 2011 09:36:31 -0800</pubDate>
	<category>googleanalytics</category>
	<dc:creator>anekona</dc:creator>
	</item>
	<item>
	<title>Google analytics data ninja training</title>
	<link>http://ask.metafilter.com/153837/Google%2Danalytics%2Ddata%2Dninja%2Dtraining</link>	
	<description>How can I become a Google analytics data ninja? I&apos;ve gotten a couple of books promising great things you can do with analytics but been disappointed with the results. The books seem to assume that if the author tells you all the cool info/insights you can derive from analytics that this is sufficient to be able to use it effectively.&lt;br&gt;
I&apos;m stuck in the interface thinking &apos;how do I do this?&apos;, &apos;how do I segment&apos;, &apos;how do I track traffic to one page or from one online event.&apos; I need to move my company into an online focus and using analytics effectively to connect marketing to conversions is key. I&apos;m not a data geek. I need some training tools that will move me from relative newbie to having a decent tracking system for our web site. I&apos;ve looked at Google&apos;s Conversion University tools and found them not quite what I need.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.153837</guid>
	<pubDate>Fri, 14 May 2010 06:13:15 -0800</pubDate>
	<category>googleanalytics</category>
	<category>online</category>
	<category>training</category>
	<dc:creator>diode</dc:creator>
	</item>
	<item>
	<title>Google Analytics in an iPhone webapp gone native</title>
	<link>http://ask.metafilter.com/152296/Google%2DAnalytics%2Din%2Dan%2DiPhone%2Dwebapp%2Dgone%2Dnative</link>	
	<description>How can I make Google Analytics + event tracking work from without a webapp-as-native-application on the iPhone? I think it doesn&apos;t report a domain. I&apos;m working on a native iPhone application which is really a webapp wrapped in &lt;a href=&quot;http://www.phonegap.com/&quot;&gt;Phonegap&lt;/a&gt;. I want to use Google Analytics to track how many times the app data is loaded from the web, and hopefully track events such as how often certain sections of the app are used.&lt;br&gt;
&lt;br&gt;
(I know Google provides an SDK specifically for use with iPhone OS apps, but my app is currently all HTML and JS but for the wrapper, and I&apos;d prefer to keep it that way because I haven&apos;t really dug into Obj-C yet.)&lt;br&gt;
&lt;br&gt;
I&apos;ve tried different implementations of the GA script, but as soon as I start testing on the device (or Simulator for that matter) nothing is being reported.&lt;br&gt;
&lt;br&gt;
I think it may have something to do with the index.html on the device not having a &quot;domain&quot; as such. &quot;setDomainName(&quot;none&quot;)&quot; doesn&apos;t seem to help here.&lt;br&gt;
&lt;br&gt;
Here&apos;s my current implementation:&lt;br&gt;
&lt;br&gt;
-index.html on the device, in &amp;lt;head&amp;gt;:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br&gt;
            var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);&lt;br&gt;
            document.write(unescape(&quot;%3Cscript src=&apos;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&apos; type=&apos;text/javascript&apos;%3E%3C/script%3E&quot;));&lt;br&gt;
        &amp;lt;/script&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
-In index.html the application data is collected from the web using Ajax. This loads the contents of a file &quot;content.php&quot; and writes them into the &amp;lt;body&amp;gt;. In this file:&lt;br&gt;
&lt;br&gt;
&lt;code&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br&gt;
try {&lt;br&gt;
var pageTracker = _gat._getTracker(&quot;UA-12345-1&quot;);&lt;br&gt;
pageTracker._setDomainName(&quot;none&quot;);&lt;br&gt;
pageTracker._setAllowLinker(true);&lt;br&gt;
pageTracker._trackPageview();&lt;br&gt;
pageTracker._trackEvent(&apos;My Delightful App, &apos;Application&apos;, &apos;Load&apos;);&lt;br&gt;
} catch(err) {}&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
Any ideas how to fix this? I&apos;ve asked on the respective forums for Analytics and Phonegap but haven&apos;t gotten much further.&lt;br&gt;
&lt;br&gt;
Thanks in advance for any input.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.152296</guid>
	<pubDate>Tue, 27 Apr 2010 06:40:50 -0800</pubDate>
	<category>analytics</category>
	<category>google</category>
	<category>googleanalytics</category>
	<category>iphone</category>
	<category>javascript</category>
	<category>js</category>
	<category>phonegap</category>
	<category>php</category>
	<dc:creator>goodnewsfortheinsane</dc:creator>
	</item>
	<item>
	<title>Google Analytics:  I want to be able to track how many visitors to the blog go through to the main site.</title>
	<link>http://ask.metafilter.com/146601/Google%2DAnalytics%2DI%2Dwant%2Dto%2Dbe%2Dable%2Dto%2Dtrack%2Dhow%2Dmany%2Dvisitors%2Dto%2Dthe%2Dblog%2Dgo%2Dthrough%2Dto%2Dthe%2Dmain%2Dsite</link>	
	<description>Google Analytics: I &lt;em&gt;want &lt;/em&gt;the subdirectory to appear as a referrer to the main site... what am I missing? (Hi all-- I posted this on the Google Analytics forum but haven&apos;t received a response-- hoping AskMe can help!)&lt;br&gt;
&lt;br&gt;
I have two instances of WordPress set up on one domain for a client. I have installed separate Google Analytics tracking codes and they are functioning on each, respectively:  www.site.com and www.site.com/blog.  &lt;br&gt;
&lt;br&gt;
I am trying to track the efficacy of the blog, which is a repository of useful information that is provided to visitors as a self-help resource; the idea is that it will weed out those with simple questions and then drive qualified traffic that requires additional help to the main commercial site.  It is for a small business that receives many requests for information and I am trying to reduce the number of basic requests in order to extract the more qualified prospective clients.&lt;br&gt;
&lt;br&gt;
I set up a secondary profile for each section of the site in Google Analytics, and then set filters on these profiles as follows:&lt;br&gt;
&lt;br&gt;
-- the &quot;Blog Only&quot; filter (on the blog only profile) is set to &lt;em&gt;include only&lt;/em&gt; traffic to the subdirectories &lt;em&gt;that contain &lt;/em&gt;/blog/&lt;br&gt;
-- the &quot;Main Site Only&quot; filter (on the main site only profile) is set to &lt;em&gt;exclude &lt;/em&gt;traffic to the subdirectories &lt;em&gt;that contain&lt;/em&gt; /blog/&lt;br&gt;
&lt;br&gt;
Testing shows that direct traffic to the blog that clicks through to the main site does not show up as a referral-- it only shows as &quot;direct&quot;.  I&apos;ve also tried clicking through a Google search result as a separate test, and traffic that lands on the blog and goes through to the main site shows up as a &quot;Google traffic source&quot; and the original search term that brings one to the blog shows up in the keywords on the Dashboard of the &quot;main site only&quot; profile.&lt;br&gt;
&lt;br&gt;
I know a lot of users have had trouble with their site undesirably showing up as a referrer-- but I want this exact scenario (preferably via filters and for the supplementary profiles only).  Ideas?  What am I missing?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.146601</guid>
	<pubDate>Mon, 22 Feb 2010 08:13:08 -0800</pubDate>
	<category>crickets</category>
	<category>googleanalytics</category>
	<category>referrer</category>
	<dc:creator>mireille</dc:creator>
	</item>
	<item>
	<title>How to get wordpress, google to love each other?</title>
	<link>http://ask.metafilter.com/144909/How%2Dto%2Dget%2Dwordpress%2Dgoogle%2Dto%2Dlove%2Deach%2Dother</link>	
	<description>I have a little blog about HR/work. I am running profiles on people who are looking for jobs, to help them get their name out there. This morning, I broke my blog, right when the first profile was taking off. 
Somehow, the unholy trinity of wordpress, google gears, and google analytics stripped my site of all styling and now I can&apos;t log in to the admin backend to fix it. I really want this lady to get the attention she deserves. I entered the issue on Wordpress support forums, but I don&apos;t expect to get a comprehensive answer anytime soon.&lt;br&gt;
A) Does anyone know enough about all three tools to point me in the right direction? &lt;br&gt;
B) How do you go about finding and selecting an ad-hoc site admin, someone who can keep me away, far far away, from tables and html and, basically, the entire back end? I&apos;m happy to pay, at this point it&apos;s either pay someone else or delete the blog entirely.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.144909</guid>
	<pubDate>Wed, 03 Feb 2010 06:28:59 -0800</pubDate>
	<category>googleanalytics</category>
	<category>googlegears</category>
	<category>wordpress</category>
	<dc:creator>pomegranate</dc:creator>
	</item>
	<item>
	<title>Help with Google Analytics</title>
	<link>http://ask.metafilter.com/143009/Help%2Dwith%2DGoogle%2DAnalytics</link>	
	<description>How is it possible that the website for my employer has vastly different statistics from Google Analytics than the numbers from the referring website where we pay for a banner ad? It&apos;s time to look at cost/benefit analysis and sites we have banner ads on don&apos;t seem to be worth it according to our inhouse statistics. The referring source has statistics 50 times higher through their source, Doubleclick.com.    I don&apos;t know enough about it to judge.&lt;br&gt;
&lt;br&gt;
Please help me figure out how to judge which is correct, or point me in the direction where I can figure it out (I am not knowledgable about this at all).&lt;br&gt;
&lt;br&gt;
Thanks</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2010:site.143009</guid>
	<pubDate>Tue, 12 Jan 2010 13:18:30 -0800</pubDate>
	<category>doubleclick</category>
	<category>Googleanalytics</category>
	<category>webstats</category>
	<dc:creator>readery</dc:creator>
	</item>
	<item>
	<title>A Strange and Mercurial Beast</title>
	<link>http://ask.metafilter.com/128255/A%2DStrange%2Dand%2DMercurial%2DBeast</link>	
	<description>I use Google Analytics to track traffic to my crappy little writing blog.  On Wednesday, I had 20 visits from 13 visitors.  On Thursday, I had 99 visits from 89 visitors, of whom 95% were &quot;direct link&quot; visitors.  This is obviously nonsense.  What on Earth happened? Likewise, GA insisted two weeks ago that I&apos;d had upwards of forty unique hits from a particular site which, when investigated, proved to be a blog in Portuguese with only two entries, both dated 2007, in which the author appeared to be reviewing brands of laptop.  There were no other posts and no other links visible.  Was this related or a whole new brand of wacky problem?&lt;br&gt;
&lt;br&gt;
Please bear in mind that my knowledge of computers is only marginally more advanced than, &quot;Ug like magic box.  Magic box make pretty talky-pictures and words.&quot;</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.128255</guid>
	<pubDate>Fri, 24 Jul 2009 03:58:30 -0800</pubDate>
	<category>Google</category>
	<category>googleanalytics</category>
	<category>greatgooglymoogly</category>
	<category>traffic</category>
	<category>website</category>
	<dc:creator>Scattercat</dc:creator>
	</item>
	<item>
	<title>Could the new google analytics be causing my SSL to be insecure?</title>
	<link>http://ask.metafilter.com/116848/Could%2Dthe%2Dnew%2Dgoogle%2Danalytics%2Dbe%2Dcausing%2Dmy%2DSSL%2Dto%2Dbe%2Dinsecure</link>	
	<description>Anyone familiar with making SSL work with Google Analytics and Drupal? I&apos;m currently working on a website for work. I have my SSL cert installed, but when I try to connect securely, it keeps complaining that a part of the site is insecure. I finally think I&apos;ve narrowed it down to the Google Analytics code we&apos;re using (it&apos;s the new, supposedly self switching code, not the old manual code). Is it possible that it&apos;s causing trouble because I have it in the &quot;footer&quot; section of my Drupal UI? If so, how else do I install it? Or am I WAY off base, and it&apos;s actually an issue some where else?&lt;br&gt;
&lt;br&gt;
The site, for reference, is &lt;a href=&quot;https://www.mailritevt.com&quot;&gt;www.mailritevt.com&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Thank you in advance!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.116848</guid>
	<pubDate>Mon, 16 Mar 2009 04:01:06 -0800</pubDate>
	<category>analytics</category>
	<category>drupal</category>
	<category>google</category>
	<category>googleanalytics</category>
	<category>SSL</category>
	<category>SSLcert</category>
	<dc:creator>TrueVox</dc:creator>
	</item>
	<item>
	<title>Goo Goo Ka Google</title>
	<link>http://ask.metafilter.com/114716/Goo%2DGoo%2DKa%2DGoogle</link>	
	<description>Need recommendations for the best two or three books on Google Analytics from both a programming perspective and a biz/marketing person&apos;s analysis perspective. I need to some recommendations on books that can help in both of the following areas:&lt;br&gt;
&lt;br&gt;
1)  how to implement necessary code throughout an ecomm site to leverage full capabilities of google analytics to track and understand usage&lt;br&gt;
&lt;br&gt;
2)  how to interpret, analyze and understand the results/data that comes back from google analytics</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.114716</guid>
	<pubDate>Fri, 20 Feb 2009 08:40:06 -0800</pubDate>
	<category>google</category>
	<category>googleanalytics</category>
	<category>internet</category>
	<category>webtraffic</category>
	<dc:creator>spicynuts</dc:creator>
	</item>
	<item>
	<title>Percentage breakdown of major Flash versions in GA?</title>
	<link>http://ask.metafilter.com/107011/Percentage%2Dbreakdown%2Dof%2Dmajor%2DFlash%2Dversions%2Din%2DGA</link>	
	<description>Easy way to determine major Flash version percentages in Google Analytics? GA provides a breakdown of Flash versions for all users, but each sub-version is listed independently.  This makes it difficult to get a quick list of percentages for the major versions.  Is there some preference I&apos;m missing? Alternatively, would there be an easy way to tease out this data if I export to, say, Excel?&lt;br&gt;
&lt;br&gt;
So instead of getting something like:&lt;br&gt;
&lt;br&gt;
9.0 r124	55.56%&lt;br&gt;
10.0 r12	16.13%&lt;br&gt;
9.0 r115	14.24%&lt;br&gt;
9.0 r47	11.57%&lt;br&gt;
9.0 r28	5.12%&lt;br&gt;
8.0 r22	3.73%&lt;br&gt;
9.0 r19	2.33%&lt;br&gt;
etc.&lt;br&gt;
&lt;br&gt;
I want:&lt;br&gt;
&lt;br&gt;
10    12%&lt;br&gt;
9      55%&lt;br&gt;
8      22%&lt;br&gt;
etc.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.107011</guid>
	<pubDate>Mon, 17 Nov 2008 08:28:07 -0800</pubDate>
	<category>analytics</category>
	<category>flash</category>
	<category>google</category>
	<category>googleanalytics</category>
	<category>versions</category>
	<dc:creator>gwint</dc:creator>
	</item>
	<item>
	<title>Help me analyze how much time you spend looking at my stuff!</title>
	<link>http://ask.metafilter.com/100919/Help%2Dme%2Danalyze%2Dhow%2Dmuch%2Dtime%2Dyou%2Dspend%2Dlooking%2Dat%2Dmy%2Dstuff</link>	
	<description>Help me become a master of Google Analytics - especially as it pertains to time spent in sections of a site, etc... I&apos;m a little confused with Google Analytics, and I&apos;d love some insight.  Googling around hasn&apos;t really answered my question...&lt;br&gt;
&lt;br&gt;
What I really want is to be able to track the average time spent within a section of a site, not just a page.&lt;br&gt;
&lt;br&gt;
So, let&apos;s say I&apos;ve got 10 pages within a subdirectory of a site.  We&apos;ll call them /content/1.html through /content/10.html, I can click on &quot;Content&quot; in google analytics, and narrow the results to these pages by searching for the string &quot;/content&quot; .. awesome!&lt;br&gt;
&lt;br&gt;
Here&apos;s where I get a little confused:  I see the average time spent on each page, and that makes sense.  But I also see an average time spent up top, where it&apos;s summing up the number of visits.   Is this just an average of the averages listed below, or is it really an average time spent on that whole section?  So if someone viewed 1.html, 3.html, 8.html for 1 minute each - does google call that 3 minutes spent in /content?  or can google not even do that?&lt;br&gt;
&lt;br&gt;
In reality, I&apos;m doing this with flash applications, so I can make up any hierarchy of paths I want, and there don&apos;t really have to be files there -- I&apos;m just looking for an accurate way of tracking how much time a user is spending doing something that may involve several hits to google analytics &quot;in the meantime&quot;...&lt;br&gt;
&lt;br&gt;
Any help would be greatly appreciated!</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.100919</guid>
	<pubDate>Thu, 04 Sep 2008 14:26:47 -0800</pubDate>
	<category>analytics</category>
	<category>google</category>
	<category>googleanalytics</category>
	<category>tracking</category>
	<category>website</category>
	<category>websitetracking</category>
	<dc:creator>twiggy</dc:creator>
	</item>
	<item>
	<title>Porn sites are spamming my web stats. Make it stop.</title>
	<link>http://ask.metafilter.com/62778/Porn%2Dsites%2Dare%2Dspamming%2Dmy%2Dweb%2Dstats%2DMake%2Dit%2Dstop</link>	
	<description>Porn sites are spamming my web stats. Make it stop. For a few months now, my referral log has been flooded by mildly amusing, but mostly annoying, porn site URLs. These sites are throwing off my data entirely, filling the log with anywhere from 1 to 200 hits each. Almost all of them are over-the-top porn URLs. I want it to stop.&lt;br&gt;
&lt;br&gt;
I know what the phenomenon is, and I&#8217;ve read &lt;a href=&quot;http://ask.metafilter.com/44704/Help-me-stop-referral-log-spam&quot;&gt;all&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/19815/What-are-these-strange-requests-in-my-HTTP-server-log&quot;&gt;the&lt;/a&gt; &lt;a href=&quot;http://ask.metafilter.com/60918/Webstat-Pollution-is-Driving-Me-Insane&quot;&gt;other&lt;/a&gt; AskMe threads about it. I&#8217;m not interested in diagnostics, I want to know the cure. I run WordPress, and I&#8217;m currently running the Bad Behaviour plug-in, and have been for two months, but the problem has remained. Yes, I run Google Analytics as an alternative, but I&#8217;d like to solve the problem within this stats program (Webalizer Version 2.01), too. &lt;br&gt;
&lt;br&gt;
Clear, step-by-step instructions would be most helpful, but any suggestions would be much appreciated. Oh, and you can &lt;a href=&quot;http://kev.elbowroomdesign.com/stats/ref_200705.html&quot;&gt;click here to view my referral log from May&lt;/a&gt;.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.62778</guid>
	<pubDate>Wed, 16 May 2007 10:53:16 -0800</pubDate>
	<category>badbehavior</category>
	<category>badbehaviour</category>
	<category>googleanalytics</category>
	<category>porn</category>
	<category>referrallog</category>
	<category>referrals</category>
	<category>referrers</category>
	<category>robots.txt</category>
	<category>spam</category>
	<category>statistics</category>
	<category>webalizer</category>
	<category>webstats</category>
	<category>wordpress</category>
	<dc:creator>Milkman Dan</dc:creator>
	</item>
	<item>
	<title>google analytics goals</title>
	<link>http://ask.metafilter.com/47642/google%2Danalytics%2Dgoals</link>	
	<description>Ive just begun using google analytics with different flash-sites. Now how do i set up goals in the admin-system and have them correspond with the names i set up in the flash files? (I cant use URLs because i use a single flash-file for the whole site)</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.47642</guid>
	<pubDate>Sun, 01 Oct 2006 02:36:07 -0800</pubDate>
	<category>flash</category>
	<category>googleanalytics</category>
	<category>sitestats</category>
	<dc:creator>FidelDonson</dc:creator>
	</item>
	
	</channel>
</rss>

