
<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>The Analytics and Site Intelligence Blog @ MoreVisibility</title>
	<link>http://www.morevisibility.com/analyticsblog</link>
	<description>Web Analytics, Google Analytics, Google Website Optimizer, and Your Site!</description>
	<lastBuildDate>Tue, 20 Oct 2009 20:12:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>New Google Analytics Features: Powerful. Flexible. Intelligent.</title>
		<description><![CDATA[<p>Earlier today at <a title="eMetrics - Marketing Optimization Summit" href="http://www.emetrics.org/">eMetrics in Washington, D.C.</a>, the Google Analytics team announced some awesome new features that will provide greater reporting capabilities, more flexible customization options, and add an element of insightful intelligence to your report data. How exciting!</p>
<p>Let&#8217;s review the newest features of the Google Analytics Product that were announced today as <em><strong>&#8220;Powerful. Flexible. Intelligent.&#8221;</strong></em>:</p>
<p><strong>1. Expanded Goals -</strong> Expanded Goals now allow administrators the ability to add up to 20 Goals per profile, a 500% increase on the previous number of four goals per profile!</p>
<p><strong>2. Site Engagement Goals -</strong> Site Engagement Goals now allow you to more robustly measure user-engagement and branding efforts off of your web site. Instead of only being able to define URLs as goals, you can now define the time on site or the number of page views as a goal in Google Analytics.</p>
<p><strong>3. Expanded Mobile Tracking -</strong> Google Analytics will now have the ability to track mobile applications built for the iPhone and for the Android platforms. Mobile site owners will be able to install specified tracking code on their mobile site, which will allow them to analyze what actions are taken with a mobile application and what features are used.</p>
<p><strong>4. Advanced Table Filtering -</strong> This will be enabled in all standard Google Analytics report tables and will allow users to filter rows based on metric conditions and combinations, just like a user can when creating an Advanced Segment.</p>
<p><strong>5. Unique Visitors &#8211; </strong>This is a new metric in Google Analytics that will be available when creating a Custom Report. This makes it possible to see how many actual visitors  make up any user-defined segment in a Custom Report.</p>
<p><strong>6. Multiple Custom Variables -</strong> This is a highly flexible feature that allows multiple labels to be assigned to each unique visitor. In the past, users could only specify one label via a user-defined segment using the <strong>_setVar</strong> JavaScript function. Now, users will have the ability to create multiple variables for one unique visitor. These multiple custom variables can now be collected at the page, session, and visitor-level concurrently.</p>
<p><strong>7. Advanced Segment and Custom Report Sharing -</strong> Even though this was already announced, this option allows users to share Custom Reports and Advanced Segments with each other via a permanent URL that can be forwarded or emailed to another user.</p>
<p><strong>8. Intelligence Reports -</strong> Intelligence Reports will be part of a brand new report section which will feature pre-defined alerts for your Google Analytics account data. This is designed to alert a Google Analytics user to a significant change in data patterns over daily, weekly and monthly periods. This is just a part of the initial release of an algorithmic driven intelligence engine.</p>
<p><strong>9. Custom Alerts -</strong> Need to set-up your own alerts with your own parameters? Now you can do just that within the Intelligence Report section of Google Analytics. Define your own set of rules and make your own determinations as to what is significant for your and your web site, and even let Google Analytics email you when an alert happens!</p>
<p>These features are very exciting, but they are only the beginning of greater things to come in 2010. These features are also being pushed out to users over the next few weeks, so check your Google Analytics account frequently (which you do already) and be the first person on your block to use them!</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/new-google-analytics-features-powerful-flexible-intelligent.html</link>
			</item>
	<item>
		<title>Tracking Sub-Domains and Multiple Domains with Google Analytics</title>
		<description><![CDATA[<p>There really isn&#8217;t anything better in the world than a properly configured <a title="Google Analytics" href="http://www.google.com/analytics">Google Analytics</a> tagging implementation. Well, actually, there are lots of things that are better, like Double Chocolate Chip ice cream and a live rock concert! But at this exact moment, no, there isn&#8217;t anything better than the comfort of knowing that your online presence &#8211; regardless of how many sub-domains or multiple domains it spans &#8211; is tagged perfectly and the cleanest possible data is being funneled into your Google Analytics account.</p>
<p>This is an important topic because there are lots of online storefronts, blogs, microsites, and other web site sections that are hosted on a sub-domain or a completely separate domain that are often forgotten about when it comes time for installing Google Analytics. When tagging isn&#8217;t present on a portion of your web site, not only does your bounce rate increase, you also start collecting &#8220;dirty data&#8221;, including self-referrals in your Traffic Sources section, along with a high than normal amount of direct traffic.</p>
<p>So, how do you implement Google Analytics across sub-domains or across multiple domains? It&#8217;s actually quite simple to do, as long as you follow the exact instructions outlined below. Let&#8217;s start first with the easy one, sub-domains. We&#8217;ll then work our way into the more complex one, multiple domains.</p>
<p><strong>Tracking Google Analytics Across Sub-Domains</strong><br />
Let&#8217;s say that your web site&#8217;s URL is <span style="text-decoration: underline;"><strong>www.site.com</strong></span>. Let&#8217;s also say that your site&#8217;s blog is hosted on <strong><span style="text-decoration: underline;">blog.site.com</span></strong>. Because of the way that the Google Analytics Tracking Code works, installing the code as is from your Google Analytics account will produce a lot of referrals from <strong><span style="text-decoration: underline;">www.site.com</span></strong> or <span style="text-decoration: underline;"><strong>blog.site.com</strong></span> in your All Traffic Sources report. This means that the visitor&#8217;s original referring information (Google, Yahoo, Bing.com, etc&#8230;) will be lost if the visitor goes from your main site to your sub-domain site, or vice-versa.</p>
<p>To avoid this headache, simply update your Google Analytics Tracking Code to include the call to <strong>_setDomainName</strong>, as shown <span style="color: #ff0000;"><strong>in bold</strong></span> below:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
try {<br />
var pageTracker = _gat._getTracker(&#8221;UA-XXXXXX-X&#8221;);<br />
<span style="color: #ff0000;"><strong>pageTracker._setDomainName(&#8221;.site.com&#8221;);</strong></span><br />
pageTracker._trackPageview();<br />
} catch(err) {}&lt;/script&gt;</p>
<p>This modified version of the Google Analytics Tracking Code will need to be installed on both your main site and the sub-domain site. If you have multiple sub-domain sites, then all of those will also need to have this exact modified version as well. Finally, be sure to change &#8220;site.com&#8221; within the Tracking Code to your site&#8217;s domain.</p>
<p>This is relatively easy for you or your webmaster to do.</p>
<p><strong>Tracking Google Analytics Across Multiple Domains</strong><br />
Setting up Google Analytics Tracking Code on multiple domains is a bit tougher than setting GA up on sub-domains, but it&#8217;s definitely doable. The following instructions are what you&#8217;ll need to follow if you have multiple domains, for example, <strong><span style="text-decoration: underline;">www.site.com</span></strong> and <strong><span style="text-decoration: underline;">www.somethingelse.com</span></strong>.</p>
<p>There are a couple of different ways that you can pull this off in documentation online. However, this is our preferred way. First, you&#8217;ll need to use calls to <strong>_setAllowLinker</strong> and <strong>_setAllowHash</strong> in your Google Analytics Tracking Code on each multiple domain site, like <strong><span style="color: #ff0000;">the bolded calls</span></strong> below:</p>
<p>&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var gaJsHost = ((&#8221;https:&#8221; == document.location.protocol) ? &#8220;https://ssl.&#8221; : &#8220;http://www.&#8221;);<br />
document.write(unescape(&#8221;%3Cscript src=&#8217;&#8221; + gaJsHost + &#8220;google-analytics.com/ga.js&#8217; type=&#8217;text/javascript&#8217;%3E%3C/script%3E&#8221;));<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
try {<br />
var pageTracker = _gat._getTracker(&#8221;UA-XXXXXX-X&#8221;);<br />
<span style="color: #ff0000;"><strong>pageTracker._setAllowLinker(&#8221;true&#8221;);<br />
pageTracker._setAllowHash(false);</strong></span><br />
pageTracker._trackPageview();<br />
} catch(err) {}&lt;/script&gt;</p>
<p>This is normally done without too much of a problem. The problems come about with this next item, which <strong><em>absolutely must</em></strong> be installed in order for multiple domain tracking to function. On every link to and from each domain, <strong>_link</strong> must be used, and on every form that takes a user to and from each domain, <strong>_linkByPost</strong> must be used.</p>
<p>For text links or image links, use <strong>_link</strong> as a JavaScript onClick event:</p>
<p><span style="color: #ff0000;"><strong>onclick=&#8221;pageTracker._link(&#8217;http://www.site.com/page.html&#8217;); return false;&#8221;</strong></span></p>
<p>You&#8217;ll need to update &#8220;http://www.site.com/page.html&#8221; in the above _link function with the full path that a visitor will be taken to on your own web site.</p>
<p>For submit buttons or &#8220;add to cart&#8221; buttons, use <strong>_linkByPost</strong> as a JavaScript onSubmit event:</p>
<p><span style="color: #ff0000;"><strong>onsubmit=&#8221;pageTracker._linkByPost(this)&#8221;</strong></span></p>
<p>It bears repeating that either _link or _linkByPost MUST be used on links to and from each domain. A user may click on a text link that uses _link going from one domain to the next and not affect their tracking, but if they click on a link on the next domain that takes the same user back to the original domain, _link must be present on that link as well, or referring information gets lost and self-referrals start to occur in your Traffic Sources report.</p>
<p>Work closely with your webmaster or IT guru to make sure that _link and _linkByPost are used on every link or form on every domain. It may be tedious, but it&#8217;s critical for proper cross-domain tracking with Google Analytics.</p>
<p>We hope that helps you tag your sub-domains and multiple domains properly with Google Analytics. It&#8217;s a bit of extra work, but data that is as squeaky clean as possible is a fantastic reward for your efforts!</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/tracking-sub-domains-and-multiple-domains-with-google-analytics.html</link>
			</item>
	<item>
		<title>Learn how to sync Google AdWords and Google Analytics together!</title>
		<description><![CDATA[<p>One of the biggest challenges facing <a href="http://www.google.com/adwords" title="Google AdWords">Google AdWords</a> advertisers today is data analysis. Sure, AdWords marketers can determine their ad and keyword quality scores, click-through rates and cost per click bid prices, but what happens to the searcher when they land on the web site, after the click has occurred?</p>
<p>Most AdWords marketers also have a <a href="http://www.google.com/analytics" title="Google Analytics">Google Analytics</a> account at their disposal, but a very high percentage of marketers today do not have their Google Analytics account synced with their Google AdWords account. When your AdWords and Analytics accounts are not synced, you could be:</p>
<p>1. Missing out on valuable AdWords data.<br />
2. Seeing a lot of (not set) keywords.<br />
3. Experiencing a very high distortion between your visits and your clicks.<br />
4. Not taking advantage of the &#8220;Clicks&#8221; tab within the AdWords section of reports with the Traffic Sources section.<br />
5. Mixed or garbled information in your Campaigns, Keywords, or Ad Content reports.</p>
<p>Today, we are going to show you how to sync your Google AdWords and Google Analytics accounts together, so that you can join the party and collect valuable AdWords data within your Google Analytics account.</p>
<p><strong>Step 1: Take charge and become an administrator!</strong><br />
In order for you to sync AdWords and Analytics, the email address that you use to log-in to your AdWords account must also be an administrator of the Google Analytics account. If it is not already an administrator, please get a hold of the person that is the Administrator of your Google Analytics account, and ask them to make you an Administrator. You really shouldn&#8217;t do anything else before this happens.</p>
<p><strong>Step 2: Log-In to AdWords and sync your accounts!</strong><br />
After you&#8217;ve become a Google Analytics Administrator, it&#8217;s time to sync your accounts together.</p>
<p>First, click on the <strong>Reporting</strong> tab and click on the Google Analytics link, found on the top navigation menu of your AdWords Account:</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/ga-adwords-01.jpg" title="Reporting Tab in Google AdWords" alt="Reporting Tab in Google AdWords" border="0" height="158" hspace="0" vspace="0" width="386" /></p>
<p>Once you do that, you should see a screen that looks like the one below, which gives you two options. You can choose to create a new Google Analytics account (no!), or, you can select the second option to link your existing Google Analytics account to your Google AdWords account (yes!). Click on <strong>Continue</strong> to move on to the next step.</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/ga-adwords-02.jpg" title="Linking your AdWords and your Analytics accounts" alt="Linking your AdWords and your Analytics accounts" border="0" height="259" hspace="0" vspace="0" width="500" /></p>
<p>After clicking on Continue, you will reach the final step in the AdWords to Analytics syncing process. Your Google Analytics account&#8217;s name should appear in the drop-down menu in the middle of the screen-shot below (if you&#8217;re not an Administrator, it won&#8217;t appear). Leave &#8220;Destination URL Auto-Tagging&#8221; checked on, and click on <strong>Link my account</strong> towards the bottom of the screen.</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/ga-adwords-03.jpg" title="The Final Step in syncing your AdWords account" alt="The Final Step in syncing your AdWords account" border="0" height="178" hspace="0" vspace="0" width="500" /></p>
<p>Congratulations! You&#8217;ve just synced your Google AdWords and Google Analytics accounts together. That was fairly easy, was it not?</p>
<p><strong>Step 3: Enjoy The Results!</strong><br />
Now that your Google AdWords and Google Analytics accounts are synced, you can enjoy Campaign, Ad Group, and Keyword data from your AdWords marketing efforts found within the Traffic Sources section of reports. After a couple of days, you&#8217;ll also be able to see data populating within the <strong>Clicks</strong> tab within your AdWords Campaigns report. ROI, Revenue Per Click, and Margin are three new metrics that will appear across the top score-card to give some additional meaning and performance evaluation for your AdWords Campaigns.</p>
<p>You&#8217;ll also be able to take advantage of the <strong>Keyword Positions</strong> report, which will show you keyword click and performance metrics based on the position of each one of your ads, as they appear in a search result.  Also, if you participate in <strong>Google TV Ads</strong>, you&#8217;ll be able to see impression data for your TV Ads, including cost and CPM metrics.</p>
<p>So what are you waiting for? Log-in to your Google AdWords account and sync it to your Google Analytics account today!</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/learn-how-to-sync-google-adwords-and-google-analytics-together.html</link>
			</item>
	<item>
		<title>Mobile Traffic Analysis with PercentMobile</title>
		<description><![CDATA[<p>Every once in a while, a neat, sleek, and awesome free tool comes along that makes you want to drop whatever it is that you&#8217;re doing and start playing with the new shiny object. This is the feeling that ran through my veins when I first discovered <a href="http://www.percentmobile.com/" title="PercentMobile Homepage">PercentMobile</a> &#8211; A free report that allows you to track and analyze the mobile activity that your web site receives.</p>
<p><strong>How to Sign Up:</strong><br />
You&#8217;ll need a valid domain name (the URL of your site), an email address, a password, and an invitation code. Visit <a href="http://www.percentmobile.com/mobileanalytics/login_user" title="Percent Mobile's Log-in Page">PercentMobile&#8217;s Log-In page</a> and click on the &#8220;Request One Here&#8221; E-Mail link to receive an invitation code. Once you&#8217;re signed-up, you can view all kinds of neat mobile data.</p>
<p>You will also have to install a very small snippet of code your site&#8217;s mobile pages. If you don&#8217;t have a specific mobile version of your site, install it on your regular site pages, preferably toward the top of the source code (mobile phones are a lot slower than your laptop or a desktop computer, so the code should be as high up as possible for a better chance of collecting visitor data).</p>
<p><strong>What you get:</strong><br />
In short, you get everything you ever wanted to know and were afraid to ask about the mobile visitors to your web site.</p>
<p>For starters, you get to see a nice visual of each type of phone that has brought a visitor to your site, including the percentage of visitors from that phone model and technical specifics of each phone when you mouse-over any image. Here&#8217;s an example from one of PercentMobile&#8217;s display reports from Gothamist LLC:</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/percent-mobile-01.jpg" title="PercentMobile - Hardware Report" alt="PercentMobile - Hardware Report" border="0" vspace="0" width="500" height="231" hspace="0" /></p>
<p>Below this neat visual display, you&#8217;ll find a complete breakdown of Brands, Screens, Providers, and Country / Territory locations. Here is an example of a list of mobile service providers:</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/percent-mobile-02.jpg" title="PercentMobile - Technical Breakdown" alt="PercentMobile - Technical Breakdown" border="0" vspace="0" width="447" height="228" hspace="0" /></p>
<p>Aside from these awesome stats for your own web site, <a href="http://www.percentmobile.com/" title="PercentMobile's Homepage">PercentMobile&#8217;s homepage</a> is a fun-fact haven for all things mobile. For example, did you know that:</p>
<p><em><span class="fact">53%</span> of US Mobile Traffic comes from Apple Devices?<br />
<span class="fact">17%</span> are Blackberry Devices?<span class="fact"><br />
71%</span> of Apple Devices run on OS3.x?<br />
<span class="fact">80%</span> of South African Phones have a Number Pad?<br />
<span class="fact">5%</span> of Devices weigh between 150g and 200g?<br />
<span class="fact">2%</span> of Devices are 2-Way-Sliders?<br />
<span class="fact">12%</span> of  Phones have a FM Radio?<br />
<span class="fact">55%</span> of Devices have a Touchscreen?<br />
<span class="fact">80%</span> of Devices are Candybar shaped?<br />
<span class="fact">70%</span> of Devices in Iran are from SonyEricsson?</em></p>
<p>If mobile analytics is something that you&#8217;re considering, or something that happens to be important for your web site, I strongly recommend creating a free PercentMobile account. The cool visual display showing a picture of every phone model alone is worth the time and effort of creating the free account and installing the very small code snippet on your site&#8217;s pages.</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/mobile-traffic-analysis-with-percentmobile.html</link>
			</item>
	<item>
		<title>Become a Fan of the Top Landing Pages Report</title>
		<description><![CDATA[<p>Sometimes, less is more. Sometimes, fewer words can speak at a higher volume than lots of words. Sometimes, a simple, neat, and easy to read report can have a greater effect than a report filled with endless columns and rows of data. This is the case with the <strong>Top Landing Pages</strong> report in <a href="http://www.google.com/analytics" title="Google Analytics">Google Analytics</a>.</p>
<p>Tucked away quietly in the middle of the Content section of your Google Analytics profile, the Top Landing Pages report won&#8217;t dazzle you with an AJAX-based, &#8220;do-it-yourself&#8221; module like the Custom Advanced Segments area or fancy click-data on top of your web site like the Site Overlay report. In fact, the Top Landing Pages report has only three quantitative columns &#8211; most reports start out with at least five or six.</p>
<p>The report even has an evil twin &#8211; the Top Exit Pages report, which for the few folks who discover Top Landing Pages, can confound the two reports and even go as far as thinking that one is the continuation of the other (ouch!).</p>
<p>So what is it about Top Landing Pages that is so valuable, and such a hidden gem? Two words: <strong>Bounce Rate</strong>. The sole purpose of the Top Landing Pages report is  to compare Bounce Rates against the entry pages that your visitors used to reach your web site. And, as we all know, Bounce Rate is the percentage of single-page visits to your web site. High bounce rates are bad, because they suggest that your Landing Pages are either broken, unattractive, or did not meet visitor expectations. Low bounce rates are very good, because they suggest that your Landing Page content was interesting and persuasive enough to entice a visitor to go to another one of your site pages.</p>
<p>When you bring up the Top Landing Pages report, you&#8217;ll immediately see your top 10 Landing Pages (or, entry points) of your web site, and three metrics for each Landing Page: Entrances, Bounces, and Bounce Rate. You can use the &#8220;Rows&#8221; drop-down at the bottom-right of your report table to see more Landing Pages if you choose, and the &#8220;Filter&#8221; tool on the bottom-left of your report table to include or exclude certain pages from the report.</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/ga-tlp-01.jpg" title="Top Landing Pages report" alt="Top Landing Pages report" border="0" vspace="0" width="500" height="325" hspace="0" /></p>
<p>I mentioned two paragraphs ago that a high bounce rate is bad, and a low bounce rate is good. However, I won&#8217;t give you a percentage and say whether or not that figure is good or bad. A Bounce Rate of 35% may be very high for your web site, or it may be very low, which depends on several factors, such as visitor demographics and your web site&#8217;s industry vertical. Comparing your Bounce Rate against a static number will not give you an accurate measure of performance. However, Comparing your Bounce Rate against your site&#8217;s average will allow you to provide a backdrop of context for each individual Landing Page, as shown in the following image, with the Comparison to Site Average view enabled:</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/ga-tlp-02.jpg" title="Top Landing Pages - Comparison to Site Average" alt="Top Landing Pages - Comparison to Site Average" border="0" vspace="0" width="500" height="326" hspace="0" /></p>
<p>After you&#8217;ve used Top Landing Pages for your own web site, determine which pages are in need of some optimization work. Is a Landing Page that you&#8217;re using for your pay per click campaigns suffering from a really high bounce rate? Now would be the time to possibly re-write that page&#8217;s content, make it more conversion-oriented, or fix any technical errors that may be present. Is one of your category-level pages a rock-star with a minuscule bounce rate? You may want to give Kudos to your SEO team, as their copywriting and keyword-matching optimization work is paying off.</p>
<p>Now that the best-kept Google Analytics secret has been exposed, add this report to your dashboard, or set-up a scheduled email report so that you can stay ahead of the curve and begin lowering those Bounce Rates!</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/become-a-fan-of-the-top-landing-pages-report.html</link>
			</item>
	<item>
		<title>New Google Analytics Feature: Secondary Dimensions</title>
		<description><![CDATA[<p>Back in May of this year, <a href="http://www.google.com/analytics" title="Google Analytics">Google Analytics</a> announced the release of <a href="http://analytics.blogspot.com/search?updated-max=2009-05-07T14%3A48%3A00-07%3A00&amp;max-results=7" title="Share Customizations and Dive Much Deeper - Available Soon">some new features</a> that will soon be available to everyone worldwide.  This announcement includes two new features that we are very excited about: <strong>Pivot Tables</strong> and the subject of today&#8217;s blog post, <strong>Secondary Dimensions</strong>.</p>
<p><strong>What are Secondary Dimensions?</strong><br />
Secondary Dimensions allow you to add in a layer of data to any report table within the Google Analytics interface. With secondary dimensions, you can save time and effort, while simultaneously obtaining valuable insights within your report data. All you have to do is visit any report &#8211; Keywords, All Traffic Sources, or your Top Content report &#8211; and look for a new drop-down menu directly underneath the scorecard, shown in this image:</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/second-dimensions-1.jpg" title="Secondary Dimension Drop-Down" alt="Secondary Dimension Drop-Down" border="0" vspace="0" width="500" height="295" hspace="0" /></p>
<p>Then, you can start diving deep. For example, segment your Traffic Sources report by &#8220;<strong>keyword</strong>&#8220;, and you&#8217;ll get this:</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/second-dimensions-2.jpg" title="Secondary Dimension: Keyword" alt="Secondary Dimension: Keyword" border="0" vspace="0" width="500" height="170" hspace="0" /></p>
<p>You can also do fancier analysis, like segmenting your <strong>Traffic Sources</strong> report by <strong>City</strong>, while using the <strong>Comparison to Site Average</strong> view to evaluate the percentage of <strong>New Visits</strong> from each location, which can help you evaluate your geo-targeted marketing efforts:</p>
<p style="text-align: center"><img src="http://www.morevisibility.com/images/blogs/second-dimensions-3.jpg" title="Secondary Dimension: City" alt="Secondary Dimension: City" border="0" vspace="0" width="500" height="127" hspace="0" /></p>
<p>With the power of Secondary Dimensions, you will be able to take your analysis efforts to the next level. Because every standard dimension is available in secondary dimensions, you have virtually limitless possibilities. Try segmenting your Keywords report by Landing Page, your Top Content report by Visitor Type, or your Map Overlay report table by Source for some fun (and useful) information! Secondary Dimensions are addictive, so consider this your only warning!</p>
<p>Next time we will talk about another new Google Analytics Feature, <strong>Pivot Tables</strong> (or Pivoting), and show you how to use Pivoting in conjunction with Secondary Dimensions for even greater reporting power!</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/new-google-analytics-feature-secondary-dimensions.html</link>
			</item>
	<item>
		<title>It Takes a Village to Raise a Culture of Web Analytics</title>
		<description><![CDATA[<p>The last 2 years have seen an influx of business men and women getting involved with Web Analytics. Owners, Presidents, VPs, Directors, Marketers, IT personnel and even Administrative Assistants have all taken an interest in this still relatively new dimension of the internet.</p>
<p>While it’s great that so many folks are diving head-first into the ocean of analytics, it’s very important to understand that one individual cannot do it alone. Everyone – even one man / one woman shows – needs a village…a community of individuals that can support, educate, and collaborate with one another to install, upload, and subsequently measure and take meaningful, useful insights from their analytics data.</p>
<p>Each person needs to rely upon any one (if not all) of the following types of people to <strong>truly</strong> achieve Web Analytics success:</p>
<p><strong>1. The Web Analytics “Champion”</strong><br />
Each organization needs that one person who stands proud and champions the cause to their colleagues. This person takes command and learns everything possible about Web Analytics, and can eat and drink metrics and reports for breakfast, lunch, and dinner. This person can  calculate search campaign ROI and Average Order Value figures in their sleep. He / She is the quarterback / point guard / captain of the team.</p>
<p><strong>2. A Colleague who Shares the Vision</strong><br />
Forging a relationship with a co-worker who can get as excited and enthusiastic about Web Analytics as the “Web Analytics Champion” is key to promoting a culture of data insights throughout your organization. It becomes contagious to the rest of the company when they see that others are being positively influenced by Web Analytics, and they’ll want to be a part of it.</p>
<p><strong>3. A Friend in Need is a Friend in IT</strong><br />
No matter what type of Web Analytics program you choose to run with, a technical / IT person is going to be necessary at one point or another.  IT folks can help you upload any necessary scripts, code your website’s pages, manage APIs, parse server log-files, fix and repair bugs, and anything else needed for Web Analytics success. Making friend(s) in the IT department is a crucial, often overlooked step.</p>
<p><strong>4. Don’t Forget the Marketers</strong><br />
At the end of the day, the purpose of Web Analytics is to understand the behavior and actions of your website’s visitors. Marketing / advertisement is what drives traffic to a website, be it a pay-per-click ad or a couple of months of hard-nosed SEO optimization work. The marketing department is going to need reports and statistics from Web Analytics to be able to refine their efforts, and evaluate which are working and profitable, which ones are wastes of money, and which ones have potential.</p>
<p><strong>5. Sell, Sell, Sell!</strong><br />
Sometimes, the concepts and the philosophy of Web Analytics are hard to explain throughout an organization – anyone who has ever heard “Why Should I Spend Any Time with This?” will understand. This is a great opportunity to get a sales rep, or even the VP of Sales on board with Web Analytics. They can probably share with you some persuasive techniques that can be used to attract interest.</p>
<p><strong>6. Who’s The Boss?</strong><br />
Not Tony Danza – unless he IS your boss. The Senior VP, Chief Technical Officer, Executive Vice-President, or perhaps the CEO themselves should be on board the Web Analytics gravy train. This is, understandably, a vital part in the ultimate success of building a culture of Web Analytics within your company – important colleagues or co-workers who were on the fence before may be strongly persuaded to jump on the bandwagon if a supervisor, partner, or even the owner supports the efforts.</p>
<p>In a lot of situations, people do not have the ability to take the reigns and create this prosperous culture of finding actionable insights. They work alone, in a small group, or in large  companies where teams are spread across several offices, making building a community near impossible. Fortunately for us, <a href="http://www.morevisibility.com/" title="MoreVisibility, Inc.">MoreVisibility</a> is that culture of Web Analytics. We are a <a href="http://www.morevisibility.com/services-analytics.php" title="Our Analytics Services Page">Google Analytics Authorized Consultant</a>, a Google AdWords Qualified Company, and have an entire organization of colleagues who champion the cause for Web Analytics.</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/it-takes-a-village-to-raise-a-culture-of-web-analytics.html</link>
			</item>
	<item>
		<title>Tracking PDF Downloads in Google Analytics</title>
		<description><![CDATA[<p>PDF Files are no doubt a part of your website. Sure, they&#8217;re not HTML, PHP, or ASP pages, but they are files that contain information that is just as valuable as any other page on your website. So, why not track PDF files in <a href="http://www.google.com/analytics" title="Google Analytics">Google Analytics</a>, too?</p>
<p>At <a href="http://www.morevisibility.com/" title="MoreVisibility, Inc.">MoreVisibility</a>, we see a lot of websites out there using Google Analytics that are not tracking their PDF Files as either pageviews or events &#8211; both of which are possible to do. The best part about it is that it&#8217;s very easy to configure, which is good news for any person on your IT / technical team.</p>
<p>To track any PDF file on your website, simply follow the quick steps below and you&#8217;ll be well on your way. It gets a bit technical from here on out, so roll up your sleeves and put your hard hats on.</p>
<p>1. Find a page that links to one of your PDF files.</p>
<p>2. Find where the PDF file is on the page &#8211; look for the anchor (&lt;a&gt;) tag. It should look something like this:</p>
<p><code>&lt;a href="files/quarterly-earnings.pdf" target="_blank"&gt;Quarterly Earnings Report&lt;/a&gt;</code></p>
<p>3. Insert the following &#8220;onClick&#8221; event within this anchor tag. It should look like this:</p>
<p><code>&lt;a href="files/quarterly-earnings.pdf" target="_blank" onClick="pageTracker._trackPageview('/files/quarterly-earnings.pdf');"&gt;Quarterly Earnings Report&lt;/a&gt;</code></p>
<p>4. Upload the page and enjoy the results! You should see the number of times that your PDF file was accessed within the Content &gt;&gt; Top Content section of your Google Analytics profile.</p>
<p><strong>Tracking a PDF Download as an Event (vs. as a Pageview)</strong><br />
To track your PDF Downloads as Events, simply use the _trackEvent function instead of the _trackPageview function, like so:</p>
<p><code>&lt;a href="files/quarterly-earnings.pdf" target="_blank" onClick="pageTracker._trackEvent("PDF Files", "Downloads", "Quarterly Earnings Report", "500");"&gt;Quarterly Earnings Report&lt;/a&gt;</code></p>
<p>(<a href="http://www.morevisibility.com/analyticsblog/tracking-flash-movies-and-more-with-event-tracking.html" title="Tracking Flash, Movies, and more with Event Tracking">Learn all about Event Tracking with my latest blog post from last week</a>)</p>
<p>The activity that occurred on your PDF Files will be within the Event Tracking section, which is a sub-section of the Content section of reports, instead of in the Top Content report.</p>
<p><strong>Is there a difference between tracking PDF files as Pageviews or as Events?</strong><br />
Other than the obvious fact that one way will count them as a pageview, while the other way will count them as an event, the biggest difference between the two is the ability to track Goals. As of today, Google Analytics does not have the ability to track Events as Goals, so if you were planning to track all PDF downloads as Goals, you will need to track them as Pageviews, and not as Events. Advanced Segments are now available for Events, but they are not the same as Goals.</p>
<p>So what are you waiting for? Grab your webmaster and start tracking your PDF files with Google Analytics!</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/tracking-pdf-downloads-in-google-analytics.html</link>
			</item>
	<item>
		<title>Tracking Flash, Movies, and more with Event Tracking!</title>
		<description><![CDATA[<p><img src="http://www.morevisibility.com/images/blogs/event-tracking5.jpg" title="Event Tracking" alt="Event Tracking" align="right" border="0" vspace="0" width="202" height="227" hspace="0" />Last month, the <a href="http://www.google.com/analytics" title="Google Analytics">Google Analytics</a> team finally lifted the curtains and officially removed the &#8220;Beta&#8221; label off of its brand new Event Tracking section. With Event Tracking, site owners now have the ability to track special interactions with their website, separate from pageviews. This can include tracking the activity of a movie player, an applet, a flash virtual tour, or any site element made in AJAX.</p>
<p>For starters, the new Event Tracking section of reports will be located within the main Content section, right underneath the Site Search report sub-section. Once there, you&#8217;ll be introduced to four new metrics: Categories, Actions, Labels, and Values. These metrics are also the building blocks of setting up Event Tracking on your flash applet or video player, as we&#8217;ll talk about in a little bit. First, let&#8217;s cover the metrics / reports that make up this section.</p>
<p><strong>1. Categories</strong><br />
Categories are the highest level of organizational structure that you can have with Event Tracking. Think of it like the &#8220;root&#8221; level of a directory. You would use labels like &#8220;Videos&#8221; or &#8220;Downloads&#8221; for your Categories, and they would most likely be used multiple times throughout the main elements that you wish to track with Event Tracking.</p>
<p><strong>2. Actions</strong><br />
Actions are exactly what they sound like &#8211; the actual interactions with your object. If you&#8217;re setting up Event Tracking for a video on your site, you could track a user pressing Play, Stop, Rewind, Fast-Forward, or adjusting the volume as an Action.</p>
<p><strong>3. Labels</strong><br />
Labels are an optional value with Event Tracking, which allow you to provide additional information about the Action that just happened. Labels can be used for naming a movie (the title of the Movie), or the URL of a downloaded file, or some other name that you&#8217;d like to use for the subsequent Action.</p>
<p><strong>4. Values</strong><br />
Values are also optional elements in Event Tracking that allow you to assign a numerical value to any action. These can help you quantify all of your actions, and Google Analytics will even throw in an Average Value figure for you to get an idea of how popular your Actions are.</p>
<p><strong>Putting it all together</strong><br />
Because of the updated Google Analytics Tracking Code&#8217;s (ga.js) object-oriented modeling, newer features like Event Tracking are highly customizable, and can be programmed onto your movie or applet in a variety of different ways. However, the &#8220;standard&#8221; coding for Event Tracking looks like this:</p>
<p><code>pageTracker._trackEvent("Videos", "Stop", "G.I. Joe Trailer", "150");</code></p>
<p>Notice in my code example that you can see the four metrics in order from left to right after the call to _trackEvent- <strong>Category</strong> (&#8221;Videos&#8221;), <strong>Action</strong> (&#8221;Stop&#8221;), <strong>Label</strong> (&#8221;G.I. Joe Trailer&#8221;), and <strong>Value</strong> (&#8221;150&#8243;). This format must be followed, no matter where or how you decide to use Event Tracking.</p>
<p><strong>A few general notes regarding Event Tracking</strong></p>
<blockquote><p>1.  You <strong><em>must</em></strong> use the newer ga.js tracking script on your website&#8217;s pages in order to be able to utilize Event Tracking &#8211; it will not work using urchin.js.</p>
<p>2. There is a maximum of 500 Events allowed in a single user session (visit). Because of this, you should avoid setting up tracking for excessive mouse movements, tracking every second a video is played for, or every time someone right-clicks their mouse while playing your newest shoot-&#8217;em-up flash game.</p>
<p>3. Event Tracking &#8211; previously considered an interaction hit &#8211; is no longer counted as such by Google Analytics. This means that your Bounce Rate or your Average Time on Site metrics won&#8217;t be affected. Check out my blog post from <a href="http://www.morevisibility.com/analyticsblog/why-your-bounce-rate-may-start-to-go-up-from-now-on.html" title="Why Your Bounce Rate May Start to Go Up from Now On.">back in January about Event Tracking interaction hits</a>.</p></blockquote>
<p>For deep technical schematics on Event Tracking, check out the <a href="http://code.google.com/apis/analytics/docs/tracking/eventTrackerOverview.html" title="Event Tracking Overview">Google Analytics Event Tracking Guide</a>.</p>
<p>Happy Event Tracking!</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/tracking-flash-movies-and-more-with-event-tracking.html</link>
			</item>
	<item>
		<title>Tracking bit.ly (and other short URLs) in Google Analytics</title>
		<description><![CDATA[<p>Yesterday, during my normal browsing / question-answering time over on the <a href="http://www.google.com/support/forum/p/Google+Analytics/" title="The Google Analytics Help Forum">Google Analytics Help Forum</a>, I ran across a thread where a few folks were not seeing traffic from their <a href="http://bit.ly/" title="Bit.ly - URL Shortening">bit.ly</a> URLs in their <a href="http://www.google.com/analytics" title="Google Analytics">Google Analytics</a> profiles. For those of you who do not know what they are, or might have seen them somewhere before, bit.ly is a URL shortening website, where you can enter in a long URL and make it very short.</p>
<p>Websites like <a href="http://bit.ly" title="Bit.ly">bit.ly</a>, <a href="http://snipurl.com/" title="SnipURL">SnipURL</a>, <a href="http://www.tiny.cc/" title="Tiny.cc">Tiny.cc</a>, and several others have become mega-popular over the last few years, as they have become vital in allowing people to share links via Facebook, Twitter, and LinkedIn. I&#8217;ve even started to see them appear in some newsletters and promotional emails as well.</p>
<p>While bit.ly type websites are great, they actually present an analytics tracking challenge. These sites typically redirect users from their website to your destination website, which causes Google Analytics to treat any visitor clicking on one of these links as &#8220;direct&#8221;, even though they really originated from your Facebook page, your monthly newsletter, or a press release (So technically, not tagging these URLs will also pollute your direct traffic segment, which was <a href="http://www.morevisibility.com/analyticsblog/should-i-care-about-my-direct-traffic.html" title="Should I care about my Direct Traffic?">our blog post from earlier in the week</a>).</p>
<p>So, what can you do to properly track your shortened URLs in Google Analytics? Take the following 4 steps for short URL tracking success:</p>
<p><strong>1. Grab Your Destination URL </strong>- Copy the URL of the page that you ultimately want your visitors to land on.</p>
<p>Example: <a href="http://www.website.com/page.html" title="Sample URL">http://www.website.com/page.html</a></p>
<p><strong>2.  Run it through the Google Analytics Tool: URL Builder</strong> &#8211; <a href="http://www.website.com/page.html" title="Google Analytics URL Builder Tool">The URL Builder Tool</a> will append the necessary query parameters to the end of your destination URL. This is the same page that is used when marketers want to track their non-AdWords cost-per-click traffic in GA.</p>
<p>Example: <a href="http://www.website.com/page.html?utm_source=facebook&amp;utm_medium=social-media&amp;utm_content=status-update&amp;utm_campaign=social-media-traffic" title="Example Long URL">http://www.website.com/page.html?utm_source=facebook&amp;utm_medium=social-media&amp;utm_content=status-update&amp;utm_campaign=social-media-traffic</a></p>
<p><strong>3. Run your new URL through bit.ly (or your favorite URL shortener)</strong> &#8211; Copy your newly created URL and paste it into the URL shortening tool &#8211; you should now have a very short, but analytics-trackable URL.</p>
<p>Example: <a href="http://bit.ly/MrOle" title="Sample bit.ly URL">http://bit.ly/MrOle</a></p>
<p><strong>4. Test your short link</strong> &#8211; Click on your short URL and make sure the long string of query parameters that you copied from step 2 appears in the address bar of your favorite browser. If the query parameters are there &#8211; and your destination page has the Google Analytics Tracking Code correctly installed &#8211; you should begin to see visits from your short URL in your All Traffic Sources report, within the Traffic Sources section.</p>
<p>It&#8217;s a bit of a manual process &#8211; especially if you have a lot of short URLs everywhere &#8211; but it&#8217;s completely worth the time that it takes to run them through the URL Builder and appropriately track the visits off of these links in Google Analytics. The hard part will be figuring out what to use for the Source, Medium, and Campaign dimensions, because that is what is going to control how the data appears. My advice: use a short, common-sense naming convention, and you really can&#8217;t go wrong.</p>
]]></description>
		<link>http://www.morevisibility.com/analyticsblog/tracking-bitly-and-other-short-urls-in-google-analytics.html</link>
			</item>
</channel>
</rss>
