Google Analytics Health Check Laying the foundations for successful analytics and optimisation

Size: px
Start display at page:

Download "Google Analytics Health Check Laying the foundations for successful analytics and optimisation"

Transcription

1 Google Analytics Health Check Laying the foundations for successful analytics and optimisation Google Analytics Property [UA ] Domain [Client URL] Date of Review MMM YYYY Consultant [Consultant Name] [Consultant ]

2 Recommendations Summary As an initial setup, apart from some minor implementation recommendations, Google Analytics is deployed and working correctly. Analysis of the performance of the account, as well as insight generation for any CRO activity is possible, but some of the more advanced features are not being used meaning detailed understanding of the customer journey may be missed. Additional configuration and custom set up is required to tailor the Google Analytics reports to meet the specific reporting or analysis requirements of [Client] Advanced Segments and Multi-Channel Funnels (Custom Channel Groupings and Custom Conversion Segments) are not currently being used. When Advanced Segments are used alongside Enhanced Ecommerce reports, valuable and actionable insights are much easier and quicker to uncover. Based on conversations with [Client] we would recommend further input from AWA Digital to demonstrate how our training courses can help you set up and fully understand key Google Analytics features and as a result understand your online visitors to a greater degree. In addition to this we can provide additional services which turn these Google Analytics insights into an actionable optimisation plan to improve revenue. Understanding this Report These settings have either not been configured or could be significantly improved. An attempt has been made to configure these settings, but they have not been accurately implemented or could be improved. These settings are configured correctly or require no action. 1

3 1 Duplicate Data Duplicate transactions in ecommerce reports Only unique transactions Duplicate transactions inflate many metrics across the account and give a false impression of performance. Other than addressing the root of the problem with [ecommerce platform], these transactions need to be deducted from the account. Using the software we recommended, export and identify all duplicated transactions. These need to be placed into a duplicate receipt page, using the addtransaction and additem function, which are sent to Google Analytics when the page is run. Negative values are to be used for transaction total, shipping and item quantity. Using just addtransaction in this very simple example to illustrate the process: Original transaction code (sent when the product was bought): ga('ecommerce:addtransaction', { 'id': ' GBP', 'revenue': '24.99', 'shipping': '2.99' }); Reverse transaction code to be added to a duplicate receipt page: ga('ecommerce:addtransaction', { 'id': ' GBP', 2

4 'revenue': '-24.99', 'shipping': '-2.99' }); NB additem also needs to be reversed. This creates another entry in the transaction data effectively removing the duplication. If there are instances where GBP is not appended to the transaction ID this process will not work as both transactions will be removed. Also, before this is done additional consideration is needed as the date of the reversal cannot be applied to past dates, only by transaction ID. Depending on the number of transactions, this will quickly become unfeasible as a manual task. This can be implemented relatively quickly programmatically. We would recommend this is completed by one of our GA specialists and our developer team. Care must be taken to ensure only the duplicate transactions are removed. 3

5 2 Presence of Google Analytics Tracking Code (GATC) Tracking Code Present on all pages Tracking Code Present on all pages just after opening <BODY> tag Incomplete tagging will give inaccurate data and break your campaign attribution reports. See Google Tag Manager section. 3 Google Analytics Tracking Code Version Asynchronous Asynchronous The new code, placed at the top of each page, will result in webpages loading faster and Google Analytics data being more accurate. See Google Tag Manager section. 4 Google Tag Manager Deployed at bottom of page Deployed at top of page Google Tag Manager allows you to quickly amend the Google Analytics code and add new custom events as required without the need for a developer The code is currently implemented via Google Tag Manager at the bottom of the page; for reasons stated previously (and if technically feasible) consider placing code at the top of the page. Move Google Tag Manager container code to the top of the page. Immediately after the opening <BODY> tag. This will ensure: 1) Compatibility with older versions of Internet Explorer. 4

6 2) That header tags are properly loaded, which are needed for the pageview call. This is included to ensure the Google Tag Manager snippet is not placed in the header. NB Also place the data layer call before the Google Tag Manager snippet. 5 Advanced segments None used Dependent on business goals / needs but see Action / Recommendation. Advanced and custom segments allow you to isolate specific set of data based on, for example, where the visitor has come from or their behaviour once they arrive. Multiple segments can be used at once to compare, say, conversion differences between mobile and desktop users. Suggested segments that you may find useful: 1. Count of Visit + Conversion 2. High spenders 3. Cart abandonment by source 4. First time visits that buy 5. Return visits that buy 6. Visits by channel 7. Logged in vs. guest 8. Device These are just general suggestions, the real value comes from specific questions you have about [Client URL] s audience and answering these via advanced / custom segments. Note, segments are View specific meaning different users can have different segments set up, however they can be shared between 5

7 users. For example, if you click - plate?uid=nhsj1jmnr9qh2mze2tkd-w - while you have your Google Analytics account open, it will share with you a custom segment that isolates sessions where visitors have visited the store locator page. Behaviour / performance of this segment of visits can now be compared with other segments. Or it can be used to see how much visitors who use the store finder spend. 6 Views 4 Views +2 additional views (and dependent on needs) Views allow you to see a subset of your data with conditional filters and settings applied. At this level of the account, once a filter has been used, that data has been discarded and cannot be recovered. The only filter being used at present is to exclude visits from within [Client]. We recommend the following Views (in addition to the other views present in the account): 1. Raw 2. Test These can be implemented by copying the main [Client URL] view (with any filters or settings subsequently removed for the new views). However, a Raw View should always be setup to safeguard against any loss of data (for example if a filter 6

8 is incorrectly applied). This Raw view should not include a default page, exclusion of query parameters or removal of search query parameters as part of the view settings. A Test View should be setup to test changes before applying to Main View. 7 Filters 1 filter applied to the main view to remove [Client] s own traffic. 4 additional filters for the main view Filters allow you to control what data is flowing into individual Views. For example, you do not want to include traffic from your office in your traffic reports. We recommend the addition of the following standard filters to the main View: 1. Ensure all URLs are lowercase; this removes duplication caused by capitalisation. Filters also allow you to clean the data before it arrives in your reports. For example, setting all URL s to lower case. As a reminder of the previous recommendation, do not apply filters to the new Raw view and test filters on the Test view before applying to the main view. 2. Exclude visits to images via Google Images and Google Translate 3. Append landing page details to visitors arriving with keyword (not provided). This provides useful insights for encrypted search visitors. 4. Assign referrers to the correct channels. E.g. assign webmail referrers to the channel. 8 Exclude query parameters Query parameter q excluded. Enabled Excluding query parameters from your Google Analytics reports makes them more readable and actionable. No action required. 7

9 9 Social Event Tracking Enabled Enabled Capturing onsite social actions such as Likes and Tweets can give you insight into levels of engagement and the impact of social interactions No action required. 10 Custom alerts None configured 6 custom alerts Custom alerts can be set to alert you any changes in site activity. Usually these are used for large variations in website activity, e.g. surges or troughs in visitors or transactions. We recommend the configuration of 8 standard daily alerts. 1. More than 50% increase in visits 2. More than 50% decrease in visits 3. More than 70% increase in transactions 4. More than 70% decrease in transactions 5. More than 50% increase in visits on mobile domain 6. More than 50% increase in transactions on mobile domain 7. More than a 50% drop in Google referrals. 8. No data being received 11 E-commerce enablement Enabled Enabled Allows you to track sales and orders received through the websites. You can be more or less selective about the alerts you use any changes to any metric across any dimension can be used. No action required but see Enhanced Ecommerce below. 12 Horizontal Funnels Not Configured Goals set up to track each stage of conversion (checkout) funnel. Horizontal Funnels allow you to view you the fallout rate per stage of the funnel for different visitor segments side by side. E.g. New vs. Returning Setup and configure horizontal funnels. OR 8

10 13 Enhanced Ecommerce Visitors. Note, regular goal funnels in Google Analytics cannot be segmented. Not configured Configured Enhanced ecommerce reports are very detailed funnel reports which allow segmentation. Other metrics such as look-to-book and add-to-cart vs purchase are also included. Shopping report shows the user journey across the whole site. Checkout Behaviour shows the user journey through the checkout. The shopping reports also allow you to drill down to individual product performance even down to the performance of product listing pages. See Enhanced Ecommerce below. Install the additional tracking code required for Enhanced Ecommerce. Please note, the Enhanced Ecommerce code has to replace the existing ecommerce code, they cannot be used together. We recommend assistance from one of our Google Analytics specialists to guide the process. This is the built-in facility to achieve the horizontal report described above. Enhanced Ecommerce and Advanced Segments (mentioned earlier) used together can provide very detailed insights. 14 Annotations 1 visible annotation (3+ years old) Annotations used to record key events Annotations should be used to record key events on your website. For example, major changes to your Create annotations to record important events. 9

11 website and/or the data or any other external event which will impact the analytics. 15 Enhanced Link Attribution Off On Enhanced link attribution you to report on clicks on links that lead to the same page. For example, it would allow you to determine how people reach the store finder by the link in the header or the link in the footer on each page of [Client]. Add the additional code required to enable enhanced link attribution. 16 Goals 9 used Appropriate use of goals. Goals are a way of measuring website performance against actions that you want website visitors to take. Goals are best used for processes or user journeys. For instance [Client URL] already has checkout completion configured. Other appropriate uses would be: 1) Newsletter signup 2) Login / Registration Goals such as Store locator would be better tracked as an event as all that is currently tracked by this goal are visits to the page (of course the data can also be found in the All Pages reports. In general, consider goals for behaviour relating to a conversion or something with a monetary value (purchase or mailer signup). Consider events for specific behaviour you want to track. Please note, it also appears that the Store 10

12 Finder goal is set up incorrectly. The store locator is present on two URLs but it appears only one is tracked as part of this goal: 1) /store-locator/page/storelocator 2) /page/storelocator The Begins with condition will only catch one of these URLs along with the URL store variables once a search has been done. Also, as store locator usage is of interest, it may be better to use the goal with a start and end page to gauge usage of the store locator itself and not visits to the page and usage of the locator all combined. 17 Funnels 4 funnels configured. n/a Funnels are linked to Goals. Correctly configured funnels will allow you to see which steps are causing visitors to drop out as they move through the process to complete a Goal. The goals we would recommend are already in use, however it is unclear why Goal 3: Desktop Site: Purchase includes Login Error and Password Reminder as part of the checkout process. We would recommend this be reviewed. 18 Additional tracking with Events 17 custom events Additional tracking for key actions and events. By deploying additional tracking code you can capture important events that would not automatically be tracked in Google Analytics. Many events are already tracked. As mentioned in the Goals section it would be better to track Store Locator as an event, unless the Goal setup is changed to track if the Store Locator is actually used, rather than just the store locator page being visited. Many of the other recommendations we 11

13 make for event tracking are already implemented for instance navigation use. Any remaining recommendations would be better implemented though Enhanced Ecommerce. 19 Google Webmaster Tools / SEO reports Not Enabled Enabled Google Webmaster Tools is the only way to get data into the Queries section for the Search Engine Optimization report. Sign up for Web Master Tools. Visit the Property Settings page in Google Analytics to edit the Webmaster Tools setting and link the data. As most keywords are now (not provided), which accounts for 85% of [Client] s keyword data, this is the best way to see which keywords are bringing visitors to the site and which pages they are visiting. 20 Default page Not set [Client URL] Your Analytics View Settings page contains a field in which to specify your default page in order to prevent duplicate pages being recorded. There are instances of [Client URL] and [ClientURL]page/home being tracked causing duplication in the content reports. Additional information is needed before this is changed to determine the use of /page/home in the URL as it seems to be used for some paid campaigns. 21 Cross Domain Tracking Not Configured Site activity occurring across other [Client] web properties. For example: - URL - URL If cross domain tracking is not implemented GA will over count the number of visits and unique visitors to the site If desired, [Client] may want to track user behaviour across their various domains. Focusing on just the priority web properties cross domain tracking can be implemented to achieve this. 12

14 22 Multi-Channel Funnels: Custom Channel Groupings None used Custom Channel Groupings created for each key traffic source Custom Channel Groupings allow you to understand how specific traffic sources interact with all other traffic sources. For example, custom Channel Groupings can allow you to understand if visitors, who came to your website through a Twitter campaign, later returned and made purchases. We recommend including Channel Groupings focusing on each of your key traffic sources, including: 1. Identifying individual Campaigns 2. Social Media Identifying individual social media sites 3. Referrers Identifying individual referrers 4. Paid Search Identifying keywords 5. SEO Identifying keywords (needs Google Webmaster Tools) 23 Multi-Channel Funnels: Custom Conversion Segments Non used Custom Conversion Segments created to match each channel in the Channel Groupings Conversion Segments allow you to define specific segments of visitors, based on their interactions with multiple channels, for you to study in detail and compare against All Visitors or other segments For each Channel within the Channel Groupings, we recommend creating the following Conversion Segments 1. First interaction is Channel name 2. Last interaction is Channel name 3. Assisting interaction is Channel name 24 Site search Enabled Enabled with failed search data and force search terms to be lower case trapping Not tracked Custom report configured to track requests that led to Forcing keywords to lower case will ensure that Michael kors and Michael Kors are captured as one search term. Capturing failed searches will identify keywords that require optimisation. With a small change to the Tracking Code on the 404 template you can identify pages that have been requested but not found on your Add code to enable the tracking of failed searches e.g. no matches found. Create filter to ensure all keywords are forced to lowercase (but do not place the filter on the raw view). Add additional GA code to the 404 template We recommend that a custom report is 13

15 the error 404 page website, helping to identify dead links and increase visitor satisfaction. configured to track URL request which result in an Error 404 message. 26 User id Not enabled Enabled Implemented via your account / login authentication system, use of User ID allows the tracking and analysis of visits across devices. Add the necessary tracking code to the authentication system across all devices (desktop, mobile and tablet). 27 Content Grouping None Used Define content groupings depending on business needs. Content Grouping allows categorisation of the content on [Client]. Aggregate performance of those groups can then be analysed. This can give insight into how those types of content are consumed and performance associated with those groups. For instance grouping the content in Insider separately to category pages, homepage, product pages etc. Identify the groups of content that exist on [Client] and configure these in Google Analytics. This also requires a small piece of code to be placed in the tracking snippet. 14

1 Which of the following questions can be answered using the goal flow report?

1 Which of the following questions can be answered using the goal flow report? 1 Which of the following questions can be answered using the goal flow report? [A] Are there a lot of unexpected exits from a step in the middle of my conversion funnel? [B] Do visitors usually start my

More information

Google Analytics Audit. Prepared For: Xxxxx

Google Analytics Audit. Prepared For: Xxxxx Google Analytics Audit Prepared For: Xxxxx Please Note: We have edited all images and some text to protect the privacy of our client. 1. General Setup 3 1.1 current analytics tracking code 3 1.2 test purchase

More information

Google Analytics Health Check

Google Analytics Health Check Google Analytics Health Check Summary Google Analytics (GA) is a free tool for recording information about visitors and actions on your website or mobile application. Once the Google Analytics tracking

More information

White paper: Google Analytics 12 steps to advanced setup for developers

White paper: Google Analytics 12 steps to advanced setup for developers White paper: Google Analytics 12 steps to advanced setup for developers We at Core work with a range of companies who come to us to advises them and manage their search and social requirements. Dr Jess

More information

TTI Summer Forum London, 2012. Barbara Pezzi, Director Web Analytics & Search Optimization

TTI Summer Forum London, 2012. Barbara Pezzi, Director Web Analytics & Search Optimization TTI Summer Forum London, 2012 Barbara Pezzi, Director Web Analytics & Search Optimization This Session: Marketing Tracking & Web Analytics Web Analytics Any successful online marketing initiative requires

More information

Impressive Analytics

Impressive Analytics Impressive Analytics and Insight on a Shoestring Lisa Ikariyama & Tracy Anderson Cabbage Tree Creative www.cabbagetree.co.nz Getting Started Before you design a page on your website or get started with

More information

Google Analytics Basics

Google Analytics Basics Google Analytics Basics Contents Google Analytics: An Introduction...3 Google Analytics Features... 3 Google Analytics Interface... Changing the Date Range... 8 Graphs... 9 Put Stats into Context... 10

More information

Getting the most from your Google Analytics

Getting the most from your Google Analytics Session 2 Exploration main reports in more detail Real-Time reports Real-Time reports Use Real-Time to monitor user activity as it happens see each pageview being reported seconds after it occurs how many

More information

WEB ANALYTICS. Presented by Massimo Paolini MPThree Consulting Inc. www.mpaolini.com 408-256-0673

WEB ANALYTICS. Presented by Massimo Paolini MPThree Consulting Inc. www.mpaolini.com 408-256-0673 WEB ANALYTICS Presented by Massimo Paolini MPThree Consulting Inc. www.mpaolini.com 408-256-0673 WEB ANALYTICS IS ABOUT INCREASING REVENUE WHAT WE LL COVER Why should you use Asynchronous code What are

More information

Using Google Analytics

Using Google Analytics Using Google Analytics Overview Google Analytics is a free tracking application used to monitor visitors to your website in order to provide site designers with a fuller knowledge of their audience. At

More information

Microsoft Advertising adcenter Campaign Analytics Getting Started Guide

Microsoft Advertising adcenter Campaign Analytics Getting Started Guide Microsoft Advertising adcenter Campaign Analytics Getting Started Guide Contents Introduction... 3 What is Microsoft Advertising adcenter Campaign Analytics?... 3 Useful terms... 3 Overview... 4 Get Started...

More information

Google Analytics Guide. for BUSINESS OWNERS. By David Weichel & Chris Pezzoli. Presented By

Google Analytics Guide. for BUSINESS OWNERS. By David Weichel & Chris Pezzoli. Presented By Google Analytics Guide for BUSINESS OWNERS By David Weichel & Chris Pezzoli Presented By Google Analytics Guide for Ecommerce Business Owners Contents Introduction... 3 Overview of Google Analytics...

More information

Getting A Google Account

Getting A Google Account Getting A Google Account To get started with Google Analytics, you ll first need a Google account. If you already have a Gmail account, you'll be able to use that. If not, create your Google account. 1.

More information

Canadian Association for Research Libraries Toronto, Ontario 14 October 2015

Canadian Association for Research Libraries Toronto, Ontario 14 October 2015 Canadian Association for Research Libraries Toronto, Ontario 14 October 2015 Introductions Help & Learning Standard Reports Audience Traffic Sources Content Behaviour Measuring Value Basic Filtering &

More information

Google Analytics workbook

Google Analytics workbook Google Analytics workbook Sub-title here Google Analytics workbook Overview Google Analytics is just one of many tools available for tracking activity on a website or mobile application. It provides users

More information

SmithCart Google Analytics

SmithCart Google Analytics SmithCart Google Analytics Users Manual Revision Date: 9/7/2013 1 Table of Contents I. Introduction... 3 II. What is Google Analytics?... 3 III. Configuring your Google Account to Use Analytics... 3 A.

More information

Demystifying Digital Introduction to Google Analytics. Mal Chia Digital Account Director

Demystifying Digital Introduction to Google Analytics. Mal Chia Digital Account Director Demystifying Digital Introduction to Google Analytics Mal Chia Digital Account Director @malchia @communikateetal Slides will be emailed after the session 2 Workshop Overview 1. Introduction 2. Getting

More information

Google Analytics. Google Analytics Glossary of terms

Google Analytics. Google Analytics Glossary of terms Google Analytics Google Analytics is a service offered by Google that generates detailed statistics about a website's traffic and traffic sources and measures set goals. Google Analytics isn't a magical

More information

The Cambridge Web Marketing Co

The Cambridge Web Marketing Co Service Guide 2015-2016 0800 644 0196 www.cwmc.biz talk@cwmc.biz @cwmc.biz Contents Pay Per Click Campaign Managment (AdWords)...3 Content Creation... 4 On-site Optimisation...5 Link Building... 6 Conversion

More information

Website analytics / statistics Monitoring and analysing the impact of web marketing

Website analytics / statistics Monitoring and analysing the impact of web marketing Website analytics / statistics Monitoring and analysing the impact of web marketing What are website analytics / statistics? Web analytics is the measurement, collection, analysis and reporting of website

More information

Google Analytics Guide

Google Analytics Guide Google Analytics Guide 1 We re excited that you re implementing Google Analytics to help you make the most of your website and convert more visitors. This deck will go through how to create and configure

More information

Is Your Google Analytics Data Accurate?

Is Your Google Analytics Data Accurate? Is Your Google Analytics Data Accurate? September 18, 2013 Presented By Amin Shawki Analytics Manager Andy Gibson Digital Marketing Analyst 1. 1 Billion+ pageviews/year in sites analyzed and supported

More information

Speaker Monique Sherrett

Speaker Monique Sherrett Speaker Monique Sherrett Monique Sherrett has a passion for all things digital, in particular using analytics to measure and improve marketing communications. She began her career as the web marketing

More information

MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS

MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS MONITORING YOUR WEBSITE WITH GOOGLE ANALYTICS How to use Google Analytics to track activity on your website and help get the most out of your website 2 April 2012 Version 1.0 Contents Contents 2 Introduction

More information

Web Analytics Definitions Approved August 16, 2007

Web Analytics Definitions Approved August 16, 2007 Web Analytics Definitions Approved August 16, 2007 Web Analytics Association 2300 M Street, Suite 800 Washington DC 20037 standards@webanalyticsassociation.org 1-800-349-1070 Licensed under a Creative

More information

Google Analytics Social Plug-in Tracking

Google Analytics Social Plug-in Tracking smart. uncommon. ideas. Google Analytics Social Plug-in Tracking The Ultimate Guide {WEB} MEADIGITAL.COM {TWITTER} @MEADIGITAL {BLOG} MEADIGITAL.COM/CLICKOSITY {EMAIL} INFO@MEADIGITAL.COM In June 2011,

More information

HOW TO USE GOOGLE ANALYTICS. (for beginners) universal analytics. Courtney Petty, of DKS Systems adapted from our previous beginner s guide.

HOW TO USE GOOGLE ANALYTICS. (for beginners) universal analytics. Courtney Petty, of DKS Systems adapted from our previous beginner s guide. HOW TO USE GOOGLE ANALYTICS (for beginners) universal analytics by: Courtney Petty, of DKS Systems adapted from our previous beginner s guide TABLE OF CONTENTS Part 1. Part 2. How to set up a basic Google

More information

Getting Started with Google Analytics 7 Easy but comprehensive steps

Getting Started with Google Analytics 7 Easy but comprehensive steps Getting Started with Google Analytics Right, so you have a shiny new website or you have a site that has been up and running for a while now that s great. The hard work is done and the leads and sales

More information

This tutorial is designed for SEO professionals as well as beginners who would like to learn the basics of Web Analytics and its techniques.

This tutorial is designed for SEO professionals as well as beginners who would like to learn the basics of Web Analytics and its techniques. About the Tutorial is a technique that you can employ to collect, measure, report, and analyze your website data. It is normally carried out to analyze the performance of a website and optimize its web

More information

Online Donor Acquisition and Retention Course

Online Donor Acquisition and Retention Course Online Donor Acquisition and Retention Course Beginner Donor Acquisition Module 1a-c Introduction to Donor Acquisition What happens when someone shows up at your website? Key Performance Indicators: What

More information

Introduction. Chapter 1 Why Understanding Your Web Traffic Is Important to Your Business 3

Introduction. Chapter 1 Why Understanding Your Web Traffic Is Important to Your Business 3 Contents Foreword Introduction xix xxi Part I Measuring Success 1 Chapter 1 Why Understanding Your Web Traffic Is Important to Your Business 3 Website Measurement Why Do This?... 4 Information Web Analytics

More information

How To Pass The Gaconcept Quiz

How To Pass The Gaconcept Quiz How To Pass The google analytics IQ Test Original practice problems Below are 10 practice problems to help you prepare for the Google Analytics Individual Qualification (IQ) Test. They are based on the

More information

Google Analytics. Web Skills Programme

Google Analytics. Web Skills Programme Google Analytics Web Skills Programme Google - some facts Google search handles over 1 billion searches per day 7.2 billion daily page views 87.8 billion monthly worldwide searches conducted on Google

More information

The un-official Google Analytics How To PDF guide to:

The un-official Google Analytics How To PDF guide to: The un-official Google Analytics How To PDF guide to: - Help you set up and configure Google Analytics - Use advanced features like event tracking, filters and segments - Build custom reports and dashboards

More information

Enhancing the Consumer Shopping Experience with Google Analytics. Presented by:

Enhancing the Consumer Shopping Experience with Google Analytics. Presented by: Enhancing the Consumer Shopping Experience with Google Analytics Presented by: & Who are we? Andy Gibson, MBA Analyst Marcia Jung Product Manager, Google Analytics Agenda E-Commerce Trends and What s New

More information

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174

Index. AdWords, 182 AJAX Cart, 129 Attribution, 174 Index A AdWords, 182 AJAX Cart, 129 Attribution, 174 B BigQuery, Big Data Analysis create reports, 238 GA-BigQuery integration, 238 GA data, 241 hierarchy structure, 238 query language (see also Data selection,

More information

Tracking True & False Demystifying Recruitment Marketing Analytics

Tracking True & False Demystifying Recruitment Marketing Analytics Tracking True & False Demystifying Recruitment Marketing Analytics THE CANDIDATE JOURNEY SIMPLIFIED THE DECISION CYCLE SIMPLIFIED Awareness & Attraction Research & Decision Conversion Action THE CANDIDATE

More information

How to: Audit Your Google Analytics Installation

How to: Audit Your Google Analytics Installation How to: Audit Your Google Analytics Installation Your site seems to be working perfectly and you re trying to track the results in Google Analytics. But something is missing. You think you re receiving

More information

Google Analytics Guide. A step by step guide to a best practice implementation of Google Analytics

Google Analytics Guide. A step by step guide to a best practice implementation of Google Analytics Google Analytics Guide A step by step guide to a best practice implementation of Google Analytics August 2012 Contents This document is an unofficial guide to a best practice standard implementation of

More information

Introduction. Regards, Lee Chadwick Managing Director

Introduction. Regards, Lee Chadwick Managing Director User Guide Contents Introduction.. 2 Step 1: Creating your account...3 Step 2: Installing the tracking code.. 3 Step 3: Assigning scores to your pages.....4 Step 4: Customising your lead bands..5 Step

More information

ANALYZING YOUR RESULTS

ANALYZING YOUR RESULTS ANALYZING YOUR RESULTS Kelley Jarrett, Market Manager Design Billy Stephens, Account Manager Design Measuring performance and learning from your audiences behaviors and feedback. REVISIT BENCHMARKS

More information

The Anatomy of Great Analytics

The Anatomy of Great Analytics The Anatomy of Great Analytics Stockholm / 2015-08-26 / Alexander Bergqvist Alexander Bergqvist Sr. Analytics Consultant Klikki AB 7+ years of experience in digital marketing and analytics Twitter: @AlexanderBergq

More information

Future-proofed SEO for Magento stores

Future-proofed SEO for Magento stores Future-proofed SEO for Magento stores About me Working in SEO / digital for over 8 years (in-house, agency + consulting) Working with Magento for the last 5 years Specialise in Magento SEO (mostly consulting

More information

Decision-making using web analytics. Rachell Underhill, UNC Grad School Anita Crescenzi, UNC Health Sciences Library

Decision-making using web analytics. Rachell Underhill, UNC Grad School Anita Crescenzi, UNC Health Sciences Library Decision-making using web analytics Rachell Underhill, UNC Grad School Anita Crescenzi, UNC Health Sciences Library For today Analytics at The Graduate School and the Health Sciences Library What analytics

More information

Analytics for Pros. SEMpdx

Analytics for Pros. SEMpdx Analytics for Pros SEMpdx ISITE Design $39.5 IN 2012 BILLION $62 BILLION BY 2016 http://www.go-gulf.com/blog/online-ad-spending WHY WEB ANALYTICS IS IMPORTANT TO SEM AND ONLINE ADVERTISING Prove to people

More information

Technical Brief: Google Analytics Integration

Technical Brief: Google Analytics Integration Technical Brief: Google Analytics Integration Convirza for Call Quality Monitoring and Google Analytics integration allows users to combine online web analytics with call details from Convirza for CQM

More information

Setting Up Google Analytics Enhanced Ecommerce Using Google Tag Manager: A Step by Step Guide

Setting Up Google Analytics Enhanced Ecommerce Using Google Tag Manager: A Step by Step Guide Setting Up Google Analytics Enhanced Ecommerce Using Google Tag Manager: A Step by Step Guide For More Information, please visit: www.morevisibility.com 2015 MoreVisibility 800-787-0497 Fx: 561-620-9687

More information

Website essentials and analytics. Ryan Jones Marketing Coordinator

Website essentials and analytics. Ryan Jones Marketing Coordinator Website essentials and analytics Ryan Jones Marketing Coordinator About me Reformed engineer Marketer 18 years web development experience Recently: WordPress Drupal Magento Today s webinar What is your

More information

A PRESENTATION BY RITESH GUPTA

A PRESENTATION BY RITESH GUPTA A PRESENTATION BY RITESH GUPTA WEB ANALYTICS next 2 Deep Dive 01 into Web Analytics Web Analytics < 3 Digital Analytics / Measurability Caution: The addictive adrenaline of analzying website data, interpreting

More information

Tapping the power of Google Analytics

Tapping the power of Google Analytics Tapping the power of Google Analytics Nathan Huppatz (@huppy) ic1.mobi or #pesa12 Who am I? 13 years in ecommerce ebay Top Rated Seller (250,000+ transactions) Multichannel Retailer (ebay, Web, Comparison,

More information

Google Analytics in the Dept. of Medicine

Google Analytics in the Dept. of Medicine Google Analytics in the Dept. of Medicine Understanding the Analytics Dashboard 1. Click this link to navigate back to your Analytics Settings page, so you can get an overview of and edit all your Analytics

More information

英 文 考 題 1. You are an online seller. A consumer purchases a product to be delivered to his office. He then makes another order to be delivered to his

英 文 考 題 1. You are an online seller. A consumer purchases a product to be delivered to his office. He then makes another order to be delivered to his 英 文 考 題 1. You are an online seller. A consumer purchases a product to be delivered to his office. He then makes another order to be delivered to his mother s home. How many purchases will be shown in

More information

Getting Starting with Google Analytics. Summer Durrant IUPUI University Library Indiana Library Federation Conference November 14, 2012

Getting Starting with Google Analytics. Summer Durrant IUPUI University Library Indiana Library Federation Conference November 14, 2012 Getting Starting with Google Analytics Summer Durrant IUPUI University Library Indiana Library Federation Conference November 14, 2012 What is Google Analytics? Google Analytics is a tool to quantitatively

More information

Introduction to Google Analytics

Introduction to Google Analytics Introduction to Google Analytics Introduction to Google Analytics This guide is designed to give you the basic overview on Google Analytics and information on: How many people are visiting your website

More information

Integration Guide. Integrating Extole with Adobe Target. Overview. Before You Begin. Advantages of A/B Testing

Integration Guide. Integrating Extole with Adobe Target. Overview. Before You Begin. Advantages of A/B Testing Integrating Extole with Adobe Target Overview Extole partners with Adobe Target so that marketers can easily deploy Extole tags and test your referral program to improve its performance. A/B testing will

More information

TRACKING CHAT DRIVEN CONVERSIONS

TRACKING CHAT DRIVEN CONVERSIONS Integrating Google Analytics with BoldChat. Highlights Thousands of customers, worldwide Reliable 99.99% uptime The industry s best value Fully deploys in days 24/7 support Proven installs across vertical

More information

Conversion Rate Optimisation Guide

Conversion Rate Optimisation Guide Conversion Rate Optimisation Guide Improve the lead generation performance of your website - Conversion Rate Optimisation in a B2B environment Why read this guide? Work out how much revenue CRO could increase

More information

Contents: Executive Summary

Contents: Executive Summary How to Maximize Local Search Traffic A Digital Marketing Depot White Paper Executive Summary Online shopping has become a retail phenomenon, with 2014 Cyber Monday sales projected to reach $2.6 billion,

More information

Google Analytics for Robust Website Analytics. Deepika Verma, Depanwita Seal, Atul Pandey

Google Analytics for Robust Website Analytics. Deepika Verma, Depanwita Seal, Atul Pandey 1 Google Analytics for Robust Website Analytics Deepika Verma, Depanwita Seal, Atul Pandey 2 Table of Contents I. INTRODUCTION...3 II. Method for obtaining data for web analysis...3 III. Types of metrics

More information

Easitill Website & Ecommerce Solutions

Easitill Website & Ecommerce Solutions Easitill Website & Ecommerce Solutions Ibex House, Ferro Fields, Scaldwell Rd, Brixworth, Northants, NN6 9UA Tel: 01604 881881 email:sales@easitill.co.uk www.easitill.co.uk Base Level Website - Company

More information

Limited license for use This document is freely available for modification, use as a template, and the making of unlimited copies, provided:

Limited license for use This document is freely available for modification, use as a template, and the making of unlimited copies, provided: Limited license for use This document is freely available for modification, use as a template, and the making of unlimited copies, provided: 1. Somewhere in the resulting documents, copies, or any derivative

More information

Moreketing. With great ease you can end up wasting a lot of time and money with online marketing. Causing

Moreketing. With great ease you can end up wasting a lot of time and money with online marketing. Causing ! Moreketing Automated Cloud Marketing Service With great ease you can end up wasting a lot of time and money with online marketing. Causing frustrating delay and avoidable expense right at the moment

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

Revenue Generating Conversion Rate Optimization (CRO) Strategies

Revenue Generating Conversion Rate Optimization (CRO) Strategies Revenue Generating Conversion Rate Optimization (CRO) Strategies AWG s recommendations are based upon intuitive testing and tracking via Google Analytics and other programs specifically purposed to measure

More information

Remarketing and. Retargeting. By Ann Stanley Managing Director of Anicca Digital. @AnnStanley @aniccadigital #ecommercial15

Remarketing and. Retargeting. By Ann Stanley Managing Director of Anicca Digital. @AnnStanley @aniccadigital #ecommercial15 Remarketing and Retargeting By Ann Stanley Managing Director of Anicca Digital Remarketing aka Stalking What is Remarketing and Retargeting? Remarketing/retargeting are online advertising techniques where

More information

Google Analytics & Social Media Monitoring Jeremy Coates / @phpcodemonkey

Google Analytics & Social Media Monitoring Jeremy Coates / @phpcodemonkey Google Analytics & Social Media Monitoring Jeremy Coates / @phpcodemonkey Who am I? Jeremy Coates, MD at Magma Digital Ltd Social Media Guru of the Year 2012 @phpcodemonkey linkedin.com/in/jeremycoates

More information

JK WEBCOM TECHNOLOGIES

JK WEBCOM TECHNOLOGIES Who We Are? JK Webcom Technologies has been providing unending services to the audience at large since August 2004. Located in Rajouri Garden in New Delhi, we operate and serve individuals and businesses

More information

Google Analytics Integration

Google Analytics Integration Google Analytics Integration There are 2 ways to implement Google Analytics snippet: synchronous and asynchronous. Currently, we only support the asynchronous snippets. nanorep e: Google allows Analytics

More information

web analytics ...and beyond Not just for beginners, We are interested in your thoughts:

web analytics ...and beyond Not just for beginners, We are interested in your thoughts: web analytics 201 Not just for beginners, This primer is designed to help clarify some of the major challenges faced by marketers today, such as:...and beyond -defining KPIs in a complex environment -organizing

More information

Description of Services for ecommerce Website Package

Description of Services for ecommerce Website Package Description of Services for ecommerce Website Package We provide this document to define services covered in our ecommerce website package. It is very important you understand exactly what you are purchasing.

More information

Tracking Campaigns for Local Authorities. Lucian Glenny Web Analyst

Tracking Campaigns for Local Authorities. Lucian Glenny Web Analyst Tracking Campaigns for Local Authorities Lucian Glenny Web Analyst Overview 1. Creating a measurement plan 2. Identifying users from your campaign in Google Analytics 3. Analysing the pages viewed by campaign

More information

SEO = More Website Visitors More Traffic = More Leads More Leads= More Sales

SEO = More Website Visitors More Traffic = More Leads More Leads= More Sales Did you know that SEO increases traffic, leads and sales? SEO = More Website Visitors More Traffic = More Leads More Leads= More Sales What is SEO? Search engine optimization is the process of improving

More information

Executive Dashboard Cookbook

Executive Dashboard Cookbook Executive Dashboard Cookbook Rev: 2011-08-16 Sitecore CMS 6.5 Executive Dashboard Cookbook A Marketers Guide to the Executive Insight Dashboard Table of Contents Chapter 1 Introduction... 3 1.1 Overview...

More information

1. Layout and Navigation

1. Layout and Navigation Success online whether measured in visits, ad revenue or ecommerce transactions requires compelling content and intuitive design. It all starts with the fundamentals: the key building blocks to create

More information

Table of Contents. Copyright 2011 Synchronous Technologies Inc / GreenRope, All Rights Reserved

Table of Contents. Copyright 2011 Synchronous Technologies Inc / GreenRope, All Rights Reserved Table of Contents Introduction: Gathering Website Intelligence 1 Customize Your System for Your Organization s Needs 2 CRM, Website Analytics and Email Integration 3 Action Checklist: Increase the Effectiveness

More information

The Almighty SEO Guide For Small Businesses

The Almighty SEO Guide For Small Businesses The Almighty SEO Guide For Small Businesses Authored By: Justin Rissmiller, Owner & Operator A Publication Of: T&R Solutions: Define. Design. Progress. YOUR LOGO Contents An Introduction To SEO 3 Chapter

More information

GOOGLE ANALYTICS 101

GOOGLE ANALYTICS 101 GOOGLE ANALYTICS 101 Presented By Adrienne C. Dupree Please feel free to share this report with anyone who is interested in the topic of building a profitable online business. Simply forward it to them

More information

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform

Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform Get Started with LeadSquared Guide for Marketing Users Complete lead to revenue platform Bookmark LeadSquared Login Page Login to LeadSquared at https://run.leadsquared.com (Bookmark the URL) LeadSquared

More information

INTRO TO. Brock Murray Twitter - @SEOBrock / Instagram - @seoplus

INTRO TO. Brock Murray Twitter - @SEOBrock / Instagram - @seoplus INTRO TO Brock Murray Twitter - @SEOBrock / Instagram - @seoplus ABOUT BROCK MURRAY Started as a web designer in 2002 Designed hundreds of websites for local businesses Established seoplus+ in 2012 Trainer

More information

Google Analytics 101

Google Analytics 101 American Marketing Association San Antonio Chapter presents Google Analytics 101 Instructor: Maria Haase Workshop Objectives Learn how to create an effective Measurement Plan for your organization Learn

More information

Engelske slider. Menyene i Google Analy2cs

Engelske slider. Menyene i Google Analy2cs Engelske slider Menyene i Google Analy2cs Import into AdWords Google Analytics Dashboard The Dashboard is your configurable opening screen for Analytics Management Understand what the Google Analytics

More information

HOW DOES GOOGLE ANALYTICS HELP ME?

HOW DOES GOOGLE ANALYTICS HELP ME? Google Analytics HOW DOES GOOGLE ANALYTICS HELP ME? Google Analytics tells you how visitors found your site and how they interact with it. You'll be able to compare the behavior and profitability of visitors

More information

Startup Guide. Version 2.3.9

Startup Guide. Version 2.3.9 Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

SITE OPTIMIZATION OVERVIEW

SITE OPTIMIZATION OVERVIEW SITE OPTIMIZATION OVERVIEW The purpose of Site Optimization is to make sure your website and all landing pages are properly optimized for search engines by carefully executing the approved strategy brief.

More information

Analytics case study

Analytics case study Analytics case study Carer s Allowance service (DWP) Ashraf Chohan Performance Analyst Government Digital Service (GDS) Contents Introduction... 3 The Carer s Allowance exemplar... 3 Meeting the digital

More information

Online & Offline Correlation Conclusions I - Emerging Markets

Online & Offline Correlation Conclusions I - Emerging Markets Lead Generation in Emerging Markets White paper Summary I II III IV V VI VII Which are the emerging markets? Why emerging markets? How does the online help? Seasonality Do we know when to profit on what

More information

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List

For a full comparison of Magento Enterprise and Magento Community, visit http://www.magentocommerce.com/product/compare. Magento Feature List Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience, content, and functionality of their online

More information

Website Search Engine Optimization. Presented by: David Backes Senior Account Executive Anvil Media Inc. www.anvilmediainc.com

Website Search Engine Optimization. Presented by: David Backes Senior Account Executive Anvil Media Inc. www.anvilmediainc.com Website Search Engine Optimization Presented by: David Backes Senior Account Executive Anvil Media Inc. www.anvilmediainc.com Tonight s Agenda Introductions Website SEO Presentation About an Hour [Quick

More information

Critical Success Factors for Personalisation

Critical Success Factors for Personalisation Critical Success Factors for Personalisation Introduction To best optimise engagement and revenue, online and multichannel retailers need to personalise the brand and shopping experience for each customer.

More information

Setup Guide. 1.877.273.9921 www.epikone.com

Setup Guide. 1.877.273.9921 www.epikone.com Setup Guide by Step 1: Create A Google Analytics Account Step 2: Analyze Your Website Step 3: Create A Profile Step 4: Link Google Analytics Account To Your Google AdWords Account Step 5: Add Tracking

More information

Google Analytics and Google Analytics Premium: limits and quotas

Google Analytics and Google Analytics Premium: limits and quotas Table Of Contents Data collection & Processing limits Accounts and Profiles Reports Admin Area Google Analytics data fields Lengths Google Analytics API Data collection & Processing limits 10 million hits

More information

Lead Generation in Emerging Markets

Lead Generation in Emerging Markets Lead Generation in Emerging Markets White paper Summary I II III IV V VI VII Which are the emerging markets? Why emerging markets? How does online help? Seasonality Do we know when to profit on what we

More information

Practical Web Analytics for User Experience

Practical Web Analytics for User Experience Practical Web Analytics for User Experience How Analytics Can Help You Understand Your Users Michael Beasley UX Designer, ITHAKA Ypsilanti, Michigan, USA üf IBs fmij ELSEVIER Amsterdam Boston Heidelberg

More information

Livelink s guide to Google Analytics Version 5

Livelink s guide to Google Analytics Version 5 Livelink s guide to Google Analytics Version 5 Page 1 of 88 Introduction... 4 General Notes... 4 Selecting a Website & Profile:... 4 Home... 5 Dashboards... 6 Real-Time (Beta)... 8 Real-Time Overview...

More information

Practical Exercises. Professional Diploma in Digital Marketing. Analytics

Practical Exercises. Professional Diploma in Digital Marketing. Analytics Practical Exercises Professional Diploma in Digital Marketing Analytics Copyright All rights reserved worldwide under International copyright agreements. No part of this document can be reproduced, stored

More information

Google Analytics: Tracking Where a Visitor Goes on Your Web Site

Google Analytics: Tracking Where a Visitor Goes on Your Web Site Tutorial Google Analytics: Tracking Where a Visitor Goes on Your Web Site Overview: My Books and More Mail s integration with Google Analytics allows you to track web site activity that results from My

More information

A Beginner s Guide To. google analytics

A Beginner s Guide To. google analytics A Beginner s Guide To google analytics executive summary Expectations have risen for marketing departments abilities to track, measure and optimize different marketing operations. In today s world of

More information

Magento Feature List. ecommerce Platform for Growth

Magento Feature List. ecommerce Platform for Growth Magento Feature List ecommerce Platform for Growth Magento is a feature-rich, professional Open Source ecommerce platform solution that offers merchants complete flexibility and control over the user experience,

More information

WEB ANALYTICS 101. March 20, 2015

WEB ANALYTICS 101. March 20, 2015 WEB ANALYTICS 101 March 20, 2015 AGENDA 1. Define web analytics 2. Explore how analytics tools work 3. Review best practices 4. Get to know your visitors 5. Identify traffic sources 6. Understand site

More information