Archive

Posts Tagged ‘Web Analytics’

Excluding visitors with Google Exclusion Cookie

January 29th, 2010
Comments Off

It’s easy to exclude certain visitors from you Google Analytics results by using Filters. Team members who are using a static IP, for example, can be excluded by this method. But what about other visitors using a dynamic IP, such as team members working from home or remotely from another office?

The good news is, there’s now an easy way to exclude these visitors using the new Google Exclusion Cookie, and what’s more it takes just two steps to set up.

The Google Exclusion Cookie method has been created specifically to target visitors using dynamic IP addresses. Based on a cookie file and a dedicated exclusion filter, this is how it works:

Step 1

First, set up your exclusion cookie. Create a new, blank html page on your site with the following address:

www.mysite.com/ga-exclude.html

The code should be as follows. Please update your  the Google script calls with the Google script calls for you account:

<html>

<head>

<title>Analytics Exclusion</title>

<meta content=”noindex, nofollow” />

</head>

<body onLoad=”javascript:pageTracker._setVar(’exclude_visitor’);”>

<div>

<h1>Google Analytics Exclusion Cookie is now set</h1>

<p>Your visits to this site will no longer affect the analytics statistics.</p>

<p>Please note: If you use a different browser to visit this site you will need to visit this page again.</p>

</div>

<script>

var gaJsHost = ((”https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);

document.write(unescape(”%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));

</script>

</body>

</html>

The _setVar() method in the above code is stored in the _utmv cookie, a persistent cookie with an expiration date that can be set for up to two years, and is only set up if the _setVar() method is called. This happens when a visitor visits the page; when the _utmv cookie is created, all information about the visit and visitor are stored in this cookie file.

After setting up the cookie you should insert standard Google Analytics tracking code on the page and save this page on your server.

Step 2

Next you have to set up an Exclusion Filter in Google Analytics. Log in to your Google Analytics Account, choose the profile you want to edit and create a new filter. Give it a name, set Filter Type to Custom Filter and choose Exclude. From the drop-down menu next to the Filter field, select User Defined and name your Filter Pattern exclude_visitor. Leave Case Sensitive as No and save your filter.

Note that exclude_visitor was used in _setVar() method as the method argument and it needs to be the same in the Filter Pattern Value. If this value is different, your filter will be unable to read your cookie.

When your exclusion cookie and exclusion filter have been created, you need to point the visitor you want to excluded to the cookie page, www.mysite.com/ga-exclude.html. Once the cookie is on your chosen visitor’s browser, it will remain there for 24 months, during which time your chosen visitor’s visits will not be included in your Google Analytics data.

Google Analytics, Website Analytics , ,

New look for Google Adwords interface

May 27th, 2009
Comments Off

Google Adwords has recently given its interface something of a makeover. These changes will become mandatory in the next few months; which means we’re all going to have to get used to them. So what are the new features?

One significant change is that the interface now looks a lot more like the Google Analytics interface. Things are a lot more visual: where previously there was tabular data there are now graphs embedded on the page. You’re able to customise these graphs to suit your needs.

Where previously you would find tabs for Analytics and Reports, you will now find a single Reporting tab, also containing a Website Optimizer tool. There have been improvements to navigation, too, with the addition of a sidebar that enables you to move more quickly between AdGroups and campaigns.

There have also been improvements at campaign level, enabling you to sort all of your ad groups by key metrics so that you can easily focus on high, or low performing articles.

Writing for ClickZ, Kevin Lee provides a valuable assessment of the Google Adwords changes, and a comparison with Microsoft’s adCenter, which has also recently undergone something of a facelift.

You can read Kevin’s analysis here: http://www.clickz.com/3633812

Google Analytics, Google Website Optimiser, Website Analytics ,

Google Website Optimiser – The story from Google

March 3rd, 2009
Comments Off

At the TFMA (Technology for marketing and advertising) event at London Earls Court last week, there was an interesting presentation by Google on their Google Website Optimiser Tool.

We have been using this for a while now and it offers some really powerful features for website owners. It allows very accurate testing of webpage designs and means that users of the site will help to determine what works on the site and what doesn’t.

There are two types of tests that are available through Google Website Optimiser. A/B testing and multi variant testing. The advice from Google’s team, was that generally website owners should start with A/B testing and then move on to multi variant as a next step in the process.

A/B simple tests one web page against another or a number. It is best for testing more radical redesigns of a web page. Once you have been through this process multi variant testing will permit much more granular testing of elements. This might include the language used on buttons, changing logos and images used to represent process etc.

As the name would suggest multi variant testing allows the testing of multiple variations of a web page at the same time. This vastly speeds up the testing process and allows the system to calculate which design and copy variations perform the best in terms of driving conversion on a page.

Google gave examples of how they have used Google Website Optimiser to improve a number of their sites. Relatively minor changes on the Picassa homepage improved downloads by 30%.

It was also used on the Google Mail and Google Adwords sites to improve sign-ups. For example using the button text Try Adwords Now >> in place of a more standard call to action, improved sign-up by a significant percentage.

We’ll bring you more on Google Website Optimiser over the next few months, in the Google Website Optimiser category of the blog.

If you would like more information on it at the moment these websites will give you some good information on it:

The Google Website Optimiser – Main Site

The official Google Website Optimiser Blog

Google Website Optimiser is also available via your Google Adwords Console and is free to use.

We offer Google website optimiser testing as part of our Website Analytics Services. If you would like to find out more, you can contact our Web Analytics Team.

Happy testing.

Google Website Optimiser , , ,