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

Size: px
Start display at page:

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

Transcription

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

2 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 Spate, our Head of Search and Social, has written this white paper to share some of her own superlative knowledge of search engine optimisation with you, and to show how a carefully thought out and structured approach to Google Analytics can help you get the most from your website. We hope you find this white paper useful get in touch with us if we can help you with any aspect of search optimisation and web analytics. Our full contact details are available at the end of this document.

3 Google Analytics: 12 steps to advanced setup for developers Without any doubt whatsoever, Google Analytics is the most popular web analytics platform out there. Probably by at least one order of magnitude. Not only is it one of the deepest tag based solutions, it's also free and (to a degree) easy to install. To get better data you usually have to sign over significant sums of a client's hard earned cash and unless they have huge traffic or are involved in some fairly niche activities, they're probably better off with GA. This is not intended as a general introduction to Google Analytics. Here we're just talking about getting GA installed with all the right features, setting up custom variables and events, and generally making sure the all the right data is being collected. Actually analysing it is another question entirely, but often the developer's role ends with robust and thoughtful setup. 1. Installing the Google Analytics snippet cleanly Sign up for a GA account and you'll get a unique UA code. Stick this in the asynchronous code snippet (also provided) and insert it into your code just before the close of the head. Placing it elsewhere usually doesn't cause any problems but it has been known to happen so unless you have a good reason not to, at the end of the head it goes. If you're using WordPress or another popular package there's no shortage of add ons that will place the code automatically. So far, so good. You should be getting basic data in the near future. If you're installing GA, cleaning up a botched install, or moving from the old code snippet to the shiny new asynchronous one, be sure to get rid of the old code. If it's still there you may see symptoms of Common Problem #1: Bounce rates unrealistically low Pageview counts artificially inflated The code snippet has to be on every page, not just the few that really interest you. Otherwise the trail will be broken and fragmented and you'll miss anyone who bounces from an untracked page. Note that we're assuming usage of the asynch snippet here, but you can also use the newer Universal Snippet which is handy for app tracking and other advanced features. However, debugging the universal snippet is not always as easy as it is for the older asynch code, for which a wealth of off Google documentation exists. For very large and complex sites, it's sometimes useful to use a tag manager to install and update tracking, remarketing, and ad platform tags. Google's own Tag Manager has a number of advantages, especially in those cases where a client will be managing their own code in the long

4 term (it's possible to define events with HTML access for example), or tags from a large number of sources will have to be installed. 2. ecommerce tracking If you want to actually see sales figures on an ecommerce site you'll have to go a little further. GA needs to know what a product is worth. Enable ecommerce tracking under Admin options for the account, and then add the tracking code ( to the cart and checkout. Should your site be on Magento or a similar well supported ecommerce package, all you'll have to do is click a few buttons to install the additional code. Once you've done this and allowed time for a few purchases to be made, check data is flowing properly by looking under Conversions => Ecommerce => Product Performance or Overview. 3. Cross domain tracking A good few sites have external shopping cart software or external booking engines. If so, there is another level of difficulty involved. Let's say the user starts on domain A, finds a product they like, and goes to check out. They'll actually be leaving domain A and going onto domain B (even if they don't realise that). Once the process is finished, they're usually popped back out onto domain A. Because of that session cookie, visitors returning within half an hour will only have one session counted (in theory). But unless both domain A and domain B are sharing cookie information, things are going to get messy. This often leads to Common Problem #2: All my sales are coming from the 'Direct' source Source = Direct could mean the user has a page bookmarked or they've typed in the URL. It could also mean that the visitor isn't being tracked properly or their source info has gotten lost along the way. To fix this, you'll need to set some extra code ( where visitors are leaving and entering the two domains. The same might apply if you've gotten funky with subdomains or iframes. The easiest way through simple cross domain or subdomain setup is to use the handy

5 tool at gaconfig.com brought to you by the good people at Raven Tools. 4. Filtering out your own footprints You might want to exclude traffic from your business IP (and/or your client's), especially when traffic is low and it'll have a significant statistical impact. The easiest way to do this is to set up a filter. Go to your Admin tab, then Filters. Add a new one and it'll give you a template to enter your IP address. Very simple. 5. Setting up goals Let's say your ultimate goal to get visitors through to a thank you page at the end of a checkout. Simple enough, but it's also worth defining the steps along the way (the goal funnel). This can provide handy conversion optimisation info if there is a sticking point where lots of people abandon their shopping cart, you need to know about it. Common problem #3: My goal has no data! Although goals don't require code changes (beyond the setup of the events that may define them) it's worth defining your goals early. Unlike Advanced Segments, goals and filters can't be applied retrospectively so you'll only get data from the point you set them up. Nothing will show up straight away. To get started, go to Admin, then the Goals tab. You can either use a page as the finishing line or use a usage metric like time on site. Goals can be verified after setup. This is always a good idea. 6. Tracking clicks out, downloads, and other events With a basic GA install, clicks out to external sites won't be recorded. The same goes for file

6 downloads and most other events. You'll need to track these explicitly. There are various ways to do it. These days Google recommends the track event method ( An older (and pleasingly simple) alternative is to generate a dummy pageview as below: <a href="/downloads/exampledoc.pdf" target="_blank" onclick= _gaq.push(['_trackpageview', '/downloads/exampledoc.pdf']); >Download Example</a> But this is no longer recommended best to use the new method unless there is a pressing reason not to. Consider setting up the following as events if they apply to your new site: Signup or registration Add an item to shopping cart Download a brochure Complete a contact form Open a contact form (the discrepancy between this and the previous one can be very informative) Click out to an affiliate Watch a video Log in Take care when naming events. It should be clear where the action was, and what happened. You can check your event data in Behaviour => Events after setup. 7. Fun with social media Clicks out to social hubs can be tracked as events. This is the simplest way to go but if your client is really interested in social media it's possible to go further. Take a look at the Acquisitions => Social section. This provides heaps of very useful data that can help quantify the real value of social media, but you will have to get some extra tracking ( in place.

7 Except for Google + and other Google properties. That's set up as standard. 8. Custom variables Google Analytics does allow an additional cookie to be set for the creation of a custom variable. This is commonly used to distinguish users with a paid account from those with free access to a particular service. The cookie is associated with a page only paid users see, and from that point the user is persistently identified with that characteristic. To get that cookie set, you'll have to add a line of code to the page in question, using the _setcustomvar method ( and the excellent Lunametrics post '20 ways to use custom variables' ( ways use custom variables/). 9. Linking accounts Letting GA talk to other Google services is also a good idea. The two you most want to link with Google Analytics are AdWords (if relevant) and Webmaster Tools. Linking with AdWords lets you see paid keyword, cost, and CTR data within Google Analytics, where detailed analysis is much easier, and linking with WMT brings in a whole host of potentially useful data on SERP impressions, CTR, and rankings. This is no substitute for your own rank tracking but it can provide some insight. You will need Admin level access to both accounts. For AdWords, start off inside the AdWords interface then go to My Account => Linked Accounts. You can link AdWords and WMT from there as well, to see organic and paid keyword data side by side. To link WMT and Google Analytics, open up the WMT interface and click Manage Site => Google Analytics property.

8 10. Dealing with (not provided) keywords As of late September 2013, Google signalled their intent to phase out organic keyword data. This means that the quantity of organic search traffic will still be given but the breakdown will not, for Google searches. It must be noted that Google has a market share in excess of 90% in the UK, so for many this will result in % of keyword data appearing as (not provided). However, some data can be retained. The easiest way to extract meaningful information from (not provided) data is to replace the hidden keyword with the landing page, from which it is often possible to infer a theme if not a precise keyword. The filter should be set up as follows: It does need to be applied at profile level, but only has to be built once for each account. Use the Add Existing Profile method for subsequent profiles. Note also that this filter will break ecommerce tracking, so for retailers it may be better left off or applied on a secondary profile. As a general rule, all filters should be tested on a new profile first anyway, to prevent loss or corrupted data. Organic keyword data is available through Google Webmaster Tools. Unfortunately, this is more of a snapshot of the recent past and current conditions. WMT does not allow for the long term

9 collection or comparison of organic keyword data. 11. Internal site search Tracking internal site searches can be really informative. It might highlight navigational problems or simply flag up something users want that isn't currently available on site, for example. To set this up, navigate to the appropriate profile and click Settings. Then you'll need to switch on site search, and specify the query parameter. You can find this by performing an internal search and examining the resulting URL. Making a search for 'searchterm' from the main Cardiff University site takes us to: ORID%3A9&ie=ISO &q=searchterm&optionsRadios=option1&siteurl= %2F&ref= ce%3dweb%26cd%3d1%26ved%3d0cdaqfjaa%26url%3dhttp%253a%252f%252fwww.car diff.ac.uk%252f%26ei%3dur5tuo ZI8iY0QWgsYC4Dw%26usg%3DAFQjCNFs9DT_PWCCyJ_ WcmyBB7iOgGLxbw%26sig2%3DHCcha1kS5LHI7MSFyt5viA%26bvm%3Dbv %2Cd. d2k&ss=2203j953981j10 There's the search term in purple, and the query term in red. This may vary from site to site. If you want to go a little further, you can set up search categories too. To view internal site search queries, go to Behaviour => Site Search => Overview.

10 12. Cleaning up default URL data If you've got / and /index.html with the same content, both will appear in Google Analytics page reports. This is a common setup issue and one that is easily solved. Select the appropriate profile from the Admin menu and then View Settings. Find the Default page box as below and enter the desired URL suffix. 13. Summary There is a lot a developer can do to extend and optimise a client's Google Analytics data. After ensuring that the base data is clean and tidy, the process should always start with considering what's really important. What does the site do is it intended to generate sales or leads, to deliver information or drive advertising revenue? What are the key performance indicators that should be measured is it all about revenue or downloads or signups or contacts? Answering those questions will tell you what you need to track, and hopefully the 12 possibilities above will have given you some ideas about how to get that data flowing into your client's GA account.

11 Web. Apps. Mobile. Social networking. Digital media is changing the world. We can get it working for you too. Can we help promote your business using search engine optimisation and digital marketing? Do you need training or advice on Google Analytics? If so, get in touch here: Contact us: Tel: +44 (0) Web: LinkedIn: Core Digital Everything

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

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

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

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 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

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

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

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

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

Simple SEO Success. Google Analytics & Google Webmaster Tools

Simple SEO Success. Google Analytics & Google Webmaster Tools Google Analytics & Google Webmaster Tools In this module we are going to be looking at 2 free tools and why they are essential when running any online business website. First of all you need to ensure

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 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

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

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 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

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

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 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

Google AdWords customers can see their Analytics data from inside their AdWords account

Google AdWords customers can see their Analytics data from inside their AdWords account Johannes Spruijt Free service offered by Google that generates detailed statistics about the visitors to a website. A premium version is also available for a fee. The product is aimed at marketers as opposed

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

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

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

Nonprofit Technology Collaboration. Web Analytics

Nonprofit Technology Collaboration. Web Analytics Web Analytics Contents What is Web Analytics?... 2 Why is Web Analytics Important?... 2 Google Analytics... 3 Using Major Metrics in Google Analytics... 6 Traffic Sources... 6 Visitor Loyalty... 9 Top

More information

We all need to be able to capture our profit generating keywords and understand what it is that is adding the most value to our business in 2014.

We all need to be able to capture our profit generating keywords and understand what it is that is adding the most value to our business in 2014. Running a business that uses the internet means that you need to understand and capture the information that drives traffic to your website and most importantly sales and Google Analytics provides this

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

Digital Marketing Training Institute

Digital Marketing Training Institute Our USP Live Training Expert Faculty Personalized Training Post Training Support Trusted Institute 5+ Years Experience Flexible Batches Certified Trainers Digital Marketing Training Institute Mumbai Branch:

More information

A Quick Start Guide On How To Promote Your Site Using Do It Myself SEO

A Quick Start Guide On How To Promote Your Site Using Do It Myself SEO A Quick Start Guide On How To Promote Your Site Using Do It Myself SEO Introduction Welcome to Do It Myself SEO, a set of tools for SEO, Social Media Analytics and Competitive Analysis. This platform boasts

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

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

How To Market Your Website Online

How To Market Your Website Online Internet marketing Corporate Training Program- Delhi School of Internet Marketing Under the training program all the trainees will not only be trained in internet marketing but they will be working on

More information

THE SEO MANIFESTO One Method To Outrank Them All. Proven To Work With

THE SEO MANIFESTO One Method To Outrank Them All. Proven To Work With THE SEO MANIFESTO One Method To Outrank Them All Proven To Work With Are You At The Top Of Google When Your Clients Look For You? The fact is, your clients are on Google looking for your products and services

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

MY DIGITAL PLAN MY DIGITAL PLAN BROCHURE

MY DIGITAL PLAN MY DIGITAL PLAN BROCHURE MY DIGITAL PLAN BROCHURE Digital Marketing Overview What is marketing? What is digital marketing and why is it required? Traditional marketing v/s Digital marketing How to do it? Visibility of my brand

More information

TheComplete GoogleAnalytics PowerUserGuide

TheComplete GoogleAnalytics PowerUserGuide TheComplete GoogleAnalytics PowerUserGuide 1 Introduction: Google Analytics (GA) can be a powerful tool. It can also be incredibly intimidating for new users. This guide is a compilation of VKI's Google

More information

Findability Consulting Services

Findability Consulting Services Findability Consulting Services In 2012, after twelve years of running the Findability Group, I was delighted to merge my firm with industry innovators Volume 9 Inc., who are now my exclusive referral

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

ADVANCE DIGITAL MARKETING VIDEO TRAINING COURSE. Page 1 of 34 www.experttraining.in Youtube.com/ViralJadhav viral@experttraining.

ADVANCE DIGITAL MARKETING VIDEO TRAINING COURSE. Page 1 of 34 www.experttraining.in Youtube.com/ViralJadhav viral@experttraining. ADVANCE DIGITAL MARKETING VIDEO TRAINING COURSE Page 1 of 34 www.experttraining.in Youtube.com/ViralJadhav viral@experttraining.in +91 9558821174 Who Can Join? Business Owners who want to attract more

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

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

Mailing List Growth Strategies. A guide to increasing the size of your mailing list. November 2012 Version 0.2

Mailing List Growth Strategies. A guide to increasing the size of your mailing list. November 2012 Version 0.2 Mailing List Growth Strategies A guide to increasing the size of your mailing list November 2012 Version 0.2 Contents Introduction... 3 Lightboxes... 4 Implementation advice... 6 Social Media... 8 Implementation

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

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

User Guide to the Content Analysis Tool

User Guide to the Content Analysis Tool User Guide to the Content Analysis Tool User Guide To The Content Analysis Tool 1 Contents Introduction... 3 Setting Up a New Job... 3 The Dashboard... 7 Job Queue... 8 Completed Jobs List... 8 Job Details

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

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

Mark E. Pruzansky MD. Local SEO Action Plan for. About your Local SEO Action Plan. Technical SEO. 301 Redirects. XML Sitemap. Robots.

Mark E. Pruzansky MD. Local SEO Action Plan for. About your Local SEO Action Plan. Technical SEO. 301 Redirects. XML Sitemap. Robots. Local SEO Action Plan for Mark E. Pruzansky MD Action Plan generated on 5 May 2013 About your Local SEO Action Plan This report contains a number of recommendations for correcting the issues and taking

More information

DIGITAL MARKETING TRAINING

DIGITAL MARKETING TRAINING DIGITAL MARKETING TRAINING Digital Marketing Basics Keywords Research and Analysis Basics of advertising What is Digital Media? Digital Media Vs. Traditional Media Benefits of Digital marketing Latest

More information

Small Business. Online Success. Google offers insights and tools to help your business grow.

Small Business. Online Success. Google offers insights and tools to help your business grow. Small Business. Online Success. Google offers insights and tools to help your business grow. Contents Introduction 5 The basics: Get online 6 Ready-made sites 6 Google Sites 7 The next step: Attract and

More information

How using Google Analytics can improve your website performance and social campaigns

How using Google Analytics can improve your website performance and social campaigns How using Google Analytics can improve your website performance and social campaigns How using Google Analytics can improve your website performance and social campaigns Google Analytics is undoubtedly

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

7 Tips to Boost Buyers Using Google Adwords & Analytics. Andrew R Edwards info@andrewredwards.com

7 Tips to Boost Buyers Using Google Adwords & Analytics. Andrew R Edwards info@andrewredwards.com 7 Tips to Boost Buyers Using Google Adwords & Analytics Andrew R Edwards info@andrewredwards.com About Me 9 Years Full Time Internet Marketing Google's advertising system in which advertisers bid on certain

More information

About Blue Sky Sessions

About Blue Sky Sessions Web Technologies Agenda About Blue Sky Sessions What We Do Web Development Application Development Search Engine Marketing Social Media Strategy Trends in Web Questions? About Blue Sky Sessions What We

More information

SOCIAL MEDIA ADVERTISING STRATEGIES THAT WORK

SOCIAL MEDIA ADVERTISING STRATEGIES THAT WORK SOCIAL MEDIA ADVERTISING STRATEGIES THAT WORK ABSTRACT» Social media advertising is a new and fast growing part of digital advertising. In this White Paper I'll present social media advertising trends,

More information

YOU MISS 100% OF THE SHOTS YOU NEVER TAKE. GET THE MARKETING EDUCATION YOU NEED TO SUCCEED. Delhi School Of Internet Marketing

YOU MISS 100% OF THE SHOTS YOU NEVER TAKE. GET THE MARKETING EDUCATION YOU NEED TO SUCCEED. Delhi School Of Internet Marketing YOU MISS 100% OF THE SHOTS YOU NEVER TAKE. GET THE MARKETING EDUCATION YOU NEED TO SUCCEED +91 84477 36668 INTERNET MARKETING TRAINING PROGRAM We Deliver Knowledge To Help You Win Theory Practical Assignment

More information

Ecommerce and PayPal Shopping Cart

Ecommerce and PayPal Shopping Cart 1 of 5 Ecommerce and PayPal Shopping Cart NOTE: If you do not see the "SETTINGS" tab at the top of your editor and you need to make a change or add shopping cart functionality, please send a request to

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

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

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

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

Free Website By Weebly Site & Weebly SEO

Free Website By Weebly Site & Weebly SEO Free Website By Weebly Site & Weebly SEO Weebly is the one of the most easiest CMS platform that you can start own online business within a second. You can build a free website. This pdf file will discuss

More information

an introduction to Google Analytics for ecommerce Thomas Holmes

an introduction to Google Analytics for ecommerce Thomas Holmes an introduction to Google Analytics for ecommerce Thomas Holmes An introduction to Google Analytics for ecommerce by Thomas Holmes Published in 2013 by Thomas Holmes 5 rue St. Côme, 34000 Montpellier,

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

succeed ONLINE Pay Per Click Directing Your Market Towards Goal Fulfillment Definitive Guide

succeed ONLINE Pay Per Click Directing Your Market Towards Goal Fulfillment Definitive Guide Pay Per Click Directing Your Market Towards Goal Fulfillment Definitive Guide Table of Contents succeed ONLINE I. Introduction - Page 2 II. PPC Campaign Management - Page 2 III. Funnels Optimization -

More information

1. Link Building 2. Site Content 3. Advertising 4. Email Marketing 5. Viral Marketing 6. Affiliate Marketing 7. Search Engine Optimization 8.

1. Link Building 2. Site Content 3. Advertising 4. Email Marketing 5. Viral Marketing 6. Affiliate Marketing 7. Search Engine Optimization 8. 1. Link Building 2. Site Content 3. Advertising 4. Email Marketing 5. Viral Marketing 6. Affiliate Marketing 7. Search Engine Optimization 8. Landing Page Optimization LINK BUILDING & SITE CONTENT I m

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

How To Understand Your Online Marketing Program

How To Understand Your Online Marketing Program Online Analytics Best Practices Nick Guebhard and Chris Adams RTONZ Online Marketing Program Facilitated by: Miles Media Program Facilitated by: Session Summary RTONZ Online Marketing Program 1. Results

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

Search Engine Optimisation: Keys to Success

Search Engine Optimisation: Keys to Success Search Engine Optimisation: Keys to Success David Lakins info@keymultimedia.co.uk www.keymultimedia.co.uk/seminars Follow me: twitter.com/davidlakins About Key Multimedia Founded in 2007 Based in Poundbury,

More information

VIDEO TRANSCRIPT: Content Marketing Analyzing Your Efforts 1. Content Marketing - Analyzing Your Efforts:

VIDEO TRANSCRIPT: Content Marketing Analyzing Your Efforts 1. Content Marketing - Analyzing Your Efforts: VIDEO TRANSCRIPT: Content Marketing Analyzing Your Efforts 1 Content Marketing - Analyzing Your Efforts: This is a transcript of a presentation originally given live at the Growth Powered by Risdall Fall

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

Look in the top right of the screen and located the "Create an Account" button.

Look in the top right of the screen and located the Create an Account button. Create an Account Creating a Google Analytics account is a simple but important step in the process of creating your stores. To start the process visit the Google Analytics homepage: http://www.google.com/analytics/

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

Internet Marketing Career Point. Boost your Career. Comprehensive Digital Marketing Training Program

Internet Marketing Career Point. Boost your Career. Comprehensive Digital Marketing Training Program Internet Marketing Career Point Boost your Career Comprehensive Digital Marketing Training Program Key Features of the Course PRACTICAL EXPOSURE WITH ASSIGNMENTS IMCP CERTIFICATE WITH GRADES AFTER FINAL

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

GOOGLE AUTHORSHIP IS DEAD

GOOGLE AUTHORSHIP IS DEAD BEST PRACTICES TO IMPLEMENT HTTPS FOR SEO GOOGLE AUTHORSHIP IS DEAD SEARCHMETRICS RELEASED SEO RANKING FACTORS FOR 2014: IS CONTENT REALLY THE KING NOW? TWITTER WITH ANOTHER EFFECTIVE HELPING TOOL - TWEET

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

8 illegitimate reasons for discrepancies between AdWords and Google Analytics conversions

8 illegitimate reasons for discrepancies between AdWords and Google Analytics conversions 8 illegitimate reasons for discrepancies between AdWords and Google Analytics conversions If you are an experienced AdWords advertiser, you probably have familiarity with AdWords conversion tracking code.

More information

Insights and ROI from your paid ads by using UTM tags to AdWords campaigns in WOW Analytics.

Insights and ROI from your paid ads by using UTM tags to AdWords campaigns in WOW Analytics. Insights and ROI from your paid ads by using UTM tags to AdWords campaigns in WOW Analytics. Insights and ROI from your paid ads You could spend thousands of pounds on you paid ads in Google AdWords, Bing

More information

GUIDE TO GOOGLE ADWORDS

GUIDE TO GOOGLE ADWORDS GUIDE TO GOOGLE ADWORDS How to use Google Adwords to drive relevant traffic to your website 2 April 2012 Version 1.0 Contents Contents 2 Introduction 4 Skill Level 4 Terminology 4 Video Tutorials 5 What

More information

YOUR FIRST WEBSITE 5 EASY STEPS WEBSITE QUICKSTART

YOUR FIRST WEBSITE 5 EASY STEPS WEBSITE QUICKSTART YOUR FIRST WEBSITE WEBSITE QUICKSTART 5 EASY STEPS Anyone can do to get their first website up and running with wordpress the right way in just a few minutes. 5 STEPS TO YOUR FIRST WEBSITE WAVE NETWORKS

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

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

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

The Marketing Manager s Ultimate Cheat Sheet for Google Analytics

The Marketing Manager s Ultimate Cheat Sheet for Google Analytics The Marketing Manager s Ultimate Cheat Sheet for Google Analytics The 10 Numbers You Need to Know So You Can Understand Your Web Traffic At A Glance. Why are we writing this guide? significant percentage

More information

Benefits of using Marketing Automation Software as part of your content marketing strategy

Benefits of using Marketing Automation Software as part of your content marketing strategy Benefits of using Marketing Automation Software as part of your content marketing strategy Ann Stanley Managing Director of Anicca Digital @AnnStanley @aniccadigital #ecommercial15 Our brands Generating

More information

A SIMPLE GUIDE TO PAID SEARCH (PPC)

A SIMPLE GUIDE TO PAID SEARCH (PPC) A SIMPLE GUIDE TO PAID SEARCH (PPC) A jargon-busting introduction to how paid search can help you to achieve your business goals ebook 1 Contents 1 // What is paid search? 03 2 // Business goals 05 3 //

More information

Skills for Employment Investment Project (SEIP)

Skills for Employment Investment Project (SEIP) Skills for Employment Investment Project (SEIP) Standards/ Curriculum Format for Affiliate & E-Commerce 1 Course Structure and Requirements Course Title: Affiliate & E-commerce Course Objectives: a) This

More information

ISBI CONFERENCE 2015 - GOOGLE ANALYTICS PRESENTATION ADDITIONAL NOTES

ISBI CONFERENCE 2015 - GOOGLE ANALYTICS PRESENTATION ADDITIONAL NOTES Telephone: 0780 676 4868. Fax: +44 (0) 700 6026 062. www.clickrecruitenrol.com E-mail: training@omtac.com ISBI CONFERENCE 2015 - GOOGLE ANALYTICS PRESENTATION ADDITIONAL NOTES Thank you for attending the

More information

Google AdWords Audit. Prepared for: [Client Name] By Jordan Consulting Group Ltd. www.jordanconsultinggroup.com

Google AdWords Audit. Prepared for: [Client Name] By Jordan Consulting Group Ltd. www.jordanconsultinggroup.com Audit Prepared for: [Client Name] By Jordan Consulting Group Ltd www.jordanconsultinggroup.com Table Of Contents AdWords ROI Statistics for 2013 3 AdWords ROI Statistics for 2013 (Continued) 4 Audit Findings

More information

Zeeblio Reviewer's Guide

Zeeblio Reviewer's Guide Zeeblio Reviewer's Guide Table of Contents Overview... 1 ABOUT THIS GUIDE... 1 HOW TO USE THIS GUIDE... 1 ABOUT LYCOS, INC.... 1 Introducing Zeeblio... 2 ZEEBLIO OVERVIEW... 2 ZEEBLIO MEDIA MANAGER...

More information

Web Development QUESTIONNAIRE. Version: 1.0 BIG!

Web Development QUESTIONNAIRE. Version: 1.0 BIG! Web Development QUESTIONNAIRE Version: 1.0 BIG! TABLE OF CONTENTS 1. Client Details... 3 2. Basic Site Info... 4 3. Site Layout and Design... 6 4. Public Features... 7 5. Admin Features...8 6. Ecommerce

More information

Search Engine Optimization

Search Engine Optimization Search Engine Optimization The Basic Facts Every Small Business Owner Should Know RICK EISENBART Contents 1. Introduction - Why Should You Care About SEO?...1 2. Search Engine Optimization Defined...3

More information

THE SME S GUIDE TO COST-EFFECTIVE WEBSITE MARKETING

THE SME S GUIDE TO COST-EFFECTIVE WEBSITE MARKETING THE SME S GUIDE TO COST-EFFECTIVE WEBSITE MARKETING Learn how to set your website up to convert visitors into sales and drive traffic to your website using online advertising. A publication by: Introduction

More information

graphical Systems for Website Design

graphical Systems for Website Design 2005 Linux Web Host. All rights reserved. The content of this manual is furnished under license and may be used or copied only in accordance with this license. No part of this publication may be reproduced,

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

COMPLETE ONLINE MARKETING SOLUTION. Friday, 21 September 12

COMPLETE ONLINE MARKETING SOLUTION. Friday, 21 September 12 COMPLETE ONLINE MARKETING SOLUTION ABOUT ROCKETFISH We have been providing exceptional results for over 10 years We have the only full end to end solution specifically for SME s Offices in Manchester &

More information

The Ultimate Guide to Magento SEO Part 1: Basic website setup

The Ultimate Guide to Magento SEO Part 1: Basic website setup The Ultimate Guide to Magento SEO Part 1: Basic website setup Jason Millward http://www.jasonmillward.com jason@jasonmillward.com Published November 2014 All rights reserved. No part of this publication

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

Evaluating the impact of research online with Google Analytics

Evaluating the impact of research online with Google Analytics Public Engagement with Research Online Evaluating the impact of research online with Google Analytics The web provides extensive opportunities for raising awareness and discussion of research findings

More information

Google Analytics for Government Second Edition

Google Analytics for Government Second Edition Google Analytics for Government Second Edition By Sarah Kaczmarek, May 2014 GOOGLE ANALYTICS FOR GOVERNMENT Second Edition Table of Contents PART 1: INTRODUCTION... 2 WELCOME TO THE SECOND EDITION OF GOOGLE

More information