<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Measuring Success</title>
	
	<link>http://www.Advanced-Web-Metrics.com/blog</link>
	<description>Official blog for the book Advanced Web Metrics with Google Analytics by Brian Clifton</description>
	<lastBuildDate>Tue, 15 May 2012 09:30:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BrianClifton/Google-Analytics" /><feedburner:info uri="brianclifton/google-analytics" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://www.Advanced-Web-Metrics.com/blog/?pushpress=hub" /><feedburner:emailServiceId>BrianClifton/Google-Analytics</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Jumpstart Regular Expression Tutorial for Google Analytics users</title>
		<link>http://feedproxy.google.com/~r/BrianClifton/Google-Analytics/~3/DgOUuncFz30/</link>
		<comments>http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/#comments</comments>
		<pubDate>Fri, 11 May 2012 13:00:11 +0000</pubDate>
		<dc:creator>Brian Clifton</dc:creator>
				<category><![CDATA[Google Analytics specific]]></category>
		<category><![CDATA[Metrics understanding]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=3847</guid>
		<description><![CDATA[If you manage a Google Analytics account, then understanding regular expressions - and how to set them up - is a key part of your job. This tutorial is intended to jump start novice users into the world of regular expressions - specifically from a Google Analytics point of view. [...]
<em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/' rel='bookmark' title='The Best Google Analytics Add-Ons'>The Best Google Analytics Add-Ons</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/02/12/12-useful-tools-for-google-analytics-admin/' rel='bookmark' title='12 Useful Tools for Google Analytics Administration'>12 Useful Tools for Google Analytics Administration</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/10/13/troubleshooting-tools-for-web-analytics/' rel='bookmark' title='Troubleshooting Tools for Web Analytics'>Troubleshooting Tools for Web Analytics</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you manage a Google Analytics account, then understanding regular expressions &#8211; and how to set them up &#8211; is a key part of your job. This tutorial is intended to jump start novice users into the world of regular expressions &#8211; specifically from a Google Analytics point of view.</p>
<p>As you will see from reading my books, most regular expressions I use are pretty straightforward &#8211; so you shouldn’t be deterred from delving in and understanding them inside-out. However, I have found over the years that many users are scared off the subject. My reasoning is that the general studying of regular expressions can rapidly become complex and overwhelming. However, the truth is for the vast majority of GA work, you don’t need the full power or complexity that regular expressions (built for the IT industry) can provide. Hence, I created this jump start tutorial for you to focus on….</p>
<h4><strong>A Quick Introduction&#8230;</strong></h4>
<p>Regular expressions, also referred to as <em>regex</em>, are a way for computer languages to match strings of text, such as specific characters, words, or patterns of characters. A simple everyday example of regular expressions is using wildcards for matching filenames on your computer. For example, <span style="font-size: 130%;"><code>*.pdf</code></span> matches all filenames that end in <span style="font-size: 130%;"><code>.pdf</code></span>. However, regex can be much more powerful than this. Within google analytics, regular expressions are primarily used when creating profile filters (see Chapter 8 of the book), advanced segments (also Chapter 8), and table filters (Chapter 4).</p>
<h4><strong>Understanding the Fundamentals of Regex</strong></h4>
<p>An important point to grasp when using regular expressions is that there are two types of characters: <strong>literals</strong> and <strong>metacharacters</strong>. Most characters are treated as literals. That is, if you wanted to match a URI containing <em>advanced</em>, you would type the <em>literal</em> character <span style="font-size: 130%;"><code>"a"</code></span>, followed by <code><span style="font-size: 130%;">"d"</span></code>, followed by <span style="font-size: 130%;"><code>"v"</code></span>, and so forth (without quotes).</p>
<p>The exceptions to this are metacharacters. These are characters of special meaning to the regex engine and therefore interpreted differently. For example, the PDF example shown in the Introduction contains the metacharacter <span style="font-size: 130%;"><code>"*"</code></span> (without quotes). The most common metacharacters are listed in Table 1. Ensure that you understand these before proceeding.</p>
<p><strong>Table 1</strong> &#8211; Common regular expression metacharacters</p>
<table class="MsoNormalTable" style="width: 382.8pt; margin-left: 36.0pt; border-collapse: collapse; mso-padding-alt: 0cm 5.4pt 0cm 5.4pt;" width="383" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableHead"><strong>Metacharacter</strong></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">
<p class="TableHead"><strong>Description</strong></p>
</td>
</tr>
<tr>
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>.</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches any single character.</td>
</tr>
<tr>
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>[   ]</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches a single character that is contained within the square brackets. Referred to as a <em>class</em>.</td>
</tr>
<tr>
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>[^   ]</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches a single character that is <em>not</em> contained within the square brackets. Referred to as a <em>class</em>.</td>
</tr>
<tr style="mso-yfti-irow: 4;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>^</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches the beginning of the string. This is referred to as an <em>anchor</em>.</td>
</tr>
<tr style="mso-yfti-irow: 5;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>$</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches the end of the string. This is referred to as an <em>anchor</em>.</td>
</tr>
<tr style="mso-yfti-irow: 6;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>*</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches zero or more of the previous item.</td>
</tr>
<tr style="mso-yfti-irow: 7;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>?</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches zero or one of the previous item.</td>
</tr>
<tr style="mso-yfti-irow: 8;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>+</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Matches one or more of the previous item.</td>
</tr>
<tr style="mso-yfti-irow: 9;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>|</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">The OR operator. Matches either the expression before or the expression after the operator.</td>
</tr>
<tr style="mso-yfti-irow: 10;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>\</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">The escape character. Allows you to use one of the metacharacters for your match.</td>
</tr>
<tr style="mso-yfti-irow: 11; mso-yfti-lastrow: yes;">
<td style="width: 94.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="94">
<p class="TableEntry" style="font-size: 130%;"><code>(   )</code></p>
</td>
<td style="width: 288.4pt; padding: 0cm 5.4pt 0cm 5.4pt;" valign="top" width="288">Groups characters into substrings.</td>
</tr>
</tbody>
</table>
<p style="padding-left: 30px;"><strong>NOTE</strong>: Google Analytics uses a partial implementation of the Perl Compatible Regular expressions (PCRE) library. I use the word partial because a full implementation is more powerful and flexible than a software as a service vendor would want it to be! For example, if its use is unrestricted, it can be used maliciously to hack or break a website. Therefore, not every feature of PCRE is included in Google Analytics…</p>
<h4><strong>The best way to learn</strong> <strong>Regex</strong> <strong>is by example&#8230;</strong></h4>
<p>Using only literals, you can construct simple regular expressions. First, partial matches are allowed. For example, say you wanted to view only referrals from the website <span style="font-size: 130%;"><code>www.google.com</code></span>. Using a regular expression, you could use the partial keyword <span style="font-size: 130%;"><code>"goog"</code></span> in the table filter of your Traffic sources &gt; Sources &gt; All Traffic report. This will match all entries that have the letters <span style="font-size: 130%;"><code>"goog"</code></span> in them, as shown in Figure 1.</p>
<p><strong>Figure 1</strong> &#8211; Table filter using a partial <em>literal</em> match</p>
<p><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/fbapp0101-mockup.png"><img class="alignnone size-full wp-image-3932" title="Click for full size" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/fbapp0101-mockup-blog.png" alt="Click for full size" /></a></p>
<p style="padding-left: 30px;"><strong>NOTE</strong>: The break down of geographic google domains shown in Figure 1 is achieved by using the <a href="http://www.advanced-web-metrics.com/blog/custom-search-engine-hack/">Custom SEO plugin</a> for GA.</p>
<p>Being simple to use, literals can be very powerful—as long as you can identify a unique pattern match that includes the string of interest. Taking the previous example, to be more specific, use the OR metacharacter, as in this example:</p>
<p><span style="font-size: 130%;"><code>google\.(com|co\.uk|ca)</code></span></p>
<p>This matches the literal <span style="font-size: 130%;"><code>google</code></span>, followed by a period (this must be escaped because it is also a metacharacter), followed by <span style="font-size: 130%;"><code>com OR co.uk</code></span> (period also escaped) <span style="font-size: 130%;"><code>OR ca</code></span>. The result is shown in Figure 2.</p>
<p><strong>Figure 2</strong> &#8211; Table filter using the <em>metacharacter</em> OR</p>
<p><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/fbapp0102-mockup.png"><img class="alignnone size-full wp-image-3933" title="Click for full size" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/fbapp0102-mockup-blog.png" alt="Click for full size" /></a></p>
<p style="padding-left: 30px;"><strong>NOTE</strong>: Google Analytics automatically escapes periods in the report table filter and advanced segments for you. Therefore, you can omit the escape charter (\) for these. However, when you are learning regex, I advise you to always escape these yourself as best practice. This is because profile filters, as well as goal or funnel configurations, do <span style="text-decoration: underline;">not</span> have the automatic escape feature.</p>
<p>You will notice from Figure 2 that subdomains of Google are present in the reports. Suppose you wish to remove these from your matches. Modify the regex query as follows:</p>
<p><span style="font-size: 130%;"><code>^google\.(com|co\.uk|ca)</code></span></p>
<p>This results in only referrers that start with the pattern google being matched. Another example to practice with includes:</p>
<p><span style="font-size: 130%;"><code>^go.+le\.((com$)|(co\.uk)$|(ca)$)</code></span></p>
<p>This extends the previous example to explicitly match only Google domains that end in .com, .co.uk, and .ca. This removes referrers such as google.com.au, google.com.br, and so forth, as shown in Figure 3. Note that I have also been a little lazy and used <span style="font-size: 130%;"><code>go.+le</code></span> to illustrate how to use the <span style="font-size: 130%;"><code>+</code></span> metacharacter. That is, it is used to match one or more of the previous character—in this case, any character.</p>
<p><strong>Figure 3</strong> &#8211; Table filter using multiple <em>metacharacters</em></p>
<p><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/fbapp0103.png"><img class="alignnone size-full wp-image-3955" title="Click to view full size" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/fbapp0103-blog.png" alt="Click to view full size" /></a></p>
<p>The following are examples to consider when matching URLs listed in your Content / Top Content reports:</p>
<p><span style="font-size: 130%;">\?(id|pid)=[^&amp;]*</span></p>
<p>This matches the filename followed by the first query parameter and its value if its name is equal to id or pid. If you have a report with URIs of the following form, this regex will match the two URIs highlighted:</p>
<p><span style="font-size: 130%;"><code>/blog/post<strong>?pid=101</strong></code></span></p>
<p><span style="font-size: 130%;"><code>/blog/post<strong>?id=101</strong>&amp;lang=en&amp;cat=hacks</code></span></p>
<p><span style="font-size: 130%;"><code>/blog/post?lang=en&amp;cat=hacks&amp;id=102</code></span></p>
<p><span style="font-size: 130%;"><code>/blog/about-this-blog</code></span></p>
<p>Typically, this regex format is used when defining a goal or funnel step. Note the use of the negative class to stop the regex match. That is, this regex will match all characters after id= or pid= that do not contain &amp;. An asterisk is used (<span style="font-size: 130%;"><code>*</code></span>) to also match zero occurrences of &amp; so that even if there is no second query parameter present, as per the first URI, the regex will still match.</p>
<p>An example that is useful when filtering within Keyword reports (search engines and internal site search) is to consider misspellings. Perhaps you need to find all matches for “colour” and “color.” The following regex will achieve this:</p>
<p><span style="font-size: 130%;"><code>colo[u]*r</code></span></p>
<p>Here are some other misspelling examples:</p>
<p><span style="font-size: 130%;"><code>Voda(ph|f)one</code></span></p>
<p><span style="font-size: 130%;"><code>Ste(ph|v)en</code></span></p>
<p><span style="font-size: 130%;"><code>Br[ai][ai]n</code></span></p>
<p>(My name is sometimes spelled Brain!)</p>
<p>Finally, although not directly relevant to Google Analytics, a common regex used in web development for processing forms is:</p>
<p><span style="font-size: 130%;"><code>^(.+)@(<strong>[^\(\);:,&lt;&gt;_]+</strong>\.[a-zA-Z.]{2,6})</code></span></p>
<p>Use this to test your understanding. Broken into its constituent parts, this regex checks an email address to ascertain if it is a valid format—that is, brian@mysite.com and not brian@@my_site:com, for example. From left to right, the English interpretation is as follows:</p>
<ul>
<li>Match one or more of any character before the @</li>
</ul>
<ul>
<li>Match any character after the @ but do not include any of following characters: ( ) ; ; , &lt; &gt; _</li>
</ul>
<ul>
<li>Followed by a period</li>
</ul>
<ul>
<li>Followed by between two and six characters that must include an alphabetic character (A–Z as either upper- or lowercase) or a period</li>
</ul>
<p>I have <strong>highlighted</strong> the middle section of this regex to help guide your eye, that is, the part between the @ and first period.</p>
<p>If you have followed these examples, you are well on your way to understanding regular expressions for use with Google Analytics. If not, reread this post and use one of the regex tools listed in Appendix B of the book. Further regex examples are shown throughout the book, though none are more complicated than those shown here.</p>
<h4><strong>Tips for Building Regular Expressions</strong></h4>
<ul>
<li>Make the regular expression as simple as possible. Complex expressions take longer to process or match than simple expressions.</li>
</ul>
<ul>
<li>Avoid the use of .* if possible because this expression matches everything zero or more times and may slow processing of the expression. For instance, if you need to match all of the following: index.html, index.htm, index.php, index.aspx, index.py, index.cgi</li>
</ul>
<p style="padding-left: 30px;">use</p>
<p style="padding-left: 60px;"><span style="font-size: 130%;"><code>index\.(h|p|a|c)+.+</code></span></p>
<p style="padding-left: 30px;">not</p>
<p style="padding-left: 60px;"><span style="font-size: 130%;"><code>index.*</code></span></p>
<ul>
<li>Try to group patterns together when possible. For instance, if you wish to match a file suffix of .pdf, .doc, and .ppt</li>
</ul>
<p style="padding-left: 30px;">use</p>
<p style="padding-left: 60px;"><span style="font-size: 130%;"><code>\.(pdf|doc|ppt)</code></span></p>
<p style="padding-left: 30px;">not</p>
<p style="padding-left: 60px;"><span style="font-size: 130%;"><code>\.pdf|\.doc|\.ppt</code></span></p>
<ul>
<li>Be sure to escape the regular expression wildcards or metacharacters if you wish to match those literal characters. Common ones are periods in filenames and parentheses in text.</li>
</ul>
<ul>
<li>Use anchors whenever possible (<span style="font-size: 130%;"><code>^</code></span> and <span style="font-size: 130%;"><code>$</code></span>, which match either the beginning or end of an expression), because these speed up processing.</li>
</ul>
<h4>Some useful regex tools to help you</h4>
<p>I have used all of these though, I would love to hear about others:</p>
<ul>
<li>Browser plugin for Chrome - <a href="https://chrome.google.com/webstore/search/%22Regular%20Expression%20Checker%22" target="_blank">Regular Expression Checker</a></li>
<li>Desktop app for Windows - <a href="http://weitz.de/regex-coach/" target="_blank">The RegEx Coach</a> (I cut my regex teeth on this one)</li>
<li>Online tester - <a href="http://regexpal.com/" target="_blank">RegExPal</a> (I discovered this recently via <a href="http://twitter.com/JohnWedderburn" target="_blank">@JohnWedderburn</a>) &#8211; really useful</li>
<li>For other really useful tools see the recent post: <a href="http://www.advanced-web-metrics.com/blog/2012/04/17/best-google-analytics-add-ons/">Best GA Add-ons</a></li>
</ul>
<p><strong>Was this post useful&#8230;? Please let me know by adding a comment or sharing the &#8216;social love&#8217; with a tweet, +1, Like etc&#8230;</strong></p>
<p><em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/' rel='bookmark' title='The Best Google Analytics Add-Ons'>The Best Google Analytics Add-Ons</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/02/12/12-useful-tools-for-google-analytics-admin/' rel='bookmark' title='12 Useful Tools for Google Analytics Administration'>12 Useful Tools for Google Analytics Administration</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/10/13/troubleshooting-tools-for-web-analytics/' rel='bookmark' title='Troubleshooting Tools for Web Analytics'>Troubleshooting Tools for Web Analytics</a></li>
</ol></p><hr />
<p><small>© Brian Clifton for <a href="http://www.Advanced-Web-Metrics.com/blog">Measuring Success</a>, 2012. |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/">Permalink</a> |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/&title=Jumpstart Regular Expression Tutorial for Google Analytics users">del.icio.us</a>
<br/>
Post tags: <a href="http://www.Advanced-Web-Metrics.com/blog/tag/add-on/" rel="tag">add-on</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/add-ons/" rel="tag">add-ons</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/regex/" rel="tag">regex</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/regular-expression/" rel="tag">regular expression</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/tools/" rel="tag">tools</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/tutorial/" rel="tag">tutorial</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/BrianClifton/Google-Analytics/~4/DgOUuncFz30" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/</feedburner:origLink></item>
		<item>
		<title>Book errata – 3rd edition</title>
		<link>http://feedproxy.google.com/~r/BrianClifton/Google-Analytics/~3/gl-l1QLaBAo/</link>
		<comments>http://www.Advanced-Web-Metrics.com/blog/2012/05/10/book-errata-3rd-edition/#comments</comments>
		<pubDate>Thu, 10 May 2012 11:00:45 +0000</pubDate>
		<dc:creator>Brian Clifton</dc:creator>
				<category><![CDATA[Google Analytics specific]]></category>
		<category><![CDATA[3rd edition]]></category>
		<category><![CDATA[errata]]></category>
		<category><![CDATA[erratta]]></category>
		<category><![CDATA[third]]></category>

		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=3905</guid>
		<description><![CDATA[A small number of typos have come to my attention with the 3rd edition - four so far. These will be corrected in the next re-print (due end of May). However I wanted to list them here for people to be aware of. Please let me know (by adding a comment here) if you find others.

Ch 7, page 254 - Figure 7.15
Figure 7.15 illustrates a hostname differentiation filter. The "Field B" and "Output To" have no option selected, and only show a dash -. They should instead read "Request URI". Replacement image shown below. [...]
<em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/05/26/book-corrections-and-typos/' rel='bookmark' title='Book corrections and typos'>Book corrections and typos</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>A small number of typos have come to my attention with the 3rd edition &#8211; four so far. These will be corrected in the next re-print (due end of May). However I wanted to list them here for people to be aware of. Please let me know (by adding a comment here) if you find others.</p>
<ul>
<li><strong>Ch 7, page 254 &#8211; Figure 7.15</strong></li>
</ul>
<p>Figure 7.15 illustrates a hostname differentiation filter. The &#8220;Field B&#8221; and &#8220;Output To&#8221; have no option selected, and only show a dash -. They should instead read &#8220;Request URI&#8221;. Replacement image shown below.</p>
<p>With thanks to Eric Erlebacher of <a href="http://befoundonline.com" target="_blank">befoundonline.com</a> for pointing this out.</p>
<p style="text-align: left;"><em>Replacement Figure 7.15. Click for full size.</em></p>
<p><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/f0715.png"><img class="size-medium wp-image-3906 alignnone aligncenter" title="Click for full size" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/f0715-300x285.png" alt="Click for full size" width="300" height="285" /></a></p>
<p>&nbsp;</p>
<ul>
<li><strong>Ch 8, page 298 &#8211; Excluding labeled visitors</strong></li>
</ul>
<p>On page 298 I refer to the value (label) of &#8220;Dynamic IP&#8221;. But in Figure 8.15 I show the Filter Pattern as &#8220;dynamic&#8221; only. The filter pattern should be &#8220;Dynamic IP&#8221;. [ FYI - Using only dynamic will still work as the filters work by apply a regex match. ]</p>
<p>With thanks to Joe Seidler of <a href="Seidler.com" target="_blank">seidler.com</a> for pointing this out.</p>
<p>&nbsp;</p>
<ul>
<li><strong>Ch 8, page 309 &#8211; Segmenting Social Network Visits</strong></li>
</ul>
<p>On page 309 Figure 8.28 shows the Medium containing &#8220;social media&#8221;. But in the paragraph under the figure I state the medium is set to &#8220;social network&#8221;. These should of course match (you can chose any preferred text). For clarity, the text will be changed to &#8220;social media&#8221;.</p>
<p>Again thanks to Joe Seidler of <a href="Seidler.com" target="_blank">seidler.com</a> for pointing this out.</p>
<p>&nbsp;</p>
<ul>
<li><strong>Ch 9, page 341 &#8211; Differentiating PPC Network Partners</strong></li>
</ul>
<p>On page 341 for Differentiating PPC Network Partners, step 1 references &#8220;Custom Field 1&#8243;, but the image examples show &#8220;Custom Field 2&#8243; being used. In fact, the name of the custom field is not important &#8211; you just need to select one of them (two to choose from). That said, I want it to be as clear as possible in the book. I have therefore revised the images for Figure 9.20 below.</p>
<p>With thanks to Steve Grush of <a href="mailto:steve@nylontechnology.com">nylontechnology.com</a> for pointing this out.</p>
<p><em>Replacement Figures 9.20a and b. Click for full size.</em></p>
<p><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/f0920a.png"><img class="aligncenter size-medium wp-image-3911" title="Replacement Figure 9.20a. Click for full size. " src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/f0920a-300x196.png" alt="Replacement Figure 9.20a. Click for full size. " width="300" height="196" /></a> <a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/f0920b.png"><img class="aligncenter size-medium wp-image-3912" title="Replacement Figure 9.20b. Click for full size. " src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/05/f0920b-300x196.png" alt="Replacement Figure 9.20b. Click for full size. " width="300" height="196" /></a></p>
<p>&nbsp;</p>
<p><em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/05/26/book-corrections-and-typos/' rel='bookmark' title='Book corrections and typos'>Book corrections and typos</a></li>
</ol></p><hr />
<p><small>© Brian Clifton for <a href="http://www.Advanced-Web-Metrics.com/blog">Measuring Success</a>, 2012. |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/05/10/book-errata-3rd-edition/">Permalink</a> |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/05/10/book-errata-3rd-edition/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.Advanced-Web-Metrics.com/blog/2012/05/10/book-errata-3rd-edition/&title=Book errata &#8211; 3rd edition">del.icio.us</a>
<br/>
Post tags: <a href="http://www.Advanced-Web-Metrics.com/blog/tag/3rd-edition/" rel="tag">3rd edition</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/errata/" rel="tag">errata</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/erratta/" rel="tag">erratta</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/third/" rel="tag">third</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/BrianClifton/Google-Analytics/~4/gl-l1QLaBAo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Advanced-Web-Metrics.com/blog/2012/05/10/book-errata-3rd-edition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.Advanced-Web-Metrics.com/blog/2012/05/10/book-errata-3rd-edition/</feedburner:origLink></item>
		<item>
		<title>The Best Google Analytics Add-Ons</title>
		<link>http://feedproxy.google.com/~r/BrianClifton/Google-Analytics/~3/WHKDI6VziLE/</link>
		<comments>http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 17:00:11 +0000</pubDate>
		<dc:creator>Brian Clifton</dc:creator>
				<category><![CDATA[Google Analytics specific]]></category>
		<category><![CDATA[Implementation ABCs]]></category>
		<category><![CDATA[add-on]]></category>
		<category><![CDATA[add-ons]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=3604</guid>
		<description><![CDATA[These are 13 of the best tools (aka add-ons) that have made significant differences to how I work with Google Analytics. I have not attempted to list all possible add-ons that are available - I seem to come across a new one every day...! Rather, ones that I have used in real-world situations that have helped me do my job. [...]
<em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/02/12/12-useful-tools-for-google-analytics-admin/' rel='bookmark' title='12 Useful Tools for Google Analytics Administration'>12 Useful Tools for Google Analytics Administration</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/' rel='bookmark' title='Jumpstart Regular Expression Tutorial for Google Analytics users'>Jumpstart Regular Expression Tutorial for Google Analytics users</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/10/13/troubleshooting-tools-for-web-analytics/' rel='bookmark' title='Troubleshooting Tools for Web Analytics'>Troubleshooting Tools for Web Analytics</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>These are 13 of the best tools (aka add-ons) that have made significant differences to how I work with Google Analytics. I have not attempted to list <em>all</em> possible add-ons that are available &#8211; I seem to come across a new one every day&#8230;! Rather, ones that I have used in real-world situations that have helped me do my job.</p>
<p style="padding-left: 30px;"><em>I would love to hear your experiences of tools/add-ons that have helped make your GA life easier. Please let me know via a comment at the end of this post.</em></p>
<p>My recommendations come in two flavors:</p>
<ul>
<li>Browser add-ons that help you use or manage your reports — configuration aides, segmentation help, and so forth.</li>
<li>Those that help you perform a site-wide audit of your Google Analytics Tracking Code deployment.</li>
</ul>
<p>Often these two scenarios overlap, and marketers frequently find themselves using the same toolset as webmasters and web developers. I also list two Windows desktop applications that have helped me over the years. Regardless of your job role, all these tools are straightforward to use. There are lots more useful information like this in the <a href="http://www.advanced-web-metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/">3rd edition of the book</a> (released March 2012).</p>
<h3 style="text-align: left;"><strong>Browser Add-Ons<br />
</strong></h3>
<p>Developed by third-parties, add-ons are installable enhancements to your browser. They are available for the Google Chrome and Firefox browsers because historically these browsers have encouraged third-party customization. The vast majority of add-ons are free to use.</p>
<ul>
<li>More information on Firefox add-ons is available at <a href="https://addons.mozilla.org/en-US/firefox" target="_blank">https://addons.mozilla.org/en-US/firefox</a></li>
<li>More information on Google Chrome add-ons (known as extensions) is available at: <a href="http://chrome.google.com/webstore/category/extensions" target="_blank">http://chrome.google.com/webstore/category/extensions</a></li>
</ul>
<p>The following add-ons work with the latest version of Google Analytics (v5) and help with your implementation and usage of it. I use all of them:</p>
<p><strong>1. <a href="https://chrome.google.com/webstore/search/%22analytics%20helper%22" target="_blank">Analytics Helper (Chrome)</a></strong></p>
<p>This simple add-on displays a green icon in the browser address bar whenever a GATC is detected on a page you browse. Clicking the icon shows the account number of the tracking code, the code type (asynchronous, traditional), and a note on the positioning of code. Developed by Oliver J Fields of Metronet, Norway.</p>
<p><strong>2. <a href="https://chrome.google.com/webstore/search/GA%20Copy%20and%20Paste" target="_blank">GA Copy &amp; Paste (Chrome)</a></strong></p>
<p>An extremely powerful add-on that greatly simplifies the management and administration of goals and filters. Developed by Eduardo Cereto Carvalho of Cardinal Path.</p>
<p><strong>3. <a href="https://chrome.google.com/webstore/search/%22Regular%20Expression%20 Checker%22" target="_blank">Regular Expression Checker (Chrome)</a></strong></p>
<p>Regular expressions are used throughout Google Analytics for filtering, creating advanced segments, defining goals, and configuring funnel steps. This useful add-on helps test your expressions for troubleshooting purposes. Developed by www.simon20.com.</p>
<p><strong>4. <a href="https://chrome.google.com/webstore/search/%22Google%20Analytics%20 Debugger%20%22" target="_blank">Google Analytics Debugger (Chrome)</a></strong></p>
<p>This official Google Analytics add-on prints useful information to the JavaScript console about any web page containing a GATC. When you enable the debug version of the GATC (ga_debug.js), the information shown includes error messages and warnings about your tracking code implementation and a detailed breakdown of each tracking beacon sent to Google Analytics. Developed by Google.</p>
<p><strong>5. <a href="https://github.com/gierschv/GoogleAnalytics-AnnotationsManager" target="_blank">Annotations Manager (Firefox)</a></strong></p>
<p>This Greasemonkey script allows you to copy, delete, and export your chart annotations. Developed by Vincent Giersch.</p>
<p><strong>6. <a href="http://www.michaelwhitaker.com/blog/2011/11/02/stats-calculator-google-analytics" target="_blank">Stats Calculator (All browsers)</a></strong></p>
<p>This clever bookmarklet takes a statistical approach for comparing two e-commerce conversion rates and your overall goal conversion rate. The bookmarklet performs a z-test to show the confidence interval of two selected dimensions. This shows if the differences you observe are statistically significant. Developed by Michael Wittaker.</p>
<p><strong>7. Web Developer Toolkit (<a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Firefox</a> and <a href="https://chrome.google.com/webstore/search/%22web%20developer%22" target="_blank">Chrome</a>)</strong></p>
<p>This add-on adds a menu bar to your browser with a whole range of useful features for anyone who has an interest in creating web pages. It has an excellent browser error console and DOM inspector as well as quick lookup tools for cookies, source code, and so forth. Developed by chrispederick.com.</p>
<p><strong>8. <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug (Firefox)</a></strong></p>
<p>Adds debug capabilities for JavaScript, CSS, and HTML live in your browser.</p>
<p><strong>9. <a href="https://addons.mozilla.org/en-US/firefox/addon/3829" target="_blank">Live HTTP Headers (Firefox)</a></strong></p>
<p>Similar to the Chrome add-on Google Analytics Debugger, this add-on enables you to view HTTP headers of a page while you are browsing. All the communication requests sent and received by your browser can be viewed. By filtering the URLs to show only Google Analytics requests (via regexp set to /__utm.gif.*), you can view all the information sent to Google Analytics.</p>
<p>&nbsp;</p>
<h3>GATC Plug-ins</h3>
<p>These are scripts that make modifications to your GATC to automate tasks that can otherwise be laboriously manual. Use these, if you cannot achieve this in your Content Management System.</p>
<p><strong>10. <a href="http://www.advanced-web-metrics.com/blog/auto-tracking-file-downloads-outbound-links" target="_blank">Autotrack file downloads and outbound links</a></strong></p>
<p>Normally, to track file downloads and outbound links, you need to manually modify each link across your site—a painful process for all but the simplest of websites. This JavaScript plug-in scans all your page links for you in the background and automatically adjusts them accordingly for Google Analytics<br />
by adding an onClick event handler. There is also the option to modify the bounce rate calculation.</p>
<p><strong>11. <a href="http://www.advanced-web-metrics.com/blog/custom-search-engine-hack" target="_blank">Customizing the SEO list for Google Analytics</a></strong></p>
<p>For digital marketers running SEO accounts where regional differences are important. For example, Americas, Europe, Middle East, Asia, Australia. This JavaScript plug-in, separates out 264 regional search engines—for example, google.co.uk, google.com, google.co.nz, and so forth—instead of just “google” as reported in Google Analytics by default.</p>
<p>&nbsp;</p>
<h3>Desktop Helper Applications</h3>
<p><strong>12. <a href="http://www.cyberspyder.com/webbug.html" target="_blank">WebBug</a></strong></p>
<p>WebBug is a Windows application that allows you to enter a URL and see exactly what is sent to the web server and what response is sent back. This is the information that your browser takes care of when rendering a page. I use this mainly to check a web server’s status code response. It is very useful for tracking redirection issues—a common problem that can result in the loss of campaign variables from your landing page URLs. WebBug is free to use but for Windows only.</p>
<p><strong>13. <a href="http://weitz.de/regex-coach/" target="_blank">The Regex Coach</a></strong></p>
<p>Regular expressions (regex) are snippets of pseudo code that match pat- terns within text. In Google Analytics, regular expressions are used for filtering—for both filtering within a report (table filter) and for creating separate profile reports (profile filters), for defining advanced segments, and for configuring goal conversions and funnel steps. In other words, regular expressions are important, and I refer to them throughout this book. Going beyond the basics, things can rapidly appear complex because regular expression often appear like algebra. Therefore, before implementing your regular expression, validate it through the excellent Regex Coach application (Windows only). Regex Coach is free to use for Windows only.</p>
<p>&nbsp;</p>
<h3>Find More Apps&#8230;</h3>
<p>Google Analytics maintains an <a href="http://www.google.com/analytics/apps/" target="_blank">App Gallery</a> of third-party-developed add-ons that extend Google Analytics functionality. At my last count, there were over 140 apps listed at <a href="www.google.com/analytics/apps" target="_blank">www.google.com/analytics/apps</a> (the <a href="http://www.google.com/analytics/apps/results?editor=true" target="_blank">editor’s picks</a> are certainly worth a look). Some of these apps are described in more detail of Chapter 12 of the book.</p>
<p><strong>However, rather than listing all possible add-ons that are available, I would love to hear your real-world experiences of tools that have helped make your GA life easier. Please let me know via a comment.</strong></p>
<p>&nbsp;</p>
<p><em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/02/12/12-useful-tools-for-google-analytics-admin/' rel='bookmark' title='12 Useful Tools for Google Analytics Administration'>12 Useful Tools for Google Analytics Administration</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/05/11/jumpstart-regular-expression-tutorial/' rel='bookmark' title='Jumpstart Regular Expression Tutorial for Google Analytics users'>Jumpstart Regular Expression Tutorial for Google Analytics users</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/10/13/troubleshooting-tools-for-web-analytics/' rel='bookmark' title='Troubleshooting Tools for Web Analytics'>Troubleshooting Tools for Web Analytics</a></li>
</ol></p><hr />
<p><small>© Brian Clifton for <a href="http://www.Advanced-Web-Metrics.com/blog">Measuring Success</a>, 2012. |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/">Permalink</a> |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/#comments">4 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/&title=The Best Google Analytics Add-Ons">del.icio.us</a>
<br/>
Post tags: <a href="http://www.Advanced-Web-Metrics.com/blog/tag/add-on/" rel="tag">add-on</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/add-ons/" rel="tag">add-ons</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/regex/" rel="tag">regex</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/regular-expressions/" rel="tag">regular expressions</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/tools/" rel="tag">tools</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/BrianClifton/Google-Analytics/~4/WHKDI6VziLE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.Advanced-Web-Metrics.com/blog/2012/04/17/best-google-analytics-add-ons/</feedburner:origLink></item>
		<item>
		<title>3rd edition of Advanced Web Metrics now shipping – What’s it about?</title>
		<link>http://feedproxy.google.com/~r/BrianClifton/Google-Analytics/~3/fmqWIjdqoB4/</link>
		<comments>http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 10:17:47 +0000</pubDate>
		<dc:creator>Brian Clifton</dc:creator>
				<category><![CDATA[Google Analytics specific]]></category>
		<category><![CDATA[Implementation ABCs]]></category>
		<category><![CDATA[3rd]]></category>
		<category><![CDATA[3rd ed]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[book launch]]></category>
		<category><![CDATA[third edition]]></category>

		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=3659</guid>
		<description><![CDATA[There are two fundamental questions you need to answer in order to assess the performance of your website:

1. What is driving visitors to my website?
2. What do they do once they arrive?

These are the same questions no matter what position you have in the organisation – its just the level of detail in the answer that changes. Essentially, no matter what your role of interest or responsibility is for your website, these two questions are where you start your investigations. For that is what “analysis” is – an investigation of data and the building of a hypothesis from it.

As a practitioner this is what I do for a living and this is what the 3rd edition of Advanced Web Metrics with Google Analytics is all about! [...]
<em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/' rel='bookmark' title='Book Launch &#8211; 3rd Edtion of Advanced Web Metrics'>Book Launch &#8211; 3rd Edtion of Advanced Web Metrics</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/04/07/book-launch-advanced-web-metrics-with-google-analytics/' rel='bookmark' title='Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition'>Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/12/08/advanced-web-metrics-at-small-business-trends-book-awards/' rel='bookmark' title='Advanced Web Metrics at Small Business Trends Book Awards'>Advanced Web Metrics at Small Business Trends Book Awards</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/04/29/google-analytics-ebook-pdf-available/' rel='bookmark' title='Google Analytics ebook (PDF) available &#8211; 2nd edition'>Google Analytics ebook (PDF) available &#8211; 2nd edition</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/03/15/google-analytics-book-second-edition-launched/' rel='bookmark' title='Google Analytics Book &#8211; 2nd edition launched'>Google Analytics Book &#8211; 2nd edition launched</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>There are two fundamental questions you need to answer in order to assess the performance of your website:</p>
<p style="padding-left: 30px;"><strong>1. What is driving visitors to my website?</strong></p>
<p style="padding-left: 30px;"><strong>2. What do they do once they arrive?</strong></p>
<p>These are the same questions no matter what position you have in the organisation &#8211; its just the level of detail in the answer that changes. Essentially, no matter what your role of interest or responsibility is for your website, these two questions are where you start your investigations. For that is what &#8220;analysis&#8221; is &#8211; an investigation of data and the building of a hypothesis from it.</p>
<p>As a practitioner this is what I do for a living and this is what the 3rd edition of Advanced Web Metrics with Google Analytics is all about!</p>
<p><strong>***View the <a href="http://www.dropbox.com/gallery/4173904/1/Book%20launch%20party%203e?h=aa1e11" target="_blank">launch party photos</a> in (Stockholm, March 29th)***<br />
</strong>Many thanks to the 60-70 people that came. Lots of new friends!</p>
<p><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/03/3rd-cover-front.jpg"><img title="click for full size" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/03/3rd-cover-blog.png" alt="click for full size" width="249" height="312" align="center" /></a><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/03/3rd-cover-back.jpg"><img title="click for full size" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/03/3rd-cover-back-blog.jpg" alt="click for full size" width="249" height="313" align="center" border="1" /></a></p>
<p>I am happy to announce the 3rd edition has started shipping from the publisher&#8217;s (March 19th) and should be in stores e.g. Amazon, within the next week or so &#8211; depending on location. So much has changed in the past two years since the 2nd edition &#8211; see my <a href="http://www.advanced-web-metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/" target="_top">last post</a> for the bullet list. And the changes are not just in terms of new Google Analytics features (of which there are many) such as the new User-Interface, Multi-Channel Funnels, Real-Time reporting etc.; But also industry changes &#8211; the new <a href="http://www.advanced-web-metrics.com/blog/2011/06/16/google-analytics-and-the-new-eu-privacy-law-2/" target="_top">EU Privacy law</a>, the rise of HTML5 to replace Flash, the importance of social media and the growing interest of senior managers who actually want to have an understanding of website performance, not just view reports!</p>
<p>So the 3rd edition is <span style="text-decoration: underline;">not</span> simply an update, but a complete re-write. It is why it takes me so long to produce &#8211; one every 2 years &#8211; and why I insist that I have written three books to date, not the one! This one took 5 months to complete&#8230;</p>
<h3>What&#8217;s new in the 3rd edition&#8230;?</h3>
<p>The 3rd edition covers all of these changes and more (<a href="http://www.advanced-web-metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/">see my last post for feature changes</a>). Its written for the latest version of Google Analytics with all code examples formatted for the async version. <a href="http://www.advanced-web-metrics.com/google-analytics-book-preview-3e.pdf" target="_blank">Download the Intro, Table of Contents, Chapter 1 and the Index</a> (1.60Mb PDF).</p>
<p style="text-align: left;"><a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/03/available-now.jpg"><img class="size-thumbnail wp-image-3754" style="margin-left: 5px; margin-right: 5px;" title="Available now stamp" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/03/available-now-150x150.jpg" alt="" width="150" height="150" align="right" /></a>Don&#8217;t worry if coding is not your thing &#8211; I did not write any of my books for engineers! I wrote them for web analytics practitioners i.e. anyone who wants to know what is happening with their website. Be it the performance of new marketing campaigns, the impact of a social media strategy, the sales of online products, or the readership habits of content rich sites. That is, to help you answer those two fundamental questions&#8230;</p>
<p style="text-align: left;">Of course, garbage in = garbage out. So having a good, solid implementation of GA is critical. I cover this in detail in approximately half of the book. The other half is about actually using the tool to understand your website&#8217;s performance using real-world tasks.</p>
<ul>
<li>New features &#8211; <a href="http://www.advanced-web-metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/">see my last post about this</a></li>
<li>A <strong><span style="color: #ff0000;">c</span><span style="color: #00ff00;">o</span><span style="color: #ffcc00;">l</span><span style="color: #0000ff;">o</span><span style="color: #ff00ff;">u</span><span style="color: #000000;">r</span></strong> insert &#8211; at last! I have been pushing for colour since the first edition but apparently that&#8217;s too expensive for the publisher to produce. So I have the next best thing &#8211; 16 pages of colour insert for the important images where colour is just too important to miss.</li>
<li>The book is now a little fatter &#8211; now 600 pages, up +20%. The amount of new content is considerable, yet I also removed content. That is, old features &#8211; such as the Benchmarking reports that was deprecated last year, and any now redundant code.</li>
<li>The book covers everything I have done for clients over the past 2 years &#8211; all the non-standard stuff that goes beyond simple pageview numbers. From tracking YouTube embedded videos, producing roll-up reports to allow for a broader overview, building custom reports, how to create and manage and effective campaign tracking strategy, considerations for tracking mobile and social media visitors, integrating GA data with your CRM system and other 3rd party applications,  and even measuring the performance of off-line marketing efforts.</li>
</ul>
<h3>Comments from the industry</h3>
<div>
<p style="padding-left: 30px;"><em> &#8221;If there is only one book you can buy on Google Analytics&#8230; buy this book and you’ll be on your way to being an Analysis Ninja!”</em></p>
<p style="padding-left: 30px;"><em> </em>—<strong>Avinash Kaushik</strong>, author of Web Analytics 2.0 (Sybex, 2010) and Digital Marketing Evangelist, Google</p>
<p style="padding-left: 30px;"><em>“With this new edition of Advanced Web Metrics with Google Analytics, Brian Clifton continues to raise the bar in explaining advanced web analytics— not just the mechanics but why certain things are crucial to measure, while other ‘metrics’ are actually red herrings and can harm rather than help your web success. A must-read if you’re playing in the big leagues.” </em></p>
<p style="padding-left: 30px;"><em></em>—<strong>Chris Sherman</strong>, Executive Editor, Search Engine Land</p>
<p style="padding-left: 30px;"><em>“Brian’s book is the Bible on Google Analytics. This latest edition includes a lot of important updates to keep you at the cutting edge of web analytics and what Google Analytics can do to help improve your online business.” </em></p>
<p style="padding-left: 30px;"><em></em>—<strong>Ashley Friedlein</strong>, CEO, Econsultancy, Econsultancy.com</p>
<p style="padding-left: 30px;">Please feel free to post me feedback direct.  More at: <a href="http://www.google-analytics-book.com/" target="_blank">www.google-analytics-book.com</a></p>
</div>
<h3>What to do next?</h3>
<ul>
<li><a href="http://www.advanced-web-metrics.com/google-analytics-book-preview-3e.pdf" target="_blank">Download the Intro, Table of Contents, Chapter 1 and the Index</a> (1.60Mb PDF)</li>
<li>or <a href="http://www.advanced-web-metrics.com/blog/about-the-book">Read more about the book</a> content from me</li>
<li>or <a href="http://www.amazon.com/gp/product/1118168445/ref=as_li_tf_tl?ie=UTF8&amp;tag=advawebmetr-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1118168445" target="_blank">Order from Amazon.com</a><img src="http://www.assoc-amazon.com/e/ir?t=advawebmetr-20&amp;l=as2&amp;o=1&amp;a=0470562315" alt="" width="1" height="1" border="0" /></li>
<li>or <strong>buy the PDF ebook</strong> - coming soon from this site (for some reason ebooks take a couple of weeks longer to arrive!)</li>
<li>If you haven&#8217;t read one of my books you may be interested in what others have said. I keep <a href="http://www.advanced-web-metrics.com/google-analytics-book-reviews.php" target="_blank">reviews here</a> on a separate site. Also the <a href="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/03/3rd-cover-back.jpg">back cover</a> has reviews from industry luminaries such as Avinash Kaushik, Chris Sherman, Sara Andersson, Stephane Hamel.</li>
</ul>
<p>I would love to hear your feedback via a comment, +1, retweet, or whatever…</p>
<p>&nbsp;</p>
<p><em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/' rel='bookmark' title='Book Launch &#8211; 3rd Edtion of Advanced Web Metrics'>Book Launch &#8211; 3rd Edtion of Advanced Web Metrics</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/04/07/book-launch-advanced-web-metrics-with-google-analytics/' rel='bookmark' title='Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition'>Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/12/08/advanced-web-metrics-at-small-business-trends-book-awards/' rel='bookmark' title='Advanced Web Metrics at Small Business Trends Book Awards'>Advanced Web Metrics at Small Business Trends Book Awards</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/04/29/google-analytics-ebook-pdf-available/' rel='bookmark' title='Google Analytics ebook (PDF) available &#8211; 2nd edition'>Google Analytics ebook (PDF) available &#8211; 2nd edition</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/03/15/google-analytics-book-second-edition-launched/' rel='bookmark' title='Google Analytics Book &#8211; 2nd edition launched'>Google Analytics Book &#8211; 2nd edition launched</a></li>
</ol></p><hr />
<p><small>© Brian Clifton for <a href="http://www.Advanced-Web-Metrics.com/blog">Measuring Success</a>, 2012. |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/">Permalink</a> |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/#comments">7 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/&title=3rd edition of Advanced Web Metrics now shipping &#8211; What&#8217;s it about?">del.icio.us</a>
<br/>
Post tags: <a href="http://www.Advanced-Web-Metrics.com/blog/tag/3rd/" rel="tag">3rd</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/3rd-ed/" rel="tag">3rd ed</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/book/" rel="tag">book</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/book-launch/" rel="tag">book launch</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/third-edition/" rel="tag">third edition</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/BrianClifton/Google-Analytics/~4/fmqWIjdqoB4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/</feedburner:origLink></item>
		<item>
		<title>Book Launch – 3rd Edtion of Advanced Web Metrics</title>
		<link>http://feedproxy.google.com/~r/BrianClifton/Google-Analytics/~3/WSk1_LzNqCY/</link>
		<comments>http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 21:15:05 +0000</pubDate>
		<dc:creator>Brian Clifton</dc:creator>
				<category><![CDATA[Google Analytics specific]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[book launch]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[launch party]]></category>

		<guid isPermaLink="false">http://www.Advanced-Web-Metrics.com/blog/?p=3448</guid>
		<description><![CDATA[After two years since the last book the 3rd edition is finally here - officially shipping on Amazon et al from 19th March 2012. Thanks to all who have provided feedback on the last two editions. Its been both flattering and humbling when people write with praise. It makes my day/week in a way no other job or role has ever done - which ultimately is my driver for writing.

Come and join me for the Launch Party in Stockholm (March 29th)

What's new in the 3rd edition?

As you may know, my aim with these books has always been to give the reader a thorough understanding of web analytics, from a practitioners point of view, using Google Analytics as the tool of choice. There are lots of details (well the book is called Advanced...!), but only when it is necessary. That is, where there is a good business opportunity/insight to be gained from it...

In 2011 alone there was a wealth of announcements from the GA Team (coolest first):
...
<em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/04/07/book-launch-advanced-web-metrics-with-google-analytics/' rel='bookmark' title='Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition'>Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/' rel='bookmark' title='3rd edition of Advanced Web Metrics now shipping &#8211; What&#8217;s it about?'>3rd edition of Advanced Web Metrics now shipping &#8211; What&#8217;s it about?</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/12/08/advanced-web-metrics-at-small-business-trends-book-awards/' rel='bookmark' title='Advanced Web Metrics at Small Business Trends Book Awards'>Advanced Web Metrics at Small Business Trends Book Awards</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/01/19/dont-buy-this-book/' rel='bookmark' title='Don&#8217;t buy this book'>Don&#8217;t buy this book</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/03/15/google-analytics-book-second-edition-launched/' rel='bookmark' title='Google Analytics Book &#8211; 2nd edition launched'>Google Analytics Book &#8211; 2nd edition launched</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So, after two years since the last book the 3rd edition is finally here &#8211; officially shipping on <a href="http://www.amazon.com/gp/product/1118168445/ref=as_li_tf_tl?ie=UTF8&amp;tag=advawebmetr-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=1118168445" target="_blank">Amazon</a> et al from 19th March 2012. Thanks to all who have provided feedback on the last two editions. Its been both flattering and humbling when people write with praise. It makes my day/week in a way no other job or role has ever done &#8211; which ultimately is my driver for writing (<a href="http://www.advanced-web-metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/">see also my follow up post</a>).</p>
<h3>Launch Party</h3>
<p><img title="3rd edition of Advanced Web Metrics with Google Analytics" src="http://www.Advanced-Web-Metrics.com/blog/wp-content/uploads/2012/02/cake.jpg" alt="3rd edition of Advanced Web Metrics with Google Analytics" width="150" height="200" align="left" />Come and celebrate the book launch with sparkling wine in a circle of friends and colleagues and other amazing people! I will make a short presentation with focus on new material for the third edition and there will be the opportunity to buy the book (personally signed!) at a special price:</p>
<p style="text-align: center;"><strong>March 29th at the <a href="http://www.scandichotels.se/Hotels/Countries/Sweden/Stockholm/Hotels/Grand-Central/" target="_top">Scandic Grand Central Hotel</a>, Stockholm (4:30pm).</strong></p>
<p>Please complete the sort <a href="http://www.search-integration.se/start/osa-till-relanseringen-av-bibeln-inom-google-analytics" target="_blank">invite form</a> so we can estimate numbers.</p>
<p>&nbsp;</p>
<h3>What&#8217;s new in the 3rd edition?</h3>
<p>As you may know, my aim with these books has always been to give the reader a thorough understanding of web analytics, from a practitioners point of view, using Google Analytics as the tool of choice. There are lots of details (well the book is called Advanced&#8230;!), but <span style="text-decoration: underline;">only</span> when it is necessary. That is, where there is a good business opportunity/insight to be gained from it&#8230;</p>
<p>In 2011 alone there was a wealth of announcements from the GA Team (coolest first):</p>
<ul>
<li>New user Interface, referred to as v5 (just coming out of beta)</li>
<li>Multi-Channel Funnels &#8211; this is the different referral paths visitors use to find your site and how they interact/combine (no more last click wins!)</li>
<li>Real-Time analytics &#8211; this is cool&#8230;</li>
<li>Flow &amp; Goal Visualisation &#8211; think path analysis on steroids!</li>
<li>New Custom Report builder &#8211; more intuitive with filters (very nice!)</li>
<li>Webmaster tools integration &#8211; great SEO info</li>
<li>Social plugin &#8211; tracking &#8220;love button&#8221; engagement such as Likes, retweets, follow, share etc.</li>
<li>Site Speed reports &#8211; measure the impact of slow loading pages</li>
<li>Premium product &#8211; the <a title="Premium" href="http://www.advanced-web-metrics.com/blog/2011/11/15/should-you-pay-150000-for-your-web-analytics/" target="_top">paid for version</a> of GA</li>
<li>Events &amp; Threshold goals &#8211; events can now be defined as goals</li>
<li>New dashboard approach &#8211; widget based</li>
</ul>
<p>All these are described in detail in the book. In addition, all code snippets have been updated for the async version of the GATC (that was introduced just after the 2nd edition came out!), and of course my writing is improving all the time &#8211; understanding what users of GA &#8220;get&#8221; easily, what requires more explanation, and what requires further examples.</p>
<p style="text-align: center;"><strong><em> In March, I will be posting more details about the book contents</em></strong></p>
<h3 style="text-align: left;"><strong><em></em></strong>When&#8217;s it due out?</h3>
<ul>
<li>March 19th 2012.</li>
</ul>
<h3>How to get it</h3>
<ul>
<li>You can order at <a href="http://www.amazon.com/Advanced-Web-Metrics-Google-Analytics/dp/1118168445/" target="_blank">Amazon</a> et al, as a hard copy (ebook and Kindle follow a few weeks behind). Or why not join me at the launch party on March 29th at the <a href="http://www.scandichotels.se/Hotels/Countries/Sweden/Stockholm/Hotels/Grand-Central/" target="_top">Scandic Grand Central Hotel</a>, Stockholm @4:30pm. There will be the opportunity to buy the book (personally signed!) at a special price, meet awesome people and drink some bubbly &#8211; thanks to <a title="Sponsors for the book launch" href="http://www.search-integration.se" target="_top">Search Integration AB</a> for sponsoring of the event. Just complete the sort <a href="http://www.search-integration.se/start/osa-till-relanseringen-av-bibeln-inom-google-analytics" target="_blank">invite form</a> so we can estimate numbers as we need to estimate numbers.</li>
</ul>
<h3>How can you help?</h3>
<ul>
<li>Please retweet to spread the word via a retweet, Like, G+ or other share.</li>
</ul>
<h3>What&#8217;s next&#8230;?</h3>
<p>With the 3rd edition I have taken the time to revise this website. Not only to freshen up and match the new cover design, but also to practice what I preach. For example, many of the book&#8217;s screenshots and analysis examples come from this site. As such, writing the book enabled me to perform deep-dive analysis on my own performance. The result, I hope, is an improved user experience and clearer call-to-actions. If you have a mo, please pass on your thoughts on the new layout/design via the the feedback button &#8211; triangle at the bottom left on every page.</p>
<p><em>Related posts (automatically generated):</em><ol>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2008/04/07/book-launch-advanced-web-metrics-with-google-analytics/' rel='bookmark' title='Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition'>Google Analytics Book launch: Advanced Web Metrics &#8211; 1st edition</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2012/03/26/3rd-edition-of-advanced-web-metrics-now-shipping/' rel='bookmark' title='3rd edition of Advanced Web Metrics now shipping &#8211; What&#8217;s it about?'>3rd edition of Advanced Web Metrics now shipping &#8211; What&#8217;s it about?</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/12/08/advanced-web-metrics-at-small-business-trends-book-awards/' rel='bookmark' title='Advanced Web Metrics at Small Business Trends Book Awards'>Advanced Web Metrics at Small Business Trends Book Awards</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/01/19/dont-buy-this-book/' rel='bookmark' title='Don&#8217;t buy this book'>Don&#8217;t buy this book</a></li>
<li><a href='http://www.Advanced-Web-Metrics.com/blog/2010/03/15/google-analytics-book-second-edition-launched/' rel='bookmark' title='Google Analytics Book &#8211; 2nd edition launched'>Google Analytics Book &#8211; 2nd edition launched</a></li>
</ol></p><hr />
<p><small>© Brian Clifton for <a href="http://www.Advanced-Web-Metrics.com/blog">Measuring Success</a>, 2012. |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/">Permalink</a> |
<a href="http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/#comments">15 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/&title=Book Launch &#8211; 3rd Edtion of Advanced Web Metrics">del.icio.us</a>
<br/>
Post tags: <a href="http://www.Advanced-Web-Metrics.com/blog/tag/book/" rel="tag">book</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/book-launch/" rel="tag">book launch</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/google-analytics/" rel="tag">Google Analytics</a>, <a href="http://www.Advanced-Web-Metrics.com/blog/tag/launch-party/" rel="tag">launch party</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/BrianClifton/Google-Analytics/~4/WSk1_LzNqCY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<feedburner:origLink>http://www.Advanced-Web-Metrics.com/blog/2012/02/29/book-launch-3rd-edtion-of-advanced-web-metrics/</feedburner:origLink></item>
	</channel>
</rss>

