A/B Tests in Google Analytics To Make UI Decisions

Size: px
Start display at page:

Download "A/B Tests in Google Analytics To Make UI Decisions"

Transcription

1 A/B Tests in Google Analytics To Make UI Decisions

2 Who do you think you are!? David Schlotfeldt Co-owner of Plaudit Design

3 What s this about? A/B Tests in Google Analytics to Make UI Decisions First, a couple comments on the title... Applicable beyond UI - making any decisions you can test on your website (e.g. price of a product) A/B but beyond A and B to allow for many variations

4 Covered in This Presentation What AB Tests Are Running an Experiment Howto Setup an Experiment in GA Reading Results of an Experiment During and After

5 What AB Tests Are

6 Explaining, by explaining why Modified questions on contact form

7 Why an increase? Because my form change frickin rocked!!..or We are in a seasonal industry Sales department picked up involvement in expos Started a large social marketing campaign Many reasons! If we could see what would have happened if we didn t make the change...

8 Same blue line... Modified questions on contact form

9 AB Tests Allow you to compare with to without Split users into the control group (they see the original) and those who will see changes (variations) Isolate the effects of the change Everything beyond the change we care to measure modifies the results of each segment equally.

10 Types of Tests A/B - Testing two variations of a page. Multivariate - Testing various combinations of components on a single page e.g. 5 different images x 4 different headlines = 20 variations A/B/N - Testing two or more variations of a page. == A/B/N model == Experiments

11 Running an Experiment

12 Example Will be using a real example throughout this presentation AB test selected because it is: Recent Small Perfect for after presentation group discussion

13 Example Goal: Increase sales leads Metric: Online contact form submissions Identified: A low number of users who view the first step of the contact form move on to the second step

14

15

16 ... Continued We believe the first step is overwhelming users. It contains a large number of options and each has a paragraph explanation. Hypothesis: If we simplify and decrease the number of options a user chooses between at any given time then form submissions will increase.

17 Steps to running an experiment: Plan Create Variations Configure Experiment Let it Run Analyze Results

18 1) Plan

19 What variations will be tested? Original always one variation When testing multiple changes at once attempt to have a variation per combination How many variations? Consider how long you want the experiment to run for and the traffic available when selecting number of variations. Up to 10 variations per experiment in Google Analytics (According to docs but you can configure 35 + the original.)

20 How to evaluate? We ll expand on the following as we walk through configuring an experiment. Need to decide: Metric that will be used to evaluate the results Page viewed, session duration, bounce, etc. Percentage of traffic to include in the experiment Distribute traffic evenly across variants (yes or no) Control length of experiment: Specify minimum time the experiment will run Minimum confidence threshold to be achieved before GA declares a winner

21 Our Example Evaluate: Increase contact form submissions Variations Variation 1 - Present options in multiple steps and remove descriptions. Doing so we believe users won t become overwhelmed and their level of commitment will increase with each selection they make. NOTE: Ideally we would have ran multiple variations to test multiple changes, but as noted earlier multiple variations increases timeline and best to minimize changes per variation.

22

23

24 2) Create Variations

25 Develop the Variations HTML, CSS, blah, tech stuff, blah Each variation will either be Their own page Differences contained on one page Which approach you use depends on how you integrate (More on this later)

26 3) Configure Experiment

27 Create Experiment Login Reports (Top) Behavior > Experiments (Left side) Click Create experiment (Right side)

28

29

30 Percentage of users to include in experiment. Those not included will see the original. When deciding consider: Volume of traffic to page Number of variation Riskiness of the changes

31

32 Multi-armed bandit experiments Distribute traffic evenly across all variants off by default on GA does not adjust traffic dynamically based on variation performance GA uses multi-armed bandit for experiments which has the goal of finding best performing and adjust distribution of users as experiment progresses Twice per day adjusts the fraction of traffic that each variation will receive going forward. Adjustments made using a statistical formula that considers sample size and performance metrics together. You benefit by traffic being moved towards winning variations gradually, instead of having to wait for a "final answer"

33 Multi-armed bandit experiments

34

35 Two Options Options presented are: 1. Manually insert the code 2. Send the code to webmaster These options are: Easy to implement Simply copy and paste Javascript Code will select a variation for each user and redirect them to the URL of the variation.

36 Oh wait! There are two more options! Additional options not presented in wizard Both require programming Both do not redirect to a separate page URL fields for variations can be fake. E.g. 1.com, 2. com. Validation errors can be safely ignored Both are more involved so I m only introducing them here.

37 Option 3: Javascript API Client Side Advanced Javascript Implementation <!-- Load the Content Experiment JavaScript API client for the experiment --> <script src="// <script> // Ask Google Analytics which variation to show the user. var chosenvariation = cxapi.choosevariation(); </script> More Info: com/analytics/solutions/experiments-client-side

38 Option 4 : Server Side Requires backend coding - PHP, Java,. net, etc. (Google provides great documentation on exactly how to code this.) No delay/flash in page load/initialization waiting for JS Able to test more - e.g. change price of a product

39 Option 4 : Server Side 1. Store and Refresh - Periodically update local data about experiments 2. Choose Variation a. For the current user interaction (e.g. pageview), is there an experiment running? b. Has the user been previously exposed to this experiment? c. Should the user be included in the experiment? d. Choose a variation for the user 3. Send experiment and select variation to Google Analytics (Normally injecting JavaScript into the page) More Info: experiments-server-side

40 4) Let it Run

41 Let it run! Last step of wizard: Click Start Experiment Automatically stops when clear winner or hits 3 months max List of Running Experiments: View of an Experiment:...

42 View of an experiment

43 Once start you can modify Name of experiment and variation pages Percentage of users in the experiment pages If notifications are sent Variations can be disabled. e.g. If you feel one of your variations is clearly under performing. Will shorten experiment since more users split between less variations. Stop an experiment. Keep in mind it cannot be restarted

44 5) Analyze Results

45 It finished! (Or you got tired of waiting ) Now what? Original page only - Users will no longer be presented variations Best variations - If a variation won, modify the site If variations existed at different URLs, set up permanent redirects to new page for those who bookmarked a variation Run another test! With more insight from that experiment consider running a new one for additional improvement

46 Analyzing Beyond Who Won Create segment to analyze behavior of the users who were served a specific variation Can use segment to analyze and compare any report in Google Analytics How they used the site: Behavior reports (e.g. Users Flow, Behavior Flow, etc) How they found the site: Acquisition reports (e.g. Channels, AdWords, etc) More Information: com/analytics/answer/ ?hl=en&ref_topic=

47 Wrapping Up The Preso

48 Summary Experiments allow you to isolate the effect of changes Google Analytics uses A/B/N model The process to running an experiment: 1. Plan a. What variations will be tested? b. How to evaluate? 2. Create Variations a. Development 3. Configure Experiment a. Setup in Google Analytics b. Configure on site with four potential approaches i. Manually insert the code ii. Send the code to webmaster iii. Javascript API Client Side iv. Server Side <-- My preference 4. Let it Run a. Watch reports. b. Modify if needed including disabling variations. 5. Analyze Results a. Put winner in place. b. Use segments to further analyze

49 Critique - Room for improvement! What changes could be tested in the next experiment to further improve conversions? Process 1. In small groups brainstorm ideas 2. Share ideas with the larger group 3. As a group select top ideas 4. Define variations

50 The end! Until next time

A/B Testing Overview

A/B Testing Overview A/B Testing Overview A/B Testing (also known as Split testing) defines a way to compare two versions of an application or a web page that enables you to determine which one performs better. It is one of

More information

Analyzing Google Analytics

Analyzing Google Analytics May 2018 Analyzing Google Analytics 1. Primary & Secondary Dimensions 2. Bounce Rate & Other Data Definitions 3. Events 4. Goals 5. Help & Training Difference Between Dimensions & Metrics Primary Dimensions

More information

John Biancamano Inbound Digital LLC InboundDigital.net

John Biancamano Inbound Digital LLC InboundDigital.net John Biancamano Inbound Digital LLC 609.865.7994 InboundDigital.net About Me Owner of Inbound Digital, LLC digital marketing consulting and training: websites, SEO, advertising, and social media. Senior

More information

Optimize Online Testing for Site Optimization: 101. White Paper. White Paper Webtrends 2014 Webtrends, Inc. All Rights Reserved

Optimize Online Testing for Site Optimization: 101. White Paper. White Paper Webtrends 2014 Webtrends, Inc. All Rights Reserved Optimize Online Testing for Site Optimization: 101 White Paper Overview Understanding the differences between A/B and multivariate testing helps marketers select the proper method for reaching optimization

More information

TRACKING YOUR WEBSITE WITH GOOGLE ANALYTICS CHRIS EDWARDS

TRACKING YOUR WEBSITE WITH GOOGLE ANALYTICS CHRIS EDWARDS TRACKING YOUR WEBSITE WITH GOOGLE ANALYTICS CHRIS EDWARDS Hi, I am Chris Edwards Data Nerd & Agency Owner Website Developer 18 years WordPress Developer 6 years Google Analytics 13 years Digital Marketer/SEO

More information

Rochester Regional Library Council

Rochester Regional Library Council Rochester Regional Library Council Google Analytics Training 1/23/17 Introduction Matt Weaver Digital Director Mason Digital, LLC Mason Digital is an official Google Agency Partner Google Analytics and

More information

Google Analytics Basics. John Sammon CEO, Sixth City Marketing

Google Analytics Basics. John Sammon CEO, Sixth City Marketing Google Analytics Basics John Sammon CEO, Sixth City Marketing john@sixthcitymarketing.com About Sixth City Marketing Advertising agency specializing in internet marketing Mission is to help client s achieve

More information

Setup Google Analytics

Setup Google Analytics Setup Google Analytics 1.1 Sign Up Google Analytics 1. Once you have a Google account, you can go to Google Analytics (https://analytics.google.com) and click the Sign into Google Analytics button. You

More information

How to Use. Analytics

How to Use. Analytics How to Use Analytics Why Measure the Web? To Understand What is or isn t Working To Fix things That Aren t Working To Improve Results To Calculate Value To Justify and Encourage Investment To Dominate

More information

Google Analytics. Tips & Tricks for Your Business. Interactive Marketing Summit. Laurel Highlands Visitor Bureau

Google Analytics. Tips & Tricks for Your Business. Interactive Marketing Summit. Laurel Highlands Visitor Bureau Google Analytics Tips & Tricks for Your Business Session Topics: 1. Getting to know the dashboard 2. Metrics and dimensions 3. What reports to use 4. User tips to segment your data 5. Tracking your paid

More information

VIDEO 1: WHY IS SEGMENTATION IMPORTANT WITH SMART CONTENT?

VIDEO 1: WHY IS SEGMENTATION IMPORTANT WITH SMART CONTENT? VIDEO 1: WHY IS SEGMENTATION IMPORTANT WITH SMART CONTENT? Hi there! I m Angela with HubSpot Academy. This class is going to teach you all about planning content for different segmentations of users. Segmentation

More information

Data Feeds Traffic Setup Instructions

Data Feeds Traffic Setup Instructions Data Feeds Traffic Setup Instructions In this document we ll first cover data feeds and traffic, then we ll cover actual setup. Data feeds are simple to find and simple to setup. They are also often less

More information

Google Analytics Health Check Checklist: Property Settings

Google Analytics Health Check Checklist: Property Settings Google Analytics Health Check Checklist: Property Settings One of the reasons Next Steps Digital exists is because we not only want to dispel common misconceptions about Google Analytics (and everything

More information

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA?

VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? VIDEO 2: HOW DO YOU CREATE A SMART CTA? VIDEO 1: WHAT ARE THE SMART CONTENT TOOLS? Hello again! I m Angela with HubSpot Academy. Now that you have a contextual marketing strategy in place with segmentation and personalization, you re ready to

More information

I N D E X GOOGLE DROPS KEYWORD TOOL. REPLACES IT WITH KEYWORD PLANNER BENEFITS OF GUEST BLOGGING FOR SEO

I N D E X GOOGLE DROPS KEYWORD TOOL. REPLACES IT WITH KEYWORD PLANNER BENEFITS OF GUEST BLOGGING FOR SEO I N D E X 01 02 03 04 05 GOOGLE DROPS KEYWORD TOOL. REPLACES IT WITH KEYWORD PLANNER BENEFITS OF GUEST BLOGGING FOR SEO GOOGLE INTRODUCES MANUAL PENALTY REPORTING IN WEBMASTER TOOLS ANALYZE AND OPTIMIZE

More information

The MailNinja 7-Step Success Formula For Sending Lead Generating Campaigns

The MailNinja 7-Step Success Formula For Sending Lead Generating  Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns The MailNinja 7-Step Success Formula For Sending Lead Generating Email Campaigns Over the past 10 years we ve perfected

More information

Beacon Catalog. Categories:

Beacon Catalog. Categories: Beacon Catalog Find the Data Beacons you need to build Custom Dashboards to answer your most pressing digital marketing questions, enable you to drill down for more detailed analysis and provide the data,

More information

How To Set Up Your First Google Analytics Dashboard - SkiftEDU Skift

How To Set Up Your First Google Analytics Dashboard - SkiftEDU Skift pagina 1 van 10 HOW-TOS GOOGLE TOOLS Editor s Note: As we are building our SkiftEDU service for marketers and SMBs in travel, we recently launched a new initiative: our new weekly series on digital marketing

More information

Top 3 Marketing Metrics You Should Measure in Google Analytics

Top 3 Marketing Metrics You Should Measure in Google Analytics Top 3 Marketing Metrics You Should Measure in Google Analytics Presented By Table of Contents Overview 3 How to Use This Knowledge Brief 3 Metric to Measure: Traffic 4 Direct (Acquisition > All Traffic

More information

Omni-Channel for Administrators

Omni-Channel for Administrators Omni-Channel for Administrators Salesforce, Summer 18 @salesforcedocs Last updated: August 16, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

CarCareCONNECT. Boost Performance, Grow Your Shop! Your guide to improving your online brand

CarCareCONNECT. Boost Performance, Grow Your Shop! Your guide to improving your online brand CarCareCONNECT Boost Performance, Grow Your Shop! Your guide to improving your online brand ABOUT US YOUR MARKETING PLAN TABLE OF CONTENTS WHAT TO EXPECT PERSONALIZE YOUR WEBSITE LAUNCH YOUR WEBSITE MARKETING

More information

Using Web Analytics Tools to Improve Your Website s User Experience

Using Web Analytics Tools to Improve Your Website s User Experience Using Web Analytics Tools to Improve Your Website s User Experience Agenda 1. What is UX? 2. Is Your Website Meeting Users Expectations? 3. Is Your Website Meeting Your Organization s Expectations? 4.

More information

Google Analytics for Sellers

Google Analytics for Sellers Google Analytics for Sellers What we will cover 1 Setting up Google Analytics for Sellers 2 But first, the disclaimers 3 Navigating through Google Analytics 4 What is the traffic to my shop & items? 5

More information

Google Analytics. Gain insight into your users. How To Digital Guide 1

Google Analytics. Gain insight into your users. How To Digital Guide 1 Google Analytics Gain insight into your users How To Digital Guide 1 Table of Content What is Google Analytics... 3 Before you get started.. 4 The ABC of Analytics... 5 Audience... 6 Behaviour... 7 Acquisition...

More information

Keyword Conversion Tracking Demystified. By Amir Darwish

Keyword Conversion Tracking Demystified. By Amir Darwish Keyword Conversion Tracking Demystified By Amir Darwish Disclaimer: This ebook is for educational and information purposes only. In no way may will I be liable for any damages whatsoever that you incur

More information

Google Analytics. powerful simplicity, practical insight

Google Analytics. powerful simplicity, practical insight Google Analytics powerful simplicity, practical insight 1 Overview Google Analytics Improve your site and increase marketing ROI Free, hosted web analytics service View over 80+ reports online, for download,

More information

Why Google Analytics?

Why Google Analytics? 5 Ways to Use Google Google s Enhanced Analytics for CRO That You Haven't Thought Of Campaigns - 5 things you need to know What the AdWords Update Means for Your Paid Search Strategy 5 Ways to Use Google

More information

Google Analytics: Part 3

Google Analytics: Part 3 Attract Shoppers Google Analytics: Part 3 In this lesson, you will learn about: How to use Site Search Tracking How to view your Google Adwords Statistics Valuable ecommerce metrics to watch Tips and tricks

More information

CONVERSION TRACKING PIXEL GUIDE

CONVERSION TRACKING PIXEL GUIDE Conversion Tracking Pixel Guide A Step By Step Guide to Installing a conversion tracking pixel for your next Facebook ad. Go beyond clicks, and know who s converting. PRESENTED BY JULIE LOWE OF SOCIALLY

More information

Google Analytics Certification Exam Answers by SEO planner. 1. Which of these is NOT a benefit of Remarketing in Google Analytics?

Google Analytics Certification Exam Answers by SEO planner. 1. Which of these is NOT a benefit of Remarketing in Google Analytics? Google Analytics Certification Exam Answers by SEO planner 1. Which of these is NOT a benefit of Remarketing in Google Analytics? Create remarketing lists based on custom segments and targets Allow customers

More information

LEARNING & DEVELOPMENT

LEARNING & DEVELOPMENT LEARNING & DEVELOPMENT LEARNING & DEVELOPMENT At TERMINALFOUR we aim to continually support our clients as they strive to realize their online visions. It is our ambition to help our clients optimize their

More information

ADVANCED DIGITAL MARKETING COURSE

ADVANCED DIGITAL MARKETING COURSE ADVANCED DIGITAL MARKETING COURSE Master the Art of Digital Introduction to Digital marketing PPC MARKETING (Google Adwords) Website designing Introduction Display Advertising Search Engine Optimization

More information

google SEO UpdatE the RiSE Of NOt provided and hummingbird october 2013

google SEO UpdatE the RiSE Of NOt provided and hummingbird october 2013 google SEO Update The Rise of Not Provided and Hummingbird October 2013 Lead contributors David Freeman Head of SEO Havas Media UK david.freeman@havasmedia.com Winston Burton VP, Director of SEO Havas

More information

All-In-One-Designer SEO Handbook

All-In-One-Designer SEO Handbook All-In-One-Designer SEO Handbook Introduction To increase the visibility of the e-store to potential buyers, there are some techniques that a website admin can implement through the admin panel to enhance

More information

** Pre-Sell Page Secrets **

** Pre-Sell Page Secrets ** ** Pre-Sell Page Secrets ** Page 1 - CommissionBlueprint.com 2008 Introduction Using a pre-sell page is a highly effective tactic that can be used in almost any market to motivate a visitor into purchasing

More information

Google Analytics on Steroids New Features & What You Need to Know

Google Analytics on Steroids New Features & What You Need to Know Google Analytics on Steroids New Features & What You Need to Know Jim Snyder, Web Analytics Practice Lead at Empirical Path Preston Parshall Point It October 10, 2012 Presentation Agenda Launched in April

More information

LANDING PAGES THAT CONVERT WITH ANNA TALERICO, EVP, ION INTERACTIVE

LANDING PAGES THAT CONVERT WITH ANNA TALERICO, EVP, ION INTERACTIVE LANDING PAGES THAT CONVERT WITH ANNA TALERICO, EVP, ION INTERACTIVE Event Marketing Certificate Webinar Series: Email Marketing and Conversion 7 November, 2012 1 TODAY S SPEAKERS Moderator Guest Speakers

More information

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE

FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE FIGURING OUT WHAT MATTERS, WHAT DOESN T, AND WHY YOU SHOULD CARE CONTENTFAC.COM As an FYI, this document is designed to go along with our video by the same name. If you haven t checked that out yet, you

More information

DIGITAL MARKETING Your revolution starts here

DIGITAL MARKETING Your revolution starts here DIGITAL MARKETING Your revolution starts here Course Highlights Online Marketing Introduction to Online Search. Understanding How Search Engines Work. Understanding Google Page Rank. Introduction to Search

More information

Google Analytics Reference Guide

Google Analytics Reference Guide Google Analytics Reference Guide Updated: December 2017 Process for Gaining Access to Google Analytics 1. You will need to create a generic department email, such as cmich_ucomm@gmail.com. This can be

More information

Once the Google Analytics reports are loaded you will have the following tabs: Traffic Overview, Top Pages, Referrers, Devices, and Locations.

Once the Google Analytics reports are loaded you will have the following tabs: Traffic Overview, Top Pages, Referrers, Devices, and Locations. Google Analytics for Websites The Google Analytics tab in the top tool bar of your website will allow you to view the Google Analytics for your website. Login to your website and select the Google Analytics

More information

Dynamic Number Insertion Quick Start Guide

Dynamic Number Insertion Quick Start Guide Dynamic Number Insertion Quick Start Guide March 2018 (800) 242-1690 About Dynamic Number Insertion (DNI) The purpose of this quick-start guide is to walk you through the steps required to dynamically

More information

WIKISYS TECHNOLOGY INTERNSHIP PROGRAM

WIKISYS TECHNOLOGY INTERNSHIP PROGRAM WIKISYS TECHNOLOGY INTERNSHIP PROGRAM WEB DESGINING Create layout Design Photoshop Html 5 CSS 3 Responsive Website Bootstrap GIF Animation Flash Dreamweaver Java Script JQuery FTP File Uploading Print

More information

ACTIONABLE ANALYTICS: DATA-DRIVEN, DECISION MAKING TO ATTAIN YOUR BUSINESS OBJECTIVES

ACTIONABLE ANALYTICS: DATA-DRIVEN, DECISION MAKING TO ATTAIN YOUR BUSINESS OBJECTIVES PRE-CONFERENCE WORKBOOK ACTIONABLE ANALYTICS: DATA-DRIVEN, DECISION MAKING TO ATTAIN YOUR BUSINESS OBJECTIVES Thom Craver Senior SEO Analyst, CBS Interactive TABLE OF CONTENTS 4 5 6 7 8 9 9 10 11 11 12

More information

How to Setup & Use the Direct Traffic Features in CPV Lab

How to Setup & Use the Direct Traffic Features in CPV Lab How to Setup & Use the Direct Traffic Features in CPV Lab Tracking Direct Traffic (Organic, Links, etc.) Direct Traffic are visitors that arrive at your landing pages without going through the campaign

More information

Getting Started With Google Analytics Detailed Beginner s Guide

Getting Started With Google Analytics Detailed Beginner s Guide Getting Started With Google Analytics Detailed Beginner s Guide Copyright 2009-2016 FATbit - All rights reserved. The number of active websites on the internet could exceed the billionth mark by the end

More information

understanding media metrics WEB METRICS Basics for Journalists FIRST IN A SERIES

understanding media metrics WEB METRICS Basics for Journalists FIRST IN A SERIES understanding media metrics WEB METRICS Basics for Journalists FIRST IN A SERIES Contents p 1 p 3 p 3 Introduction Basic Questions about Your Website Getting Started: Overall, how is our website doing?

More information

What is Google Analytics? What Can You Learn From Google Analytics? How Can Google Analytics Help Your Business? Agenda

What is Google Analytics? What Can You Learn From Google Analytics? How Can Google Analytics Help Your Business? Agenda What is Google Analytics? What Can You Learn From Google Analytics? How Can Google Analytics Help Your Business? Agenda Google Analytics Google Analytics is a service offered by Google that generates detailed

More information

Web Analytics - Introduction

Web Analytics - Introduction Web Analytics - Introduction What is Web Analytics? Web Analytics is the methodological study of online/offline patterns and trends. It is a technique that you can employ to collect, measure, report, and

More information

2018 SEO CHECKLIST. Use this checklist to ensure that you are optimizing your website by following these best practices.

2018 SEO CHECKLIST. Use this checklist to ensure that you are optimizing your website by following these best practices. 2018 SEO CHECKLIST Your website should be optimized to serve your users. This checklist gives you the best practices for Search Engine Optimization (SEO) whether you are a freelancer, small business, SEO

More information

Google Tag Manager GUIDE. Total Completion Time Pros: 37 min 1hr 52 min Beginners: +4 hrs. blitzmetrics.com Google Tag Manager V2.

Google Tag Manager GUIDE. Total Completion Time Pros: 37 min 1hr 52 min Beginners: +4 hrs. blitzmetrics.com Google Tag Manager V2. Google Tag Manager GUIDE Total Completion Time Pros: 37 min 1hr 52 min Beginners: +4 hrs Google Tag Manager Creating Your Google Tag Manager Account Steps 1-4 take 5 minutes. Step 5 can take 1 hour. Setting

More information

What we can do for you

What we can do for you What we can do for you 2016 info@tjs.co.uk 01507 525 500 Contents 3 4 5 6 7 8 9 5 Elements of Digital Marketing Google Analytics Search Engine Optimisation Pay Per Click Advertising Email Marketing Print

More information

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation

The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? A-Z of Digital Marketing Translation The Ultimate Digital Marketing Glossary (A-Z) what does it all mean? In our experience, we find we can get over-excited when talking to clients or family or friends and sometimes we forget that not everyone

More information

SEO: SEARCH ENGINE OPTIMISATION

SEO: SEARCH ENGINE OPTIMISATION SEO: SEARCH ENGINE OPTIMISATION SEO IN 11 BASIC STEPS EXPLAINED What is all the commotion about this SEO, why is it important? I have had a professional content writer produce my content to make sure that

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

The Power of Website Analytics. Webinar Presentation September 20, 2017

The Power of Website Analytics. Webinar Presentation September 20, 2017 The Power of Website Analytics Webinar Presentation September 20, 2017 Presenters Maria Knight Director of Online Strategy & Operations, RBFF Rachel Factor Analytics Manager, Brandt Information Services

More information

Quick Start Guide Google Adwords Integration

Quick Start Guide Google Adwords Integration Quick Start Guide Google Adwords Integration May 2018 (800) 242-1690 About Telmetrics for Google AdWords Integration Our integration with Google AdWords allows you to view call and text data Use this quick

More information

Google Tag Manager. Guide

Google Tag Manager. Guide Google Tag Manager Guide Total Completion Time Pros: 37 min 1hr 52 min Beginners: +4 hrs Google Tag Manager Dennis Yu Dennis@blitzmetrics.com blitzmetrics.com facebook.com/blitzmetrics Google Tag Manager

More information

SEVENMENTOR TRAINING PVT.LTD

SEVENMENTOR TRAINING PVT.LTD Digital Marketing Job Guarantee Chapter #1: The Basic Digital Marketing Components & Keyword Research 1. Introduction to Digital Marketing and SEO? 2. Overview to the Course 3. List of top SEO Tools We

More information

Your Telecom Lead Generation Campaign Checklist

Your Telecom Lead Generation Campaign Checklist Your Telecom Lead Generation Campaign Checklist No one likes investing time and money into a lead generation campaign that doesn't drive results for your business. Use this checklist to create campaigns

More information

1 GOOGLE NOW ALLOWS EDITING BUSINESS LISTINGS

1 GOOGLE NOW ALLOWS EDITING BUSINESS LISTINGS 1 GOOGLE NOW ALLOWS EDITING BUSINESS LISTINGS DIRECTLY FROM THE SEARCH RESULTS If you area verified business in Google My Business, you can now update your business info directly from Google search engine

More information

Omni-Channel for Administrators

Omni-Channel for Administrators Omni-Channel for Administrators Salesforce, Winter 18 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Unifer Documentation. Release V1.0. Matthew S

Unifer Documentation. Release V1.0. Matthew S Unifer Documentation Release V1.0 Matthew S July 28, 2014 Contents 1 Unifer Tutorial - Notes Web App 3 1.1 Setting up................................................. 3 1.2 Getting the Template...........................................

More information

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT

CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT CURZON PR BUYER S GUIDE WEBSITE DEVELOPMENT Website Development WHAT IS WEBSITE DEVELOPMENT? This is the development of a website for the Internet (World Wide Web) Website development can range from developing

More information

Website minute read. Understand the business implications, tactics, costs, and creation process of an effective website.

Website minute read. Understand the business implications, tactics, costs, and creation process of an effective website. Website 101 Understand the business implications, tactics, costs, and creation process of an effective website. 8 minute read Mediant Web Development What to Expect 1. Why a Good Website is Crucial 2.

More information

UX (USER EXPERIENCE) & A/B TESTING. January 2019

UX (USER EXPERIENCE) & A/B TESTING. January 2019 UX (USER EXPERIENCE) & A/B TESTING January 2019 A B B 15 % in conversion rate 1. What is UX/UX DESIGN? 2. Understanding your customers 3. Customer insights and using website data to develop an A/B testing

More information

10-Day Follow-Up Plan for Sellers Million Dollar Pipeline Program Class 2

10-Day Follow-Up Plan for Sellers Million Dollar Pipeline Program Class 2 10-Day Follow-Up Plan for Sellers Million Dollar Pipeline Program Class 2 Jenn Tervo Sheldon Rapoza Buyers & Sellers are Like Apples & Oranges Sellers have more control over their timeline, and your reputation

More information

Insights: The Circle of Life: Marketing and Sales. By: Zach Batastini

Insights: The Circle of Life: Marketing and Sales. By: Zach Batastini Insights: The Circle of Life: Marketing and Sales By: Zach Batastini March, 2017 Page 2 Circle of Life: Sales and Marketing Introduction For more than half of my life I have been a challenge seeker, problem

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Mobile Best Practices

Mobile Best Practices Mobile Best Practices Optimizing Mobile Content Brand to Audience for Google Mobile Analytics Engagement Mobile-First Thinking Wherever the consumer goes, their phone goes with them. With a mobile-first

More information

Campaign Manager 2.0 for Sitecore CMS 6.6

Campaign Manager 2.0 for Sitecore CMS 6.6 E-Mail Campaign Manager 2.0 Marketer's Guide Rev: 2014-06-11 E-Mail Campaign Manager 2.0 for Sitecore CMS 6.6 Marketer's Guide User guide for marketing analysts and business users Table of Contents Chapter

More information

How to get a perfect 100 in Google PageSpeed Insights

How to get a perfect 100 in Google PageSpeed Insights How to get a perfect 100 in Google PageSpeed Insights And what might happen if you don't Follow Along http://goo.gl/fqfwyj @mcarper @NickWilde1990 Your site just went live after being under construction

More information

Request for Proposal (RFP) Toolkit

Request for Proposal (RFP) Toolkit RFPToolkit Request for Proposal (RFP) Toolkit Table of Contents RFP Checklist......................................................... 2 6 Tips for Writing an RFP..............................................

More information

Intro to Google Analytics

Intro to Google Analytics Intro to Google Analytics MSBDC - April 25, 2016 Overview Introductions Why Google Analytics? Setting Up & Defining Goals Overview of Reports Tips & Tricks Who Are You? Do you use Google Analytics? What

More information

CONVERSION RATE OPTIMIZATION 101

CONVERSION RATE OPTIMIZATION 101 CONVERSION RATE OPTIMIZATION 101 Make Your Website Convert! CHRIS EDWARDS Hi, I am Chris Edwards Data Nerd & Agency Owner Website Developer 18 years WordPress Developer 6 years Google Analytics 13 years

More information

LEARNING & DEVELOPMENT

LEARNING & DEVELOPMENT LEARNING & DEVELOPMENT 2019 LEARNING & DEVELOPMENT At TERMINALFOUR we aim to continually support our clients as they strive to realize their online visions. It is our ambition to help our clients optimize

More information

How to Read AWStats. Why it s important to know your stats

How to Read AWStats. Why it s important to know your stats How to Read AWStats Welcome to the world of owning a website. One of the things that both newbie and even old time website owners get overwhelmed by is their analytics and understanding the data. One of

More information

Your Seminar Presenter:

Your Seminar Presenter: Websites and Google Analytics You ve got a website, but do you know how well it s working? Learn to improve the design content and navigation of your website using Google Analytics. Plus: Search Engine

More information

Conversion Optimisation

Conversion Optimisation Conversion Optimisation Document Objectives This document is intended to explain the purpose of and processes for conducting a conversion optimisation and A/B split testing campaign. This document will

More information

DIGITAL GLOBAL AGENCY Search Engine Optimization- A Case Study. Edited by Digital Global Agency in house team March 2017

DIGITAL GLOBAL AGENCY Search Engine Optimization- A Case Study. Edited by Digital Global Agency in house team March 2017 DIGITAL GLOBAL AGENCY Search Engine Optimization- A Case Study Edited by Digital Global Agency in house team March 2017 Forward: If you're not getting enough targeted traffic... If you want more engaged

More information

Supported Browsers. General. Clicking Cancel in the Create Instance Dialog Redirects to StackRunner Page. Region Must be Selected for New Stack

Supported Browsers. General. Clicking Cancel in the Create Instance Dialog Redirects to StackRunner Page. Region Must be Selected for New Stack Oracle Cloud Oracle Autonomous Mobile Cloud Enterprise Known Issues Release 18.2.5 E95341-03 June 2018 Supported Browsers This table describes the minimum requirements for web browsers that supports. Web

More information

Digital Marketing. Gabrielle K. Gabrielli, Ph.D. For Tallahassee Business Leaders 17 February 2011

Digital Marketing. Gabrielle K. Gabrielli, Ph.D. For Tallahassee Business Leaders 17 February 2011 Digital Marketing Gabrielle K. Gabrielli, Ph.D. For Tallahassee Business Leaders 17 February 2011 Ground Rules Silence any technology that makes noise (cell phones, especially!) Participate fully Arrive

More information

HCI and Design SPRING 2016

HCI and Design SPRING 2016 HCI and Design SPRING 2016 Before we start Project midway reports and presentations due in class on Thursday April 7 th 2- minute presentation (practice to make sure of the timing!) I WILL cut you off!

More information

Basic & Pro Resellers

Basic & Pro Resellers Getting Started Guide Basic & Pro Resellers Getting Started Guide Page 1 Getting Started Guide: Basic & Pro Resellers Version 2.2 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work

More information

Seven Things You Didn t Know You Could Do With Google Analytics

Seven Things You Didn t Know You Could Do With Google Analytics Seven Things You Didn t Know You Could Do With Google Analytics Introduction Google Analytics is a fantastic and powerful tool for tracking your website activity and using that data to inform and improve

More information

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server

Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server CIS408 Project 5 SS Chung Creating an Online Catalogue Search for CD Collection with AJAX, XML, and PHP Using a Relational Database Server on WAMP/LAMP Server The catalogue of CD Collection has millions

More information

Boolean 101. The Recruiter s Guide to the Hunt for Top Talent AN EBOOK BY

Boolean 101. The Recruiter s Guide to the Hunt for Top Talent AN EBOOK BY Boolean 101 The Recruiter s Guide to the Hunt for Top Talent AN EBOOK BY Baffled by Boolean? We can help with that. Finding the right candidate for your open opportunity is no walk in the park. Sourcing

More information

BUYER S GUIDE WEBSITE DEVELOPMENT

BUYER S GUIDE WEBSITE DEVELOPMENT BUYER S GUIDE WEBSITE DEVELOPMENT At Curzon we understand the importance of user focused design. EXECUTIVE SUMMARY This document is designed to provide prospective clients with a short guide to website

More information

Google & Mobile SEO 1

Google & Mobile SEO 1 Google & Mobile SEO 1 Mobile-Friendly Website SEO Best Practices C R E A T I V E C L I C K M E D I A Design for Performance Device Limitations Its important to consider that your mobile visitors are likely

More information

Beyond the Annual Report

Beyond the Annual Report Beyond the Annual Report Web Analytics for Evidence-Based User Experience Decisions Adrienne Lai Jonathan Kift Introduce self & Jonathan Today s presentation wrangle Google Analytics so we can understand

More information

How I added almost 1,000 subscribers with a giveaway. Ellen Finkelstein

How I added almost 1,000 subscribers with a giveaway. Ellen Finkelstein How I added almost 1,000 subscribers with a giveaway Ellen Finkelstein www.changetheworldmarketing.com Here s what we ll cover My results The BIG problem with giveaways that you need to overcome The software

More information

SEARCH ENGINE OPTIMIZATION Noun The process of maximizing the number of visitors to a particular website by ensuring that the site appears high on the list of results returned by a search engine such as

More information

TL8 ADOBE TARGET: A/B TESTING, AUTOMATED PERSONALIZATION, AND RECOMMENDATIONS

TL8 ADOBE TARGET: A/B TESTING, AUTOMATED PERSONALIZATION, AND RECOMMENDATIONS TL8 ADOBE TARGET: A/B TESTING, AUTOMATED PERSONALIZATION, AND RECOMMENDATIONS 1 Lab Overview... 3 Lesson 1.1 Welcome to the Adobe Marketing Cloud... 4 Lesson 2.1 Welcome to Adobe Target... 8 Lesson 2.2

More information

Keyword is the term used for the words that people type into search engines to find you:

Keyword is the term used for the words that people type into search engines to find you: What are keywords? Keyword is the term used for the words that people type into search engines to find you: All information on the web is catergorised by Google into keyword-based indices. This is to save

More information

Blue Compass Interactive, LLC

Blue Compass Interactive, LLC Web Project Proposal Board of Regents State of Iowa Website Design, Development & Hosting January 21, 2015 Blue Compass Interactive, LLC Presented by Blue Compass Interactive 6701 Westown Parkway, Suite

More information

FCA CERTIFIED WEBSITE PROGRAM

FCA CERTIFIED WEBSITE PROGRAM FCA CERTIFIED WEBSITE PROGRAM RESPONSIVE CORE WEBSITE PLATFORM RESPONSIVE WEBSITE PLATFORM Conversion Optimized VLP and VDP Inventory Feed Integration Analytics Dashboard Advanced SEO Tools Meta Titles

More information

Microsite Overview. The Basics: How to build and manage your ISA Section microsite

Microsite Overview. The Basics: How to build and manage your ISA Section microsite Microsite Overview The Basics: How to build and manage your ISA Section microsite We are excited to work with you to build your microsites within the all-new www.isa.org. The website has state-of-the-art

More information

5. Application Layer. Introduction

5. Application Layer. Introduction Book Preview This is a sample chapter of Professional PHP - Building maintainable and secure applications. The book starts with a few theory chapters and after that it is structured as a tutorial. The

More information

Web Metrics. Author: Paul Farris Marketing Metrics Reference: Chapter 9

Web Metrics. Author: Paul Farris Marketing Metrics Reference: Chapter 9 Web Metrics This module covers the concepts of hits, pageviews, visits, visitors, clickthrough rate, cost per click, cost per order, cost per customer acquired, bounce rate, abandonment rate, and cost

More information