Google analytics: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 108: Line 108:
# AdSense
# AdSense
# In-Page Analytics
# In-Page Analytics


=== Site Content ===
=== Site Content ===


=== Site content ===
=== Site search ===
 
This reports search URLs used with an internal search engine.
 
=== In-Page Analytics ===
 
Allows to see on what links users clicked. This is an interesting tool for finding out quickly whether (a) users actually make use of the menu interface and (b) what other links they follow up.
 
The following three screen captures illustrate the principle. The third one also shows that one get get more details by mousing over bubble. Overal, principles known from [ user interaction and experience design] are confirmed. Users use menu items sparingly (however some items are not indexed), rarely follow up links are a not interested in who wrote something.
 
[[image:google-analytics-1.png|frame|none|Google In-Page Analytics example (feb 2012)]]
 
[[image:google-analytics-2.png|frame|none|Google In-Page Analytics example (feb 2012)]]
 
[[image:google-analytics-3.png|frame|none|Google In-Page Analytics example (feb 2012)]]


== Conversions ==
== Conversions ==
Line 173: Line 188:
; At Google
; At Google
* [http://www.google.com/analytics/ Google analytics homepage]
* [http://www.google.com/analytics/ Google analytics homepage]
* [https://support.google.com/analytics/?hl=en Google Analytics Help]. Probably the best place to start.
* [http://www.google.com/support/conversionuniversity/ Google Conversion University]. A set of lessons to prepare for the Google Analytics Individual Qualification (IQ) test or to simply become a more knowledgeable Google Analytics user. Although the tutorials are very well done, they are videos. Videos are fine for people with low technical background and low technical reading skills, but take too much time ...
* [http://www.google.com/support/conversionuniversity/ Google Conversion University]. A set of lessons to prepare for the Google Analytics Individual Qualification (IQ) test or to simply become a more knowledgeable Google Analytics user. Although the tutorials are very well done, they are videos. Videos are fine for people with low technical background and low technical reading skills, but take too much time ...
* [http://analytics.blogspot.com/ The Google Analytics Blog]
* [http://analytics.blogspot.com/ The Google Analytics Blog]
Line 184: Line 200:
There are ''many'' videos about Google Analytics. A good short list of videos is [http://www.squidoo.com/ultimate-google-analytics-guide The Ultimate Google Analytics Video Guide]
There are ''many'' videos about Google Analytics. A good short list of videos is [http://www.squidoo.com/ultimate-google-analytics-guide The Ultimate Google Analytics Video Guide]


; Introductions
; (Other) introductions


Good introductions and tutorials are difficult to find, since there are many websites made by SEO services that just try to attract customers. As of March 2012, about a third of the top search results point to the same useless web site that requires registration for getting an unspecified report.  
Good introductions and tutorials are difficult to find, since there are many websites made by SEO services that just try to attract customers. As of March 2012, about a third of the top search results point to the same useless web site that requires registration for getting an unspecified report.  

Revision as of 17:51, 8 March 2012

Draft

Google analytics is a a google services that allows insights into website traffic with Advanced Segmentation, Custom Reporting, Motion Charts, and more.

See also

  • Google webmaster tools which gives you very different information, i.e. its data is based on the google search engine.
  • Google website optimizer which allows to create so-called A/B or multivariate tests (i.e. some kind of light-weight quasi-experimental playing with variants of landing pages)

Tool overview

The services includes several groups of tools, that allows a website owner to learn about the users and their behavior.

As of March 2012, Google Analytics includes five group of Tools plus a custom reporting tool that allows to do more fine grained analysis.

  1. Audience (demographics, behavior, technology, social, mobile, and visitors flow tool)
  2. Advertising (not explained here, since we don't use that)
  3. Traffic sources (including search terms used before landing on a page)
  4. Content (information about which pages are accessed, search terms used with internal search, and more specialized information such as AdSense)
  5. Conversions

A more expanded list is below:

  1. Audience
    1. Overview
    2. Demographics
      1. Location
      2. Language
      3. Custom Variables
      4. User Defined
    3. Behavior
      1. New vs Returning
      2. Frequency & Recency
      3. Engagement
    4. Technology
      1. Browser & OS
      2. Network
    5. Social
      1. Engagement
      2. Action
      3. Pages
    6. Mobile
      1. Overview
      2. Devices
    7. Visitors Flow
  2. Advertising
    1. AdWords
  3. Traffic Sources
    1. Overview
    2. Sources
      1. All Traffic
      2. Direct
      3. Referrals
      4. Search
        1. Overview
        2. Organic
        3. Paid
      5. Campaigns
    3. Search Engine Optimization
      1. Queries
      2. Landing Pages
      3. Geographical Summary
  4. Content
    1. Overview
    2. Site Content
      1. Pages
      2. Content Drilldown
      3. Landing Pages
      4. Exit Pages
    3. Site Speed
    4. Site Search
      1. Overview
      2. Usage
      3. Search Terms
      4. Pages
    5. Events
    6. AdSense
    7. In-Page Analytics
  5. Conversions
    1. Goals
      1. Overview
      2. Goal URLs
      3. Reverse Goal Path
      4. Funnel Visualization
      5. Goal Flow
    2. Ecommerce
    3. Multi-Channel Funnels

The DashBoard

A default Dashboard shows some key data like daily visits, average time on site), conversions, traffic type and time on site by country.

Site owners can configure their own dashboards (in the plural).

Audience tools

(to do)

Traffic sources

(to do)

Content

Content includes six groups of analytics:

  1. Site Content
  2. Site Speed
  3. Site Search
  4. Events
  5. AdSense
  6. In-Page Analytics


Site Content

Site search

This reports search URLs used with an internal search engine.

In-Page Analytics

Allows to see on what links users clicked. This is an interesting tool for finding out quickly whether (a) users actually make use of the menu interface and (b) what other links they follow up.

The following three screen captures illustrate the principle. The third one also shows that one get get more details by mousing over bubble. Overal, principles known from [ user interaction and experience design] are confirmed. Users use menu items sparingly (however some items are not indexed), rarely follow up links are a not interested in who wrote something.

Google In-Page Analytics example (feb 2012)
Google In-Page Analytics example (feb 2012)
Google In-Page Analytics example (feb 2012)

Conversions

In EduTechWiki, there is some advertisement about our Master program in Educational Technology. Although the purpose of EduTechWiki is not to make propaganda about this program, it could help attract future students, in particular in the french version. We therefore could define the goal that users should click on the above propaganda site. The amount of users / vistors that click is called the conversion rate.

How to

Goals can be added by clicking on the Admin Tab (top right). Then select the Goals tab. You can set a total of four sets of goals that include each five goals (either URL Destination, Time On site, Page/Visit, or Event).


How to register a site

  • Get a Google account and sign up to analytics
  • Modify all your web pages to include a javascript fragment

A simple Mediawiki extension

In the past, I edited the skin files and place the "old" Google code just before the </body> tag.

We now use extension code (makes updating easier for example). Currently, for MW release 1.16.4, we use the following simple extension code found in Extension talk:Google Analytics Integration page at Mediawiki. Its author is unkown.

File 'extensions/GoogleAnalytics.php' (change "UA-xxxxxx-x" to your own key):

<?php
global $wgGoogleAnalytics;
$wgGoogleAnalytics = false;

$wgHooks['ParserAfterTidy'][]  = 'efGoogleAnalytics';

function efGoogleAnalytics() {
	global $wgOut;
	global $wgGoogleAnalytics;

	if (!$wgGoogleAnalytics) {
		$funcOutput = <<<GASCRIPT
<script type="text/javascript">
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>
<script type="text/javascript">
try{
var pageTracker = _gat._getTracker("UA-xxxxxx-x");
pageTracker._trackPageview();
} catch(err) {}
</script>
GASCRIPT;
		$wgOut->addScript($funcOutput);
		$wgGoogleAnalytics = true;
	}
	return true;
}
?>

Add in LocalSettings.php:

require_once($IP.'/extensions/GoogleAnalytics.php');

Links

At Google
Videos made by Google

There are many videos about Google Analytics. A good short list of videos is The Ultimate Google Analytics Video Guide

(Other) introductions

Good introductions and tutorials are difficult to find, since there are many websites made by SEO services that just try to attract customers. As of March 2012, about a third of the top search results point to the same useless web site that requires registration for getting an unspecified report.

Resource web sites (links)