TRACKING CHAT DRIVEN CONVERSIONS

Size: px
Start display at page:

Download "TRACKING CHAT DRIVEN CONVERSIONS"

Transcription

1 Integrating Google Analytics with BoldChat.

2 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 markets Contact BoldChat, a brand of LogMeIn, Inc N. Woodlawn Suite 350 Wichita, KS Phone: (866) (316) info@boldchat.com Website: Introduction Live chat has come of age. Gone are the days when chatting with website visitors was seen only as a way to reduce support costs. For some time now, savvy Internet retailers have utilized intelligent chat interactions as a key contributor in the sales cycle. This white paper explains how to implement Google s Analytics code to uncover, at a granular level, exactly how important live chat can be to increase close-rates online. Audience This paper is geared toward persons who are comfortable working with HTML code. Advanced HTML coding is not required but some level of familiarity with the basics of HTML will be helpful. Experience implementing Google Analytics code and setting up Goal Funnels is a requirement for anyone wanting to following the best practices contained herein. Why Integrate Google Analytics with BoldChat? While BoldChat is the system-of-record when it comes to your site s chat data, it is useful to integrate some of that data into your overall web analytics view. Doing this allows you to see how chat influences other key website metrics and it allows you to view chatters as a unique visitor type. Once chats are tracked with Google Analytics, you ll be able to set up funnels to track how chat influences goals, set chat itself as a goal in order to discover what type of traffic is likely to engage you in chat, create Advanced Segments to view chatters as standalone visitor types. Example Integration Outcome: View the keywords that drive chats

3 Technical Implementation Details There are three steps to integrating BoldChat into Google Analytics: 1. Modify Google Analytics code & add it to the chat window. 2. Modify existing on-page analytics code 3. Modify BoldChat button code Modify Google Analytics Code/Add to Chat Window Footer The Google Analytics code that will be pasted into the chat window footer needs to be modified as follows in order to work appropriately. The text below that appears in red needs to be modified and then added to the existing Google Analytics code that you access through your Google account. 3. Once you have the modified code copied, access the BoldChat client and Setup > Account Setup > Chats > Custom Chat Windows > New/Edit. 4. From the New/Edit Custom Chat Window form, select the Brandings tab and check the Custom Branding radio button under Branding Type. 5. Then select Header/Footer > Footer Include from the bottom half of the form. 6. Inside the text area on the right, paste the code you just created and Save your changes. If other code already exists, paste this code below it. To make things easier for you, simply follow these simple steps to generate the complete code snippet you ll need: 1. Replace the UA-XXXXXX-X string in the code below with what is provided in the Google Analytics code associated with your Google account. 2. Once you've made the change specified in #1 to the code below, copy the entire snippet, making sure that everything in the box is included. var gajshost = ((" == document.location.protocol)? " : " document.write(unescape("%3cscript src='" + gajshost + "google-analytics.com/ga.js' type='text/javascript'%3e%3c/script%3e")); If(document.body.className.substring(document.body.className.indexOf( page- )+5)== 1 ){ var pagetracker = _gat._gettracker("ua-xxxxxx-x"); pagetracker._setdomainname( none ); pagetracker._initdata(); pagetracker._trackpageview( /boldchat/live-chat );

4 Modify Existing On-Page Google Analytics Code If you do not already implement cross-domain tracking, you'll have to make the following modifications to your on-page Google Analytics Tracking Code. Remember, these changes have to be made on all your pages. var gajshost = ((" == document.location.protocol)? " : " document.write(unescape("%3cscript src='" + gajshost + "google-analytics.com/ga.js' type='text/javascript'%3e%3c/script%3e")); try { var pagetracker = _gat._gettracker("ua-xxxxxx-x"); pagetracker._setallowlinker(true); pagetracker._setallowhash(false); pagetracker._setdomainname("none"); pagetracker._trackpageview(); catch (err) { Analytics data sent from the chat window will come from livechat.boldchat.com You will need to be sure that you don't have any filters created that will prevent this information from being collected by Google Analytics. If you do, adjust your filters appropriately to allow data from livechat.boldchat.com Modify the Live Chat Button Code The on-page HTML button code must be modified to use the _getlinkerurl function so that the Google Analytics visitor information will be passed to the chat window. Add the following JavaScript before the button code: function launchchatwindow(chaturl) { if (typeof pagetracker == 'object') { window.open(pagetracker._getlinkerurl(chaturl), 'Chat ', 'toolbar=0,scrollbars=1,location=0,statusbar=0, menubar=0,resizable=1,width=470,height=400'); Note: Be sure to replace 'Chat ' with the value provided in your button HTML by BoldChat Then modify the button code by replacing the onclick event with the following code: onclick="launchchatwindow(<url>);return false;"> Note: You will need to update the url passed into the function to match the url from the html code in the onclick event given by BoldChat. The result will look something like the following with your own numbers in the URL (these numbers have been changed from the original code): onclick="launchchatwindow(' &wdid= &url=' + escape(document.location.href));return false;"> Using Funnels For a given conversion event (sale, newsletter sign-up, filling out an form, etc..) two Google funnels will need to be set up. The first funnel will not include live chat but the second one will. Used together, these two funnels will allow website administrators to calculate how many conversions occurred with a live chat interaction as an antecedent. The Funnel without Live Chat For a given conversion event, users will need to create a funnel which doesn t include live chat as part of the conversion process. In reality, the funnel need only include the last step of the conversion process, as this will provide the total number of conversions that occurred both with and without a live chat interaction. In our example, the conversion event is simply visiting the contact us page. The first funnel is: Homepage > About Us > Contact Us

5 If you include other steps in the funnel, it is important that they are truly steps that users must take in order to reach the final conversion event. If users can arrive at the final step in any other way besides going through the funnel, then your data will be inaccurate. In our example, we assume that the only way to arrive at the contact us page is to follow the funnel. Homepage (31%) proceeded to About Us (exit) 20 /boldchat/live-chat 11 /compare_models.jsp 2 /accessories.jsp 1 /celluar_phones.jsp 1 The 11 chats are true exits from the funnel *A note about chats as an exit page: if you see chat as an exit page, it truly is an exit from the funnel. We feel it is important to track this in order to gauge operator effectiveness in the sales process. It is important that the Google Analytics code be modified so that when a chat is launched from your site, Analytics will understand that the chat is resident on your domain. Our modifications also enable the system to recognize real chat interactions and not just launches of the pre-chat form. The Funnel with Live Chat The live chat funnel for any given conversion event BoldChat is a market-leading live chat solution enabling businesses to quickly and effectively engage visitors on their websites. BoldChat is offered in different editions and includes other integrated communications technologies like management, SMS management, and co-browsing. Organizations of all sizes from small proprietorships to large ecommerce enterprises can drive more conversions and higher customer satisfaction by using BoldChat. 37 should only include two steps the live chat window itself and the same conversion page as the funnel without chat. This simple two-step funnel will tell you how many of the conversions had a live chat before or during conversion. Live Chat 2 2 (100%) proceeded to Live Chat Contact Us Live Chat Contact Us % Funnel Conversion Rate When setting up this funnel, the Step 1 URL you input into the Google Analytics setup screen will be: Also, it is important that you check the Required Step check box next to the first step. The Funnels Together The first funnel will show the total number of the specified conversions, how many exited via chat, and the second funnel will show how many of those conversions involved a live chat. For more information: Phone: (866) info@boldchat.com Chat with us, start a trial or download more resources like this one at: BoldChat is owned by LogMeIn, Inc. For more information, please visit 0 Version 3 FOR MORE INFORMATION, VISIT.COM All rights reserved, LogMeIn Summer Street, Boston, MA 02210

Live Chat Performance Benchmarks A Statistical Analysis 2012 Edition

Live Chat Performance Benchmarks A Statistical Analysis 2012 Edition Live Chat Performance Benchmarks A Statistical Analysis 2012 Edition 2012 LogMeIn, Inc, Version 2 Highlights Thousands of customers, worldwide Reliable 99.99% uptime The industry s best value Rapid deployment

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

Boosting Campaign Performance Through Web Analytics. David Kamerer, PhD, APR Loyola University Chicago

Boosting Campaign Performance Through Web Analytics. David Kamerer, PhD, APR Loyola University Chicago Boosting Campaign Performance Through Web Analytics David Kamerer, PhD, APR Loyola University Chicago Whose web is it? Phase 1: IT Phase 2: designers Phase 3: content creators An embarrassing question:

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

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

TOP 10 things. In Google Analytics. Your Association Should Measure. weblinkinternational.com

TOP 10 things. In Google Analytics. Your Association Should Measure. weblinkinternational.com TOP 10 things Your Association Should Measure In Google Analytics 1 weblinkinternational.com TABLE OF CONTENTS Welcome.... 3 Metric 1 «Audience Location.... 4 Metric 2 «Audience Engagement....... 6 Metric

More information

Hybrid Approach to Search Engine Optimization (SEO) Techniques

Hybrid Approach to Search Engine Optimization (SEO) Techniques Suresh Gyan Vihar University Journal of Engineering & Technology (An International Bi Annual Journal) Vol. 1, Issue 2, 2015, pp.1-5 ISSN: 2395 0196 Hybrid Approach to Search Engine Optimization (SEO) Techniques

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

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

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

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

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

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

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

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

SMB Solution Guide BEYOND CONVERSIONS. Your how-to guide for using conversion data to make better decisions

SMB Solution Guide BEYOND CONVERSIONS. Your how-to guide for using conversion data to make better decisions BEYOND CONVERSIONS Your how-to guide for using conversion data to make better decisions Beyond Conversions Drive more revenue using conversion data The best way to improve results in AdWords is to do more

More information

Using Google Analytics With PeopleSoft

Using Google Analytics With PeopleSoft Using Google Analytics With PeopleSoft Year 2 Session # 26716 March 23, 2009 Alliance 2009 Conference Anaheim, California Randy McCausland Florida State University Overview Introduction ti Background of

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

All SABMiller websites, as defined in this document should have Google Analyitcs implemented as a mandatory requirement.

All SABMiller websites, as defined in this document should have Google Analyitcs implemented as a mandatory requirement. Analytics version 1 Introduction Web analytics is used to track, measure, collect, report and analyse web data in order to understand and optimise usage of web properties. These properties could include

More information

Creating a Landing Page to Achieve Maximum Results

Creating a Landing Page to Achieve Maximum Results Creating a Landing Page to Achieve Maximum Results Landing Page? By now most of us will know what a landing page is and what it aims to achieve, but for those of you who do not, we can simply define it

More information

THE NEW MCOMMERCE REALITY

THE NEW MCOMMERCE REALITY Streamlining the customer experience with mobile chat. Smartphones and tablets have changed everything: the way we communicate, the way we meet, the way we get around, the way we shop and more. The connected,

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

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

Contents. 1. Why set up Goals? 3. 2. How to set up Goals 4. 3. Destination Goals 6. 4. Duration Goals 8. 5. Pages & Screen Goals 10. 6.

Contents. 1. Why set up Goals? 3. 2. How to set up Goals 4. 3. Destination Goals 6. 4. Duration Goals 8. 5. Pages & Screen Goals 10. 6. Contents 1. Why set up Goals? 3 2. How to set up Goals 4 3. Destination Goals 6 4. Duration Goals 8 5. Pages & Screen Goals 10 6. Event Goals 11 About ThoughtShift 12 2 1. Why set up Goals? Setting up

More information

Embedding tracking code into IAS

Embedding tracking code into IAS Embedding tracking code into IAS Author: GeoWise User Support Released: 23/11/2011 Version: 6.4.4 Embedding tracking code into IAS Table of Contents 1. Introduction... 1 2. Pre-requisites... 1 2.1. Sign

More information

any software vendor using a 3rd party shopping cart

any software vendor using a 3rd party shopping cart Version 2.0 - last updated: August 2010 The Analytics industry has evolved a great deal since the last version of this book. Tools got better & faster including amazing features like Segmentation or Intelligence

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

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

BDW ICOM Digital Workshop. Digital metrics and analytics

BDW ICOM Digital Workshop. Digital metrics and analytics BDW ICOM Digital Workshop Digital metrics and analytics Web analytics Web analytics is the measurement, collection, analysis and reporting of internet data for purposes of understanding and optimizing

More information

Google AdWords TM Conversion Tracking Guide

Google AdWords TM Conversion Tracking Guide Google AdWords TM Conversion Tracking Guide CONTENTS INTRODUCTION TO CONVERSION TRACKING...2 PRODUCT DESCRIPTION...2 OVERVIEW...2 DEFINITION OF TERMS...3 ADDING THE CODE SNIPPET...4 CONVERSION TRACKING

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

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

WEB ANALYTICS Where to Begin

WEB ANALYTICS Where to Begin WEB ANALYTICS Where to Begin e-book SPOILER ALERT! People love the Internet. A lot. In fact, 92% of online adults rely on search engines when looking for information 1. That means your audience s first

More information

ANALYTICS. Geek Speak for the Technically Meek

ANALYTICS. Geek Speak for the Technically Meek ANALYTICS Geek Speak for the Technically Meek ABOUT ME Ben Pritchard Interactive Technology Director at bpritchard@garrisonhughes.com @pixelfumes www.garrisonhughes.com ABOUT Responsive Website Design

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

DISCOVERING OUR PATRONS USING GOOGLE ANALYTICS

DISCOVERING OUR PATRONS USING GOOGLE ANALYTICS DISCOVERING OUR PATRONS USING GOOGLE ANALYTICS Michael Sheehan Lake Superior Libraries Symposium, WITC Superior June 1, 2012 A LITTLE ABOUT ME AND MY EMPLOYER Mike Sheehan is the Assistant Director at

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

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions

ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011. 9/1/2011 ClickDimensions ClickDimensions Quick Start Guide For Microsoft Dynamics CRM 2011 9/1/2011 ClickDimensions Online Training Resources This guide will explain how to register for and use a ClickDimensions Marketing Automation

More information

Analytics minibible. for Software Vendors

Analytics minibible. for Software Vendors Analytics minibible for Software Vendors Version 3.0 - last updated: November 2014 The last 12 months have been among the busiest for Google Analytics and other analytics tools. Here are just a few of

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

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

Creating a High Performance Website

Creating a High Performance Website Creating a High Performance Website Your website will be the core of your digital marketing program, so it s critical to take the time to do it right. By starting with your brand, designing strong information

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

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

10 Steps to Turn Your Website Redesign into an Inbound Marketing Machine

10 Steps to Turn Your Website Redesign into an Inbound Marketing Machine x _ 10 Steps to Turn Your Website Redesign into an Inbound Marketing Machine Introduction It happens to all organizations. One day you wake up and notice that your company s website needs a major refresh.

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

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

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

Attract traffic to your website. Convert traffic into leads. Convert leads into customers

Attract traffic to your website. Convert traffic into leads. Convert leads into customers The 4 Step Guideline To Online Marketing Success Intermediate Understanding and Winning with Online Marketing is as Simple as Understanding the Following Four Areas Attract traffic to your website Convert

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

GUIDE TO POSITIONLY. Everything you need to know to start your first SEO campaign with Positionly!

GUIDE TO POSITIONLY. Everything you need to know to start your first SEO campaign with Positionly! GUIDE TO POSITIONLY Everything you need to know to start your first SEO campaign with Positionly! 1 Introduction In this guide, you'll learn everything you need to get started with Positionly. We'll walk

More information

Web Analytics and the Importance of Location Targeting

Web Analytics and the Importance of Location Targeting Mid-Term Research Paper Web Analytics Todd J. Barry University Prof: Michel Sily IT-338 Web Design Authoring & Publishing Wednesday, September 23 rd 2009 Web Analytics is one of the most comprehensive

More information

Installing. Google Analytics. On Your WordPress Website. A Comprehensive How-To. For Business Owners. To Better Inform Your SEO and Marketing Strategy

Installing. Google Analytics. On Your WordPress Website. A Comprehensive How-To. For Business Owners. To Better Inform Your SEO and Marketing Strategy 1 Installing Google Analytics On Your WordPress Website A Comprehensive How-To For Business Owners To Better Inform Your SEO and Marketing Strategy this complimentary offering from Mongo LLC SEO Analysis,

More information

Introduction. Seven Steps to Double Your Landing Page Conversion and Have Your Cost per Lead. InternetMarketingMag.net

Introduction. Seven Steps to Double Your Landing Page Conversion and Have Your Cost per Lead. InternetMarketingMag.net Introduction The goal of this report is to give you as a business owner and entrepreneur a step-by-step system which gives you everything that you need to know to take your existing website landing pages

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

How to Create a Campaign in AdWords Editor

How to Create a Campaign in AdWords Editor How to Create a Campaign in AdWords Editor Using AdWords Editor instead of the online interface for Google Adwords will speed up everything in your online business. AdWords Editor gives you the upper hand

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

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

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

Analytics over the last few years has changed a good bit. There are a good many free tools that are available, pretty painless to implement.

Analytics over the last few years has changed a good bit. There are a good many free tools that are available, pretty painless to implement. Introduction Analytics over the last few years has changed a good bit. There are a good many free tools that are available, pretty painless to implement. What we end up is lots, and lots of data and a

More information

Sage CRM. Sage CRM 7.3 Mobile Guide

Sage CRM. Sage CRM 7.3 Mobile Guide Sage CRM Sage CRM 7.3 Mobile Guide Copyright 2014 Sage Technologies Limited, publisher of this work. All rights reserved. No part of this documentation may be copied, photocopied, reproduced, translated,

More information

Services & Pricing (888)-963-9640. (SEO, Website Branding, Social Media Management) CONTENTS SEO LOCAL PLAN 2 SEO NATIONAL PLAN 8

Services & Pricing (888)-963-9640. (SEO, Website Branding, Social Media Management) CONTENTS SEO LOCAL PLAN 2 SEO NATIONAL PLAN 8 (888)-963-9640 (SEO, Website Branding, Social Media Management) Services & Pricing CONTENTS SEO LOCAL PLAN 2 SEO NATIONAL PLAN 8 WHITE LABEL DASHBOARD 14 CLIENT DASHBOARD 15 MOBILE ANALYTICS 16 FORM ANALYTICS

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Tracking Internal Traffic

Tracking Internal Traffic Tracking Internal Traffic with Google Tag Manager 88dvlp Track Internal Traffic with Google Tag Manager Do you know GTM yet? Google Tag Manager is a powerful management tool to upgrade Google Analytics.

More information

Lead Generation Quickstart Guide

Lead Generation Quickstart Guide Lead Generation Quickstart Guide 1 2 Lead Generation Quickstart Guide Copyright 2014 Mooloop Ltd All Rights Reserved You re welcome to email, tweet, blog, and pass this ebook around. But please don t change

More information

Why Google Analytics? Who can use Analytics? 3 Metrics Google Analytics Beginners Should Watch. The Webs.com 港 大 專 題 工 作 坊 :

Why Google Analytics? Who can use Analytics? 3 Metrics Google Analytics Beginners Should Watch. The Webs.com 港 大 專 題 工 作 坊 : 港 大 專 題 工 作 坊 : 如 何 運 用 Google Analytics 瞭 解 社 群 策 劃 更 有 效 的 網 上 宣 傳 錢 樹 楷 博 士 Dr. Eric Chin 香 港 富 卓 傑 電 腦 學 習 中 心 創 辦 人 富 卓 數 碼 科 技 有 限 公 司 行 政 總 裁 香 港 大 學 經 濟 及 工 商 管 理 學 院 MBA /BBA 客 席 講 師 香 港 理 工 大

More information

Social Media Measuring Your Efforts 03. Step One Align Your Objectives 04. Step Two Measure Reach and Share of Conversation 05

Social Media Measuring Your Efforts 03. Step One Align Your Objectives 04. Step Two Measure Reach and Share of Conversation 05 Social Media Measuring Your Efforts 03 Step One Align Your Objectives 04 Step Two Measure Reach and Share of Conversation 05 Step Three Measure Conversions and Sales 08 Step Four Track and Measure Your

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

Improving Magento Front-End Performance

Improving Magento Front-End Performance Improving Magento Front-End Performance If your Magento website consistently loads in less than two seconds, congratulations! You already have a high-performing site. But if your site is like the vast

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

Implementing Sub-domain & Cross-domain Tracking A Complete Guide

Implementing Sub-domain & Cross-domain Tracking A Complete Guide Implementing Sub-domain & Cross-domain Tracking A Complete Guide Prepared By techbythebay.com 1 Contents 1. Sub Domain & Cross Domain Tracking for GA (asynchronous) I. Standard HTML/JavaScript Implementation

More information

LIVE CHAT PERFORMANCE BENCHMARKS 2015

LIVE CHAT PERFORMANCE BENCHMARKS 2015 LIVE CHAT PERFORMANCE BENCHMARKS 2015 RESEARCH REPORT Background Top Findings The 2015 Live Chat Performance Benchmarks research report reveals the following: Chatters are worth 4.5 times as much as website

More information

Why Google Analytics Doesn t Work for E-Commerce

Why Google Analytics Doesn t Work for E-Commerce Why Google Analytics Doesn t Work for E-Commerce Why Google Analytics Doesn t Work for E-Commerce Customers they are the core of e-commerce. Because their buying behaviour has become so complex, businesses

More information

Best Practices for Auditing Your SEO Program SEO

Best Practices for Auditing Your SEO Program SEO Your Program 2 How do you know if your campaign is getting the results you need and expect? By auditing your program on a regular basis, you will stay on track with your goals and gain the highest return

More information

A Step- by- Step Guide for Building a Website for Your Business

A Step- by- Step Guide for Building a Website for Your Business 1 A Step- by- Step Guide for Building a Website for Your Business 2 Ge#ng Started With Your Website A well-built website is the foundation of your business And as we ve mentioned before, there s no better

More information

10 Steps To Getting Started With. Marketing Automation

10 Steps To Getting Started With. Marketing Automation So the buzz about marketing automation and what the future holds for marketing in general finally got to you. Now you are ready to start using marketing automation and are not really sure where to start.

More information

Professional Diploma. in Digital Marketing

Professional Diploma. in Digital Marketing Professional Diploma in Digital Marketing RelevantLearning.ca www.digitalmarketinginstitute.com Contents Professional Diploma in Digital Marketing 1. Welcome 2. Programme overview 3. Programme content

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

Tagging Guide: Website and Email Implementation. Contents

Tagging Guide: Website and Email Implementation. Contents Tagging Guide: Website and Email Implementation Contents About This Guide... 2 Your CiteID... 2 Website Implementation... 2 Tag Placement... 2 Example... 3 Email Implementation... 5 DNS Setup... 5 Tag

More information

Email Marketing for Website Owners: How to turn Clicks into Customers. Email Marketing from Constant Contact

Email Marketing for Website Owners: How to turn Clicks into Customers. Email Marketing from Constant Contact Email Marketing from Constant Contact Email Marketing for Website Owners: How to turn Clicks into Customers Constant Contact, Inc. 1601 Trapelo Road, Suite 329 Waltham, MA 02451 Phone: 1-866-899-3704 How

More information

etools for Online Communication : Analytics and Email

etools for Online Communication : Analytics and Email etools for Online Communication : Analytics and Email Arnold Chandler, Trainer About Me Arnold Chandler, Consultant Principal, A. L. Chandler Consulting (www.arnoldchandler.com) Founder of The Bay Area

More information

Moneris ecommerce Guide

Moneris ecommerce Guide Moneris ecommerce Guide (04/16) For more information and assistance: Web: getpayd.com/paydproplus/support Toll-free: 1-855-423-PAYD (7293) Record your Moneris merchant ID here: Contents Welcome to PAYD

More information

Web analytics, Dashboard & Optimization Experts. Web Analytics Audit Best Practices

Web analytics, Dashboard & Optimization Experts. Web Analytics Audit Best Practices Web analytics, Dashboard & Optimization Experts Web Analytics Audit Best Practices The Importance of Conducting a Web Analytics Audit When people hear the word audit there are a few stereotypical things

More information

Your App website SEO & copy!

Your App website SEO & copy! Your App website SEO & copy! Information on how to advertise your APP online >>> www.myfirmsapp.co.uk ios & Android compatible Your App website SEO and copy Note to client about On-page SEO With your marketing

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

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

Google Docs, Sheets, and Slides: Share and collaborate

Google Docs, Sheets, and Slides: Share and collaborate Google Docs, Sheets, and Slides: Share and collaborate Once you've created your document, you can share it with others. Collaborators can then edit the same document at the same time you'll always have

More information

Tracking Code Migration Guide

Tracking Code Migration Guide Tracking Code Migration Guide Switching from urchin.js to ga.js Beta Version 2007 Google 2007 Google 1 Contents What's changing? Everything. Why switch to the? Can I stay with urchin.js? Are the new and

More information

SmallBiz Dynamic Theme User Guide

SmallBiz Dynamic Theme User Guide SmallBiz Dynamic Theme User Guide Table of Contents Introduction... 3 Create Your Website in Just 5 Minutes... 3 Before Your Installation Begins... 4 Installing the Small Biz Theme... 4 Customizing the

More information

How To Learn Marketing Skills

How To Learn Marketing Skills Table of Contents Professional Diploma in Digital Marketing Module 1: Introduction to Digital Marketing Module 2: Search Engine Marketing (SEO) Module 3: Search Engine Marketing (PPC) Module 4: Email Marketing

More information

MANIFESTO MARKETING THE INTERNET FOR AGENCIES 1.888.427.2178. Learn 7 Crucial Techniques for Building Internet Marketing-Ready Websites

MANIFESTO MARKETING THE INTERNET FOR AGENCIES 1.888.427.2178. Learn 7 Crucial Techniques for Building Internet Marketing-Ready Websites THE INTERNET MARKETING MANIFESTO FOR AGENCIES pearanalytics.com Learn 7 Crucial Techniques for Building Internet Marketing-Ready Websites INTRODUCTION Why You Should Listen To Me Hi, my name is Ryan and

More information

323-868-3581. Search Engine Optimization

323-868-3581. Search Engine Optimization Search Engine Optimization What s the Difference between Pay-Per-Click and SEO Pay-per Click is a way for sites to appear in prominent positions on the search engines by paying the engine to display their

More information

Search Engine Optimization Checklist

Search Engine Optimization Checklist Search Engine Optimization Checklist Complete the following checklist to ensure that your website is optimized for the various internet search engines. 1. Include the strongest keyword in your title tag.

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

Services & Pricing. P.O. Box 10734, Eugene OR Office: 541-603-0956 sales@oregonpublishing.com www.oregonpublishing.com CONTENTS SEO LOCAL PLAN 2

Services & Pricing. P.O. Box 10734, Eugene OR Office: 541-603-0956 sales@oregonpublishing.com www.oregonpublishing.com CONTENTS SEO LOCAL PLAN 2 P.O. Box 10734, Eugene OR Office: 541-603-0956 sales@oregonpublishing.com www.oregonpublishing.com Services & Pricing CONTENTS SEO LOCAL PLAN 2 SEO NATIONAL PLAN 8 CLIENT DASHBOARD 15 MOBILE ANALYTICS

More information

{ { Calculating Your Social Media Marketing Return on Investment. A How-To Guide for New Social Media Marketers. Peter Ghali - Senior Product Manager

{ { Calculating Your Social Media Marketing Return on Investment. A How-To Guide for New Social Media Marketers. Peter Ghali - Senior Product Manager { { Calculating Your Social Media Marketing Return on Investment A How-To Guide for New Social Media Marketers Peter Ghali - Senior Product Manager This guide provides practical advice for developing a

More information

Online Marketing for Credit Unions

Online Marketing for Credit Unions Online Marketing for Credit Unions Using the Internet to accomplish your credit union s s marketing objectives. Kelly Nicklas Latham Marketing Director NAFCU Services Corporation Welcome! My Background

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

Data quality and predictive analytics. An Experian Data Quality white paper

Data quality and predictive analytics. An Experian Data Quality white paper Data quality and predictive analytics An Experian Data Quality white paper Data quality and predictive analytics Overview Customers have more options today than ever before. For example, they can shop

More information

9 Ecommerce Reports to Leverage This Holiday Season

9 Ecommerce Reports to Leverage This Holiday Season 9 Ecommerce Reports to Leverage This Holiday Season 9 Ecommerce Reports to Leverage This Holiday Season According to Goldman Sachs research, digital commerce adoption and expansion is anticipated to further

More information