The Internet Marketing Driver: Glenn Gabe's goal is to help marketers build powerful and measurable web marketing strategies.

Tuesday, February 24, 2009

The Connection Between High Search Engine Rankings, The Latest Google Heatmap Study, and The Long Tail of SEO: My Guest Post on Search Engine Journal

Glenn Gabe's Guest Post on Search Engine Journal, The Connection Between Page 1 Rankings and The Long Tail.
I’ve been a big fan of Search Engine Journal for a number of years now. They provide excellent search-related posts and information, as well as outstanding coverage of the Search industry. So, as you can imagine, I was extremely excited after speaking with them about becoming a contributor. My first guest post went live yesterday and it details an experiment that I recently ran across a number of websites I manage.

A Custom Google Analytics Filter for SEO
Based on a great blog post by Andre Scholten, I set up a custom filter in Google Analytics to track where each keyword ranked in Google when people clicked through to the websites I tracked for the experiment. This enabled me to view all of the keywords (head, torso, and long tail keywords) leading to the websites I tracked, but also let me quickly see where those keywords ranked in Google when people clicked through. Yes, I could use a number of search tools to run a position analysis on target keywords, but that’s not realistic when you include all of your long tail keywords, since you might be analyzing thousands of keywords at a time.

The Results Were Pretty Darn Compelling…
So I set up a custom filter on a number of websites I manage and waited for the data to stream in. It only took a few hours before keywords started showing up in my reports (along with their rankings). And, I picked up an interesting trend pretty darn quickly... I started to see a strong connection between page one rankings and the long tail of SEO. I’ve written about the powerful long tail of SEO before on my blog, and I believe it’s often overlooked by many people outside of the Search industry. You can start to connect the dots if you add the latest Google heat map study, which found that people are quickly scanning the first few organic results in Google, and if they don’t find what they need, they are refining their searches. My experiment definitely started to connect the dots...

Eager to see the results? Well, you’ll have to check out my guest post on Search Engine Journal to find out more about my experiment and to view the results! It’s a thorough post, and if you have enjoyed the rest of my posts on the Internet Marketing Driver, I think you’ll really dig this one. :)

My guest post: The Long Tail of Page 1 Rankings

Also, definitely feel free to post your comments after reading my guest post. I’d love to hear your own experiences with the long tail of SEO.

GG

Labels: , , ,

Sunday, February 08, 2009

Flash Tutorial, How to Track Flash in Google Analytics Using the Google Analytics for Adobe Flash Component (GAforFlash) Part 2 of 2

Flash Tutorial for Using the GAforFlash Component (AS3)In part 1 of this series I introduced the concept of tracking flash applications, why flash has been hard to track for many marketers, and I introduced the Google Analytics for Adobe Flash Component. To quickly review, the GA for flash component enables you to easily make calls directly from your ActionScript code in order to track pageviews, events, conversions, etc. in flash. It’s an important step for understanding how your flash elements contribute to the success of your website, and not just because you think it’s a killer flash app. ;-) In part 2 of my series, I will walk you through how to actually set up flash tracking using the gaforflash component (step by step in the flash authoring environment.) By the end of this tutorial, you should have a solid understanding of using the flash component and making calls to Google Analytics from within your ActionScript code. I will reference the flash movie that I created during my own testing and show the resulting Google Analytics reporting to tie it all together. So without further ado, let’s start coding. :)

Quick Disclaimer, Code Ahead:
As I mentioned in my first post, if you have some knowledge of developing flash movies and writing ActionScript code, then you should be able to follow along. If you aren’t familiar with developing in flash, grab your flash developer and possibly your web analyst and set up a working lunch. By the end of the tutorial, I’m confident you will see the power of using this technique to track your flash elements.

Visit the Google Code Project and Download the Components
First, visit the Google Code Project for Google Analytics for Flash (gaforflash). http://code.google.com/p/gaforflash/ Click the downloads tab at the top of the page and download the zipfile listed. The current version as of this blog post was v1.0.1. Once you download the zipfile, unzip the contents to a directory on your hard drive. Open the readme textfile and follow the instructions for copying the components to the proper directory in your Adobe flash folder. This will differ depending on if you are running a pc or a mac and you will be creating a new folder within the components directory where you will copy the files (the instructions tell you to create a Google folder and drop the components there). Once you copy the components into the new directory, then go ahead and launch flash. Again, make sure you follow the readme before launching flash.

The Google Code Project for GaforFlash:
The Google Code Project for GAforFlash

Determine What You Are going To Track:
To me, this is the most important step (and I bet the web analysts reading this post agree!) Mapping out what you want to track is essential to having clean reporting and a structured hierarchy. You can really have some messy reporting without working through this step… We’ll keep this example very simple to keep the amount of coding down, so here’s the scenario.

You will be adding a new flash element to a category page on your website and want to track how visitors engage the flash movie and how that flash element contributes to the success of the website. In our sample flash movie, there will be a start button, which launches the rest of the flash movie. The start button is there for a reason and you’ll learn why in a second. Once someone clicks the start button, they will be presented with two product thumbnails. The goal of our sample flash movie is to get visitors to learn more about each product and then click an email button at the bottom of the flash movie to get in touch with sales. Again, this is completely made up and simple, but we need to map this out in order to know what to track. Also, we'll track when users hover over each thumbnail and then when they click each one to reveal more information. In addition, they obviously want to track the email link at the bottom of the flash movie, since clicking the button will be a conversion in GA.

To summarize the key pageviews, events and conversions we will track:
1. A start button will trigger a pageview so you know how many people engaged the flash movie. This is so you know that the flash movie was triggered (and not just sitting on the page).
2. The two product thumbnails will trigger events when someone hovers over the thumbnail and when someone clicks them.
3. The email link at the bottom of the flash movie will trigger a pageview for when someone clicks the button. That pageview will also trigger a conversion.
4. Note: you will need to set up a conversion goal in Google Analytics for the email pageview that we trigger when visitors click the email button. This is easy to do and then will start showing up within your Goals tab in GA. You can read more about tracking goals in the GA help center. http://www.google.com/support/googleanalytics/bin/answer.py?answer=55515

Open Up Flash and Create the Necessary Assets
In order to work though this tutorial, you will need to create some simple flash assets (buttons). Don’t worry about how they look. The core point of this tutorial is that you learn how to use the flash component to make calls to Google Analytics and not to win design awards. ;) You will need to create a start button, a product thumbnail button, and an email button (which can be simply text if you want). Once you have quickly created each button, proceed with the rest of the tutorial.

Import the Tracking Libraries
First, make sure your current flash movie is targeting ActionScript 3. Open up the publish settings dialog box (control shift F12), click the flash tab, and use the dropdown to select an ActionScript version to target. Choose ActionScript 3. Next, you need to drag an instance of the AnalyticsLibrary Component to the stage in order to import the code libraries. Create a new layer in flash and open the components panel (control F7). You should see a category named Google (which you created earlier in this tutorial). If you don’t see the Google category, then go back to the beginning of this tutorial and follow the directions again in the readme text file that was part of the download. Click the plus sign (+) next to Google and drag the AnalyticsLibrary component to the stage. Don’t worry where you place it on the stage. It should now be present in your project library (you should also see it listed in your library. Click Control L to see your project library.) Keep in mind I’m referring to your project library, which holds all of the assets you create in your flash movie (buttons, movie clips, images, components, etc.) I’m not referring to code libraries, which we will discuss shortly.

Finding the AnalyticsLibrary Component in Flash:
Drag the AnalyticsLibrary component to the stage.

Next, create an Actions layer and select frame 1 of the timeline in that layer. Click F9 to open the Actions window (which is where you write ActionScript code). Since we are using the Analytics Library Component to make calls directly from our ActionScript 3 code, you will need to import the libraries that you will use to instantiate a tracking object and make calls to Google Analytics. If you don’t import the libraries, you will not be able to make calls to GA.

Here is what you should add to frame 1 of the actions layer:
import com.google.analytics.AnalyticsTracker;
import com.google.analytics.GATracker;
var tracker:AnalyticsTracker = new GATracker( this, "UA-111-222", "AS3", true );

A Quick Explanation of the Code:
Note, you would obviously want to add your own GA account number so the data is sent to the correct profile. i.e. Don’t keep 111-222 as the web property ID. The first two lines import the necessary code libraries and the third line of code initializes the tracking object. Keep “this” as the first parameter, which references the current display object. Enter your own GA account number for the second parameter, you can keep AS3 as the third parameter for this tutorial, and keep “true” as the fourth parameter. That sets the debug mode. When true, you will see a trace of all tracking events occurring. When false, this will not be visible. Also, you can read the gaforflash documentation to learn more about each parameter.

Making Calls From ActionScript to GA:
Now, if you create a start button that visitors have to click in order to see anything in your flash movie, then we can logically target that click as a pageview. Then we can view in GA how many people started the flash movie. That would answer one of the first questions from your CMO, right? :) So create a new layer in your flash movie called Start Button and add your button to frame 1 of this layer. To stop the flash movie from playing before someone clicks the start button, simply add a stop action on frame 5 in your Actions layer. Create new keyframe on frame 5 and enter this.stop(); as the code. Again, the intent of this tutorial is not to teach you how to use flash, but I’ll add some tips as we move along. Select the start button on the stage by clicking it once and give it an instance name of start_btn in the properties panel. You can click Control F3 to bring up the properties panel if it’s not on screen. We need to give the button an instance name in order to target it in ActionScript. If you don’t give it an instance name, your code will not work.

Creating an Instance Name in the Properties Panel:
Give your button in flash an instance name.

Now go back to frame 1 of your actions layer and open the actions window again (click F9). Below the code we first added (importing the libraries and initializing a tracking object), add the following lines of code. I will explain them in a second… You can give yourself some space by clicking enter a few times. Your code does not need to be lumped together!

//functionality for start button
start_btn.addEventListener( MouseEvent.CLICK, startExample );

function startExample( event:Event):void {
//we know that the user engaged the flash movie (they clicked start)
tracker.trackPageview("/GAFlash/Start");
play();
}

The Code Explained:
The first line is a comment, which is good programming practice. You can simply describe the code that follows. This will not be visible to anyone but you as a programmer. The second line is an event handler for the start button. It targets the instance name start_btn, which we set up earlier. This is why we needed to create an instance name. Now our code will look for a mouse event (CLICK) for the start button and then trigger the function called startExample, which I will cover in a second. Event handlers enable you to react to events in your flash movies. They are critical to creating advanced functionality in your flash applications.

The function startExample() will be called when someone clicks the start button. This function uses our tracker object to trigger the trackPageview method and then plays the main timeline in your flash movie, using the play(); action. Remember, we want the visitor to see the rest of our flash movie after clicking the start button. The trackPageview method tells Google Analytics to track a specific pageview when something happens. The page will show up in GA reporting as /GAFlash/Start in your content tab, as if someone actually visited a page on the website. Pretty cool, right? So, you’ll be able to go into GA and click the content tab and see how many times this “page” was triggered. Nice. That wasn’t so bad, was it? That was all done in less than 15 lines of code.

Tracking the Product Thumbnails:
You will use the same methodology for tracking the two product thumbnails in your flash movie. Remember, we want to know when someone clicks each thumbnail, but we’ll be adding one more event…when someone hovers over the thumbnails. You might find that people were interested enough to hover over a product, but not trigger it. If you see enough of this behavior, you might want to dig deeper to find out what’s causing it. That’s just a simple example and you should work with your web analyst to determine what to track for your specific website and flash content.

A Screenshot of the 2 Product Thumbnails for this Example:
Adding the product thumbnails in flash.

We used the trackPageview method for the start button, but we will use trackEvent for the thumbnails. Examples of events might be clicking a button, hovering over that button, visiting a specific area of a flash movie, etc. GA now provides an Event Tracking tab within your Content tab. Within the Event Tracking tab, you can view categories of events, the specific actions users took, the labels associated with those events, trending, etc. So, we’ll track two events with each product thumbnail in our flash movie. I will only cover the first thumbnail here and you can copy this process to apply event tracking to the second thumbnail.

After someone clicks the start button, you used the play(); action to play the main timeline. At frame 20 on your main timeline, create a new stop action in your actions layer. Add a new keyframe at frame 20 and open the Actions windows. Enter this.stop(); as the code. Then create a new layer for your product thumbnails and add the buttons that you created earlier in this tutorial. Note, for this example, add them to frame 1 so your code can target the button instances. You can place them off the stage (off-screen) in frame 1 so they aren't visible and then move them on-stage later in the flash movie when visitors need to see them. If they aren't on the stage in frame 1, the event handlers you create targeting these buttons won't work. Give each instance on the stage a unique instance name, like product1_btn and product2_btn. You do this by selecting each button and then entering an instance name in the properties panel. Again, we need to give them instance names in order to target them in our ActionScript code. Once you do this, go back to frame 1 of your Actions layer, click F9 to open the Actions window again and add the following code:

//functionality for product btn 1
product1_btn.addEventListener( MouseEvent.CLICK, clickProduct1 );
product1_btn.addEventListener( MouseEvent.MOUSE_OVER, hoverProduct1 );

function hoverProduct1( event:Event):void {
tracker.trackEvent("Products", "HoverProduct1");
}

function clickProduct1( event:Event):void {
tracker.trackEvent("Products", "ClickProduct1");
gotoAndStop("product1");
}

So we have two event handlers for the product1_btn. The first event handler will handle the CLICK mouse event and the second will handle the MOUSE_OVER mouse event. MOUSE_OVER is when someone hovers over the button (as you probably guessed). Checking the clickProduct1 function, you see that we are using trackEvent to send an event tracking call to Google Analytics. The two parameters are Category and Action respectively. I lumped both product buttons under the same category called “Products” and then gave specific events to each click and hover (HoverProduct1 and ClickProduct1). You will be able to drill into event categories in your GA reporting and then see specific actions, along with trending.

Important: When you set up the code for the second product button, make sure your event handlers target product2_btn versus product1_btn and that you trigger specific functions, such as clickProduct2 and hoverProduct2 versus clickProduct1 and hoverProduct1. You definitely don’t want to call the wrong functions, as this will ultimately skew your reporting or throw errors in your flash movie. i.e. Someone might click the profile 2 button, but you triggered the profile 1 tracking.

The Email Link, Our Conversion in Flash
Last, but not least, we want to track when people click the email button. We have decided that clicking this button will be a conversion for our flash movie. Create a new layer in your flash movie and add your email button to frame 1 of this layer. Select the email button on the stage by clicking it and give it an instance name of emailMe_btn. Then go back to frame 1 of your Actions layer and open the actions window (hit F9). Below the code we added earlier, add the following lines of code:

//functionality for email button, this is also our conversion
emailMe_btn.addEventListener( MouseEvent.CLICK, onButtonClick );
function onButtonClick ( event:Event ):void
{
tracker.trackPageview("/GAFlash/EmailMe");
}

OK, so when visitors click the email button, we will trigger the trackPageview method to track that click as a pageview in Google Analytics. The page will show up as /GAFlash/EmailMe in your Content tab. In addition, since this is a conversion, you can set up a conversion goal in Google Analytics targeting that page. Then conversions will show up in your Goals tab within Google Analytics. Now you can tell your CMO how many visitors are converting within your flash movie. That’s not as generic as “Sorry, we don’t know”, right? ;-)

Quickly Test and Track Your Flash Movie
In the first piece of code we added in this tutorial, we included this line:
var tracker:AnalyticsTracker = new GATracker( this, "UA-111-222", "AS3", true );

As mentioned earlier, the “true” parameter tells flash whether you want to run debug mode. If you set this to true, then you can see a trace of your calls to Google Analytics. I recommend turning this on during your testing and then when you are ready to go live, you can turn if off by setting the parameter to “false”. Go ahead and test your movie and click the start button. You should see a message when the call is made to GA, and if it was successful. Then as you interact with your product thumbnails, you will also see the calls being made. Last, as you click the email button, you should also see the call being made. If all looks good, then you can add your published flash movie to an html page and then upload the files to your website. Remember to set debug to false as mentioned earlier or else everyone viewing with your flash movie will see the trace of your calls. Then click away and thoroughly test out your flash movie, try different browsers, platforms, etc. Make sure you trigger each of the elements enough and wait for GA to show you the results in your reporting.

Enabling Debug Mode to View a Trace of Your Calls:
Visual debugging with the gaforflash component

My Working Example of Using GAforFlash
I uploaded my example of using the Google Analytics for Adobe Flash Component in case you wanted to see how it looked and worked. I know it's hard sometimes to follow along without seeing the final product.

Checking Your Google Analytics Reporting
I’m going to show you what the reporting looked like for my own example. The first thing I did was click the Content Tab in Google Analytics and then Event Tracking within that tab. I immediately could see the total number of events that took place, visits with an event, etc. {See screenshots below.} Clicking the Categories tab displayed the event categories we set up earlier, such as Products (Note, I used UserProfiles in my example versus Products so that's what you will see in the screenshots below). This category includes the actions of hovering and clicking the product thumbnails. This is why mapping out what you want to track is important. You want a clear hierarchy in your reporting. Drilling into each category, I could see the actions that took place like HoverProfile1, ClickProfile2, etc. Note, I used the word "profile" in my testing versus products. If you click the Actions tab (below categories), you will see all of your actions listed, regardless of category. We didn’t add the optional parameter for Labels so you won’t see anything there (in case you were wondering).

The Event Tracking Overview Report in Google Analytics:
Viewing the event categories in Google Analytics

The Events Category Page in Google Analytics:
Viewing the event categories in Google Analytics

The Event Actions Report in Google Analytics:
Viewing the event categories in Google Analytics

Pageviews and Conversions
Remember we wanted to know how many people started our flash movie (after clicking the start button)? Well if you go into the Content Tab and check top content, you will see the /GAFlash/Start page listed. The number of pageviews shows how many times visitors started the flash movie. In addition, you can view /GAFlash/EmailMe, which shows the number of times the email button was clicked. And since we set this up as a conversion, you can click the Goals tab and see your TrackFlash conversion listed. Drilling into that conversion goal will also reveal conversion rate. And since it’s a conversion goal, you can see conversion by traffic source, campaign, keyword, etc. That’s the benefit of setting up conversion goals… So, you might find that organic search traffic converted 10x as much as paid search, or that visitors arriving via your email marketing didn’t even trigger your flash movie, so on and so forth.

Viewing Flash Pageviews in the Top Content Report in Google Analytics:
Tracking flash pageviews in Google Analytics

Viewing a Flash Conversion in Google Analytics:
Tracking flash pageviews in Google Analytics
Summary
OK, we've definitely covered a lot in Part 2. Either your head is reeling or you're excited to use the gaforflash component in your own projects (or both!) Take your time and test our different scenarios. Work with your flash development team and your web analysts to map out how to best track your flash apps. You never know, it very well could lead to more flash application work… like if you told your CMO that 25% of the people interacting with your flash movie converted! :) Imagine if you could glean insights from your flash content versus it just being slick and pretty. And I’ll take data over pretty any day of the week. ;-)

GG

Read Part 1 of this Series on Tracking Flash in Google Analytics

Labels: , , ,

How To Track Flash In Google Analytics (GA) Using The Google Analytics For Adobe Flash Component (GAforFlash), Part 1 of 2

Tracking Flash in Google Analytics Using the GAforFlash ComponentI wanted to start this post with some quick points about flash:
* flash content can be extremely engaging.
* flash apps are a great way to create something viral.
* flash is currently used extensively on the web for everything from video to games to product demos.
* Creative Directors love flash.
* Brand Managers also love flash.
* But unfortunately, flash has been hard and confusing to track...

I apologize if you were feeling pretty good about flash until the last bullet! ;-) That is the reality, though.

Why Has Flash Been Confusing And Hard To Track?
Let’s take a quick look at why flash tracking has been an issue. First and most basic, there are many people that don’t know you can even track flash applications. That’s a tough obstacle to overcome, right? Second, the Analytics team is sometimes not involved during the planning of flash-based projects or campaigns. I’m sure some web analysts reading this post probably believe that’s an understatement! Third, you need to coordinate mechanisms for tracking flash with both flash developers and analysts. Fourth, there has been confusion about how to actually track flash even if you already have your flash developers and analysts in the same room. Last (at least for this initial list), some people will focus on the end result (conversions only) and not track the specific elements on the website that lead to the conversion. i.e. As long as people buy something or sign up, I don’t care what they do on the site. As you can probably guess, I’m not a big fan of the latter… I think the more information you can gather about how visitors interact with your website, the more you can optimize the website to increase conversion (whatever conversion is for your specific business).

Yes, You Can Track Flash
I’m here to tell you that you can track flash and you can see how visitors are interacting with your flash applications. The approach I am going to show you is a more elegant method for tracking flash than what's been used in the past. My hope is that this two part series can save you from a potentially embarrassing moment. You know, when your CMO asks how the 6 month flash development project that cost $75K, that looks incredible, is highly engaging, and wins awards is contributing to the success of the website. Unfortunately, many people run for the hills at that moment, or act like they didn’t hear the question (Chevy Chase-style). I’d hate for you to say, “We’re not actually sure Mr. CMO…” ,and I’d rather hear you say, “Absolutely, here’s detailed reporting of how visitors are engaging our flash content, as well as the tangible effects on conversion.” Yes, I want you to be the flash analytics rock star. :)

Introduction to the Google Analytics for Adobe Flash Component (GAforFlash)
The GA for flash tracking component enables you to track specific events and functionality in your flash movies and seamlessly communicate with Google Analytics for tracking. It gracefully handles any DOM issues that could cause problems in other types of flash tracking using GA. It’s an open source initiative between Google and Adobe Systems and you can find more information on the Google Code Project website. http://code.google.com/p/gaforflash/

OK, But What Is It Exactly?
There are two components you can use in flash that enable you to track events, pageviews, conversions, etc. One is a simple flash component that you can customize in the component inspector in flash and the other component involves importing the tracking libraries into your project and then making calls to GA from within your ActionScript code (AS3). I’m going to cover the second approach, since it gives you the most flexibility. And don’t get scared with the way it was explained above. It’s actually straight forward if you are comfortable working in flash.

A Quick Tip For The Code-Averse:
I’m going to walk you through my example step by step in Part 2 of my series on tracking flash in google analytics. If you have worked in flash and written some ActionScript code, I’m confident you will be able to follow along. If not, grab your flash developer and your web analyst and then schedule a working lunch. You can all walk through my example together as a team. After going through my second post, I have a feeling you will collectively brainstorm several ways to use the GA for flash component to track your flash elements, websites, and applications.

So Are You Excited To Start?
Good, then you’re ready to read my second post, which covers how to track flash in Google Analytics using the GA for flash Tracking Component.

GG

Labels: , , ,

Thursday, November 06, 2008

Web Analytics and Tracking Your Online Marketing Campaigns, Why Starting With a Basic Analytics Foundation is a Smart Way to Go

Web analytics, basic setup and strong foundation.You woke up earlier than usual this morning, eager to start the day. This is not your typical week... You’ve got a new product launching and you are having some final meetings to make sure everything is covered with your online marketing campaigns. In one of your last meetings before the launch, your CMO walks in and says, “Great work on developing the campaign and I’m excited to see the results. When can I expect to see some reporting detailing how each channel is performing?” Crickets chirp… {Since this is my blog post, I have the power to freeze time for 10 minutes so I can explain more about web analytics and help you craft your answer to your CMO. Please continue reading.}

There’s no reason that tracking online marketing campaigns should be an issue, although unfortunately, many times it is. There is a lot of talk about bleeding edge web analytics, and believe me, I’m excited about those advancements. But I would be careful with how you implement your web analytics package, or more importantly, how fast you move to an advanced tracking setup.

I think everyone would agree that it's never a good thing when campaigns go live without the proper tracking and measurement in place. It actually pains me to see that occur…especially knowing how some basic reporting can provide powerful and actionable insights. That's right, I said basic reporting and actionable insights in one sentence. For example, wouldn’t you like to track each aspect of your campaign to see which ones perform best? You can use this data to help you determine how to proceed in future campaigns (or even how to tweak current campaigns that are live). Is paid search generating the most revenue, which categories of keywords within paid search are driving that success, is email marketing generating high click throughs, but low conversion? Are your product pages ranking in natural search, how much traffic is coming from Google, and what’s the conversion rate for specific categories of keywords from organic search? If you think that these questions are hard to answer, you are wrong. I’m here to tell you that with some relatively basic tracking in place, you can find out answers to all of these questions, and more importantly, you can pass those insights to senior management at intervals during the campaign. As you can imagine, having campaign data is extremely valuable (even when it's negative). And, that information is easily digestible by all levels of the organization.

Start with a stable and accurate web analytics foundation and build upon it…
Here’s a quick analogy. You just spent thousands of dollars buying state of the art windows for your home. In addition, you decided to put in hardwood floors throughout the house. That’s great, but you’ve got a small problem. Your foundation is badly cracked. Considering that you need to spend a lot of money trying to fix your foundation, now how do you feel about adding all of the extras? You suddenly don’t seem to care, right? Web Analytics is the same way. What good is jumping to advanced levels of tracking when you can't even get basic performance data?? That's why I always recommend starting with a relatively basic implementation. Then, make sure your reporting is accurate and providing you with actionable information. Once you have a solid web analytics foundation in place, you can enhance it and test the new functionality in bite size pieces. For example, advanced segmentation, event tracking, tracking visitor engagement, implementing an advanced testing platform, etc. I don’t recommend jumping into the most advanced analytics setup right out of the gates. I can tell you with almost 100% certainty that you won’t be in a good place. There will be confusion, disappointment, frustration, and then you’ll probably revert to the basic setup like I recommended in the first place! By that time, you might have wasted countless hours, days, and months trying to get the advanced setup working. Even worse, there may be people in your company that have been using the reporting to make decisions... and decisions based on poor data is not good, to say the least.

What type of information can you get from relatively basic reporting?
Let’s go through a hypothetical campaign so you can see what I’m referring to. Maybe you have a new version of a product launching soon. You’ll be running paid search, display advertising, email marketing, and then optimizing the new section of the website for organic search. You’ve decided to use Google Analytics to track your campaigns and have installed the tracking code on each page of your website. For our example, there are two conversions, an e-commerce sale and an email list signup. You will be running paid search in Google and Yahoo, your display advertising is running on a number of industry-specific websites, you will be blasting out several email campaigns to your segmented in-house list, and you’ve optimized your new pages based on keyword research for natural search. With Google Analytics in place (a package I’ve written about often), you will be able to track each aspect of your campaign to determine the effectiveness of your efforts. With the proper tracking in place, you won't be surfing your web analytics reporting aimlessly for hours. Instead, you will be able to drill into GA and pull relevant information that can help you understand what worked and what didn't.

But Glenn, how do I track my campaigns?
That’s a good question and one I hear often. You’ve already added your GA code to your website, which is the first step. The next step (for our example) is to make sure GA tracks conversions and then revenue. You can learn how to set up conversion goals in Google Analytics here. After you learn how to set up conversion goals, you can read about how to set up e-Commerce tracking. It’s not hard to do and should take your developers a relatively short amount of time to set up. When that’s completed, you will be able to see conversions and revenue by channel (Paid Search, Natural Search, Email Marketing, Display Advertising, etc). Even better, you can drill into your campaigns to see which ad groups are driving the best performance, which keywords, which email creative, which creative elements are working best, etc. For example, you might find that one version of your email creative outperformed other email creative by 65%. That’s the type of powerful information you can glean from even a basic setup like this.

Now, GA natively tracks your AdWords campaigns so you are covered there without any additional tagging. For your other campaigns, you will need to tag your creative using GA’s tracking parameters. You can learn more about how to tag your links here. They are basically querystring parameters that enable GA to identify specific campaigns, and then will enable you to run reports on what those visitors do on your site. So for our example, you would want to tag your Yahoo paid search campaigns, your email marketing campaigns, and your display advertising so they can be uniquely identified by Google Analytics. BTW, I’ve written a post about how to tag your email marketing campaigns so you can track each element clicked in your emails. I’ve also written about tagging YSM campaigns using dynamic variables. Once you tag your campaigns, you can access your reporting within the Campaigns tab in Google Analytics (under Traffic Sources).

But can I really track valuable information with this setup?
You bet, but I’ll let you be the judge. Take a look at the bullets listed below and mark down how many you think would be valuable or important when tracking your campaigns:

*Visitors from each channel and then each campaign within that channel. i.e. Paid Search campaigns, email marketing campaigns, banners, etc.
*Conversions and conversion rate by channel, by campaign, search engine, keyword, email creative, banners, etc.
*e-Commerce revenue by channel, campaign, search engine, keyword, email creative, banner, etc.
*Bounce rate of all campaign landing pages.
*Exit rate of pages within your site and campaign section.
*Conversion Funnel analysis, or where people drop off when trying to complete a conversion.
*Trending over time per channel (and per campaign within each channel.)
*Top products and revenue during the campaign time period.
*Referring websites that are driving traffic to your campaign landing pages, including conversions and revenue from those traffic sources.
*Which geographic regions generate the most revenue or conversion.

I can keep going, but I’ll stop there.

How many bullets did you identify as valuable? I hope all of them (or at least most of them). Once you have this data, you can easily compare the reporting to previous campaigns, you can use it to refine the current campaign (on the fly), or use it to improve future campaigns. It’s actionable data. For example, you might find that display advertising cost you $50,000 and generated only $10,000 in revenue. Drilling into your display advertising, maybe two websites outperformed the others by a huge margin. Maybe you’ll find that paid search generated a 350% ROI. Drilling in further, your brand keywords accounted for most of the revenue and you already rank in natural search for those keywords, so do you need to run brand terms next time? Maybe your email marketing generated a lot of click throughs, but almost no conversion. You also notice a 90% bounce rate from email. Why?

OK, I think you get the picture. You will gain all of the information I listed above, and more, by using a fairly basic analytics setup with some minimal tagging. Can you see why it’s frustrating to some people in web marketing when campaigns go live without the proper analytics setup or tracking in place? Now, would I love to track even more than this by using an elaborate web analytics setup? You bet, but compared to having no tracking in place or unreliable tracking, I would be happy with this level of reporting! Wouldn’t you?

Back to your CMO for a second:
{Now I will unfreeze time so you can answer your CMO.} Earlier in the post, you were ready to answer a question from your CMO about campaign reporting by channel. Now instead of crickets chirping, I hope you’re chomping at the bit to answer his question. Maybe something like this will do, “Tracking? Absolutely, you’ll receive reporting 48 hours into the campaign and then twice per week for the life of the campaign. Then we’ll create a presentation detailing our findings once the campaign ends.” He smiles, and then walks out with a confident look in his eye. You turn around and open Outlook, create a task, and enter “Send Glenn a quick thank you.” ;-)

I’m going to leave you with one last question. If you were the CMO and had 2 senior marketing managers provide you their campaign reporting and one provides you the level of detail that I listed above (from a relatively basic analytics setup), and the other provides you with almost no reporting, or sketchy reporting at best, which one would you allocate more budget to next year?

GG

Labels: , ,

Wednesday, October 22, 2008

YouTube Insight, How to Optimize and Enhance Your Online Videos Using Analytics

YouTube Insight, Optimizing Your Video Clips Using AnalyticsToday I get to write about two of my favorite things, Web Analytics and Online Video. Lucky me! Given that YouTube just surpassed Yahoo as the #2 search engine, I think it’s safe to say that many of you probably visit YouTube regularly to watch videos online. In addition, I know some of you are taking the next step and producing your own videos to share with the world. That covers watching, producing, and sharing, but there’s another concept I wanted to introduce today, and that’s optimization. Did you know that YouTube gives you access to a video analytics package free of charge, right in your YouTube account? It’s called YouTube Insight and it gives you the ability to constantly glean insights from your video clips and viewers. Video producers that use Insight already know its power, but I still think many people don’t know what to do with it, or more importantly, how to optimize their videos using the data provided by Insight. If you’ve read my blog before, then you know how I feel about the importance of web analytics. Well, this is simply an extension of web analytics, but specifically for your own YouTube video clips. Let’s dig in.

What is YouTube Insight?
YouTube Insight is a video analytics tool that provides you with valuable information about your video clips (and your viewers). Insight gives you several reports, including views, popularity, discovery (how people find your videos), and a new piece of functionality called hotspots. Insight Hotspots enable you see which parts of your video are hot (higher engagement) and which parts are cold (less interest and engagement). I will explain more about hotspots below.

Improving Your YouTube Videos with Insight
Let’s face it, producing videos is darn time consuming. I began shooting and editing video in 1995 and one thing I learned very quickly was that producing a video is not easy and takes a lot of time. So, if you are going to spend the time to brainstorm, script, shoot, edit, and publish videos for YouTube, then you are probably going to want to know what works and what doesn’t. For example, which videos are more engaging, which garner most of your views, how popular were they compared to other videos, which parts of the video were more engaging, etc. You want to know this information so you don’t waste valuable time in the future.

Accessing YouTube Insight
You can access Insight in a few different ways once you have logged in. First, you can access your Insight Dashboard by clicking the Account link in the top right of your screen. Then you can click YouTube Insight from the Performance and Data Tools section located near the bottom of the page (left side).

First Click Your Account Link, Then Click YouTube Insight on Your Account Page:
YouTube Account Link

YouTube Insight Link

The second way to access Insight is by entering the My Videos Page (Uploaded Videos) and clicking the Insight button (for each video). The button for Insight is below the video information and is next to Audio Swap.

YouTube Insight Button Located on My Videos Page:
YouTube Insight Button

Insight Dashboard (a snapshot of all videos)
Your Insight Dashboard functions just like a dashboard in any web analytics package and gives you an aggregate view of your videos (your channel). For example, your dashboard will show you which videos are most popular, how many views your channel is getting, which geographic regions hold the most viewers, popularity of videos in your channel, demographics of your viewers, etc. It’s a great way to get an overall view of how your channel is performing. That said, you really should drill into each video to gain the most valuable information… Aggregate data at the channel level doesn’t really give you actionable information.

Tip: When you are ready to analyze a specific video, you can either click its name in the Views tab of your Insight Dashboard or you can go to your My Videos Page and click the Insight button under each video clip. If you always want to begin by analyzing specific videos, then you might start your visit by accessing the My Videos Page instead of the dashboard.

Visits
You can click the Visits tab to see the number of visits each video received in all countries, or in specific regions. You can change the timeframe on the graph and you can choose a specific country from the dropdown on the right. Then, let’s say you choose the United States, you can click on specific states to see your visits per state. To change the date range, you can click the Zoom links in the top of the graph for 1 day, 5 days, 1 month, 3 months, 6 months, 1 year, or Max. Or, you can use the slider below the graph to quickly change the date range of your report.


YouTube Insight Views:
YouTube Insights Views

Popularity
Insight also gives you the option of seeing how popular your videos are compared to other videos in the selected region during that timeframe. Just like with visits, you can click a country on the map to target that region, or you can drill into a region to get more granular. For example, you can click a state in the US to see the popularity within that state. You can also click specific countries within a region like Turkey within the Middle East or China within Asia.

YouTube Insight Popularity:
YouTube Insights Popularity

Discovery (or Traffic Sources)
OK, who else is addicted to checking traffic sources for their website in their web analytics package? It’s hard not be, right? The Discovery tab provides the traffic sources for your video clips. I love it. In a nutshell, it's how people found your video. There are five links within this section and they include:

YouTube Search, or which keywords people are entering to find your videos on YouTube.
Related Videos, or other videos on YouTube where your video thumbnail showed up as a related video and people clicked that thumbnail to get to your video.
Embedded Player, or which sites have embedded your video clip (using the embed code in YouTube).
External Links, or websites that link to your video clip (AKA referring sites).
Google Search, or keywords people are entering in Google to find your video clips.
Google Video, or keywords that people are entering on Google Video to find your video clips.
Other, or links to your video where there is no referring URL (AKA Direct Traffic). This might be a person emailing the link to someone else, IM’ing the link, etc.
YouTube Other, or other pages on YouTube that are linking to your video clips (not related videos).

YouTube Insight Discovery:
YouTube Insights Dicovery

Demographics
Insight provides some basic data regarding the demographics of your viewers. For example, you can see the age range and gender for viewers. In addition, you can click on a specific gender to see the age range within that gender. So, you can click Female and see the age range of your female viewers. {Marketers, can you say Test Group?} More on this later.

YouTube Insight Demographics:
YouTube Insight Demographics

New Addition: Insight Hotspots (and Coldspots)
YouTube just recently made this feature available. Using Insight Hotspots, you can see which parts of your video are more engaging (or less engaging) as compared to other videos of similar length. As the video plays in Insight, there is a graph on the left side of the screen that displays whether that segment of video was hot or cold. If it’s hot, fewer people are leaving your video at that point, or even rewinding the video to see that part again. If it’s cold, more people are skipping that segment or leaving the video at that point. I’ll explain more below about how to use this feature to enhance your videos, but needless to say, it’s an outstanding addition.

YouTube Insight Hotspots:
YouTube Insights Hotspots

This All Sounds Great Glenn, But How Do I Use Insight To Optimize My Videos?
Just like web analytics, having the data available is one thing, but using the data to enhance your efforts is another. Don’t fear! I’ll explain some basic things you can do in order to glean insights from your reporting to optimize your future videos.

1. Your Ad Hoc Focus Group
Companies spend a lot of money testing their creative to understand what will engage targeted viewers. Well, you can use Insight Hotspots to see what is working in your videos and what isn’t, and for free! You can see which parts of your video people like (rewind and watch again) versus don’t like (they skip through or exit the video). For example, you might find that physical stunts are extremely hot where dialogue is cold. Or you might test a few different versions of a video to see which angles yield the highest engagement. Does humor work, action, or a combination of both? Using Insight Hotspots, you can begin to take guesswork out of the equation and make decisions based on data (which is always a smart move!)

2. Using Insight For Keyword Research
I spend a lot of time talking about the importance of Keyword Research for SEO. It’s an incredibly important process to go through in order to optimize your website based on what people ACTUALLY search for (versus what you think they search for). With Insight, you have access to YouTube searches that lead to your videos, Google searches that lead to your videos, and Google Video searches that lead to your videos (and all for free). By analyzing these keywords, you can start to understand the ways in which people search for different types of content and then you can use that information to optimize future videos (and the text content you provide for those videos like your descriptions, tagging, titles, etc.) For example, are people searching for a category, a specific product, do they enter questions or is it by major keyword?

3. See Which Videos Spike Quickly Versus Providing Sustained Visitors
You might find that an entertaining video has a spike in visitors and then fizzles out, where an educational video builds traffic over time and constantly drives viewers your way. Since you can view visits trended over time, then you can start to get a feel for the lifecycle of specific videos. The more you know about the different types of content you produce, the more you can tailor future content to meet your specific needs (or the needs of your clients).

4. Understand Related Videos That Drive Viewers To Your Video Clips
You can start to learn which types of videos are considered “related” and which videos drive the most viewers. The more you understand the videos that drive people to your own clips, the more you can target future content to that target audience. For example, maybe you had a lot of visitors from How-To videos. You might use this angle in the future to make sure you show up there again, or to capture that traffic from the start...

5. Learn Which Websites Link To Your Video (Referring Sites)
Checking your external links, you can see which websites are linking to your video clips on YouTube. From an SEO standpoint, this provides a great opportunity for link-building. For example, if a site in your industry is linking to your YouTube clips, then maybe they would want to link to your website as well. Links are the lifeblood of SEO and finding topical and relevant link opportunities is extremely important. Note, you can’t see specific URL’s in Insight…you only get domain information, which is a little frustrating. That said, you can probably track down the specific webpage by doing a site command in Google. :)

6. Find Out Which Video Clips Go Viral
If you see a lot of viewers from “Other” in your discovery report (direct traffic), then that’s probably from email, IM, etc. Basically, someone sent around the link for your video to their friends, coworkers, etc. If you had a high percentage of viewers from Direct Traffic, then you might have found something that gets people talking. You can follow this path and test out future videos using similar types of content.

7. See Which Geographic Regions Watch Your Videos (Countries And States)
Are your videos more popular within certain countries or regions? Why were they more popular? For example, did you get a lot of traffic from New York when you shot a video in Times Square? Did you get a lot of traffic from Massachusetts when you showcased Boston Baked Beans in your video about the Best Ideas for Sunday Dinner? On the flip side, did you get a lot of viewers from Hawaii to a video about Surfing the Web on Your Blackberry? Were they interested in surfing or a Blackberry??

Produce, Upload, Analyze, and Refine
Let’s face it, videos are not easy to create (good videos). They cost money, take a lot of time to produce, and a huge amount of effort to pull off. If an average blog post takes a few hours to brainstorm, write, edit, and publish, then a good video takes 4-5X that at least to brainstorm, script, shoot, edit, publish and share. Given the time commitment involved, I highly recommend using YouTube Insight as your video analytics package to glean insights from your viewers in order to optimize and enhance your future clips. If you don’t, then you’re just flying blind. As you can probably guess, I’m against flying blind and you should be too, especially when someone hands you a free analytics package like YouTube Insight!

GG

Labels: , , , , , , , , , ,

Monday, June 02, 2008

Web Analytics and Tracking Offline Conversions | Why I Wouldn’t Want to be the Email Marketing Manager at Toys R Us

Tracking Offline Sales That Originate Online, Toys R Us Email MarketingMaybe that’s a bit harsh, so let me explain. I’m sure it’s a good job and that the person running email marketing enjoys what he/she does, but there is an inherent issue with that position that would drive me absolutely crazy... So, why wouldn’t I want to be the email marketing manager at Toys R Us? It has to do with sales attribution, tracking offline conversions, and what I’ve witnessed first hand over the past 6 months. Let’s start off with some background information.

Let’s Define Sales Attribution:
The definition of sales attribution is the process by which you assign credit (in this case revenue) to a particular sales channel. If you are using a web analytics package on your e-commerce website (and I hope you are), then sales attribution enables you to break down your revenue by channel (email marketing, paid search, organic search, banner advertising, etc.) to gauge how your marketing campaigns are performing.

Receiving the Email and Then Visiting the Store…
I receive email marketing from Toys R Us frequently (being a parent of 2 young children). If something piques my curiosity, I sometimes click through to the website and browse around. That’s good for Toys R Us and their email marketing manager. But…I almost always buy offline, and that’s not so good for the email marketing manager. Now, I’m sure the person running email marketing wants the best for the company and a sale is a sale, but that specific sale won’t be attributed to the email campaign that sparked the transaction. Do you see where I’m going with this? How would you like it if someone else (or department) always took credit for your hard work? Back to why I purchase toys offline. I think you have to be a parent to understand why I almost always buy offline at a Toys R Us store. You see, it’s actually a blast to visit the store with your kids. And, when weekends sometimes feel like a marathon for parents, it’s a much needed break. The only way I would buy from Toy R Us online is if the store near us didn’t have something I desperately needed in stock (and that’s not often). It’s ironic for me…since I buy everything online, but toys seem to be a different story.

Web Analytics and Sales Attribution
Typically, an email marketing campaign is tagged specifically to be tracked in a web analytics package. This is done via tracking parameters added to the links in the email marketing creative you receive. The tracking variables are appended to the URL in the querystring. To see what I’m talking about, check out the following link from an email I received from Lands End this past weekend.

An email link tagged with tracking variables:
http://www.landsend.com/ix/mens-clothing/index.html?tab=1&cm_mmc=usnews-_-usnews_060108_fs_core-_-topnav-_-menstab

Lands End is using Coremetrics (a web analytics package that I am extremely familiar with). The tagging you see in the querystring will enable the web analytics package to attribute the sale to the email marketing I received on Sunday. Based on what I just showed you, I’m sure you can see why tracking online campaigns is much easier to do than offline campaigns (and why it’s much faster to report). You can track each campaign at a granular level and obviously make decisions based on your reporting to improve campaign performance in the future. That said, you still have a problem with tracking offline conversions that started online (like I explained earlier with receiving an email and then visiting the store.) So, as the sales roll in at the store, the poor email marketing manager back at headquarters won’t really be able to attribute that revenue to his or her campaign. Sure, you can guess that the email drove a certain amount of revenue, but you can’t say for sure… Unfortunately, there aren’t many ways around this issue (for now). However, there are some ways to attempt to capture the sale and attribute it correctly and I’ve listed two ideas below.

Some Ideas for Attributing Sales for Offline Transactions That Originate Online:

1. Include a printable coupon in your email.
If you can provide a printable coupon in your email creative, then you might entice a customer to bring it to the store. If the coupon is used, then you can attribute the sale to your email marketing campaign (as long as your systems can communicate with one another). This is not a new technique and it requires a customer to take a few extra steps, but it can help you attribute the sale to your campaign. Hey, every dollar counts when you’re running that channel, right?

2. Have your cashiers ask the question at checkout.
Now, this is definitely not foolproof, since it’s based on human behavior, but it might work for you. Let’s list a few potential problems… The cashier may never ask the question or ask much less frequently than you want. The customer may not tell the truth or shrug off the question. Let’s face it, relying on people to track your sales is not optimal.

Let's Help The Email Marketing Manager at Toys R Us!
So, can you see why I wouldn’t want to be the email marketing manager at Toys R Us? I can’t imagine how many sales are attributed to other channels. That would drive me nuts! But, we can help... If you’ve received an email from Toys R Us, but visited the store to make your purchase, list the date and dollar amount below. Maybe the email marketing manger can import this data into his/her web analytics package and finally get credit for a job well done!

I’ll start:
May 25th, $72.10

GG

Labels: , , , , , ,

Monday, April 28, 2008

Performing Keyword Research and SEO, Don’t Assume You Know the Right Words to Target!

How to perform keyword research.When it comes to Natural Search and SEO, performing extensive keyword research for your given business is critical. In my experience, most people are too close to their businesses to understand what people are really searching for. You may have seen this too, like using terminology and acronyms that only industry folks use. Or, if you have been in an industry for 20 years, then you surely must know how people search the web for your products or services, right? Don’t make this mistake! You might get a few by chance, but I’ll guarantee you are missing huge opportunities if you ignore keyword research. So don’t do it. :-)

Skepticism is Good
Right now, some of you are probably skeptical. That’s good, and I’ll give you some examples to curb your skepticism. Let’s say you are in the summer rental business at the Jersey shore. If you performed keyword research for your business, you would find that beach rentals is searched 4X more than summer rentals, which in turn is searched for 10X more than nj shore rental and beach house for rent. Without keyword research, it’s all based on opinion… I’ll take real data over opinion 99% of the time. That’s one thing about keyword research that I love… it takes guesswork out of the equation. Armed with data, you can make the right decisions from the beginning of your seo project before wasting time, money, and effort.

Here are some more quick examples:
Do you sell jewelry? Did you know that the keyword jewelry showed up 12X more than the keyword jeweler in Keyword Discovery? Let’s shift our focus to a buggy business? Pest control is searched 10X more than exterminator. Sell infant bedding? Did you know that the keyword baby bedding showed up 16X more than the keyword infant bedding? That's 16X more! I think you get my point… Do your keyword research and move opinions to the side…focus on real data, real searches, and don’t waste your time and effort trying to rank for keywords that won’t pay off.

Keyword Research Tools:
The two most popular options for keyword research are WordTracker (WT) and Keyword Discovery (KD). I have used WordTracker much longer than Keyword Discovery, but I can tell you that I’m really digging KD. Both are great tools and will give you excellent data. WordTracker’s database holds approximately 330 million metacrawler searches where Keyword Discovery holds over 36 Billion from over 200 search engines. I often find myself using both tools to find the right keywords, and if you focus on SEO, I would probably keep accounts with both services. Their prices won’t break the bank… WordTracker is $59/month and you can get a fairly large discount for an annual purchase ($329 for the year). Keyword Discovery is $70/month and I believe both are a small price to pay for finding the right keywords via the multitude of tools they provide. Your return on investment should be huge, to say the least.

A Closer Look at Keyword Discovery:
Let’s say you sell women’s jewelry and wanted to do some keyword research. You would log into KD and enter jewelry in research mode (see screenshot below). You will see the top searched terms with the keyword jewelry in them. The one column provided at this stage is “Searches”, or the number of times that the keyword was searched for over the past 12 months.

Screenshot from Keyword Discovery (Research Screen):
Click the image below to view a larger version.
Researching a keyword in Keyword Discovery

Now, if you click the icon for “Analyze”, then you will see those keywords with some additional columns like “Occurrences”, “KEI”, and “Predicted Daily”. Occurrences shows the estimated number of webpages the keyword shows up on. KEI is a formula for showing you how competitive the keyword is. I can dedicate an entire post to KEI and you can read more about it on the web, but not all keywords are equal from a competitive standpoint. KEI helps you determine which keywords are worth going after and which ones might be too tough to rank for. Predicted Daily is just that, the predicted amount of times that the keyword is searched for each day.

Screenshot from Keyword Discovery (Analyze Screen):
Click the image below to view a larger version.
Analyzing a keyword in Keyword Discovery

Drill in further to find targeted, long tail keywords…
At this point, you can click on any keyword to see a list of longer tail keywords containing the original word you clicked on. For example, click diamond jewelry to see all the keywords in the database that have the words diamond and jewelry as part of the keyword. This will include diamond jewelry watches, black diamond jewelry, diamond jewelry stores, etc. Then click “Analyze” again to view the additional columns I mentioned above.

I have my keywords, now what?
Let’s say you performed keyword research, found your target keywords, and have the spreadsheet sitting in front of you. Now what? Well, you would want to include these keywords on your website within the right HTML elements. For example, you would want to use these keywords in the title tag, the meta description tag, in the page copy, within your page headings (H1, H2, etc.), in your navigation and anchor links, and in image alt text. You would want to take a hard look at the pages on your site and optimize each one for the specific content they hold. Yes, it’s a lot of work, but well worth it. If you have a large site, definitely work with your developers on how to optimize the site dynamically. I can also write an entire post on optimizing the elements I just listed, but you’ll unfortunately have to wait for that one! I want to keep this post from being 25 pages long. ;-)

In SEO, your work is never done.
Once you optimize your website, you can’t just sit back. Like everything in web marketing, you need to track your results and refine your strategy as needed. Maybe some of your optimization isn’t paying off like you want it to, so you may need to go back and research more terms and optimize more pages. Or, you might want to tweak some of your pages, based on changes in your industry, your products, or seasonality. If you are using a robust web analytics package (Omniture, Coremetrics, Google Analytics, etc.), then you should have some great data to analyze. Then learn from the data and make changes to improve your rankings. I have written several posts about web analytics and you should definitely check them out.

OK, I’m sure you are chomping at the bit to get started (at least I hope you are!) Definitely stop back and let me know how keyword research works for you and your business. Go ahead, real data awaits!

BTW, did you know that SEO is searched for 3X as much as Search Engine Optimization? We are lazy typists, aren’t we? Quick tangent...do acronyms affect your business? ;-)

GG

Labels: , , , ,

Friday, March 28, 2008

Google Analytics Benchmarking Data, Comparing Your Website Data to Industry Verticals

Google Analytics Benchmarking Data, Comparing Industry Vertical Data to Your WebsiteEarlier this month, Google Analytics added a new feature, the ability to view benchmarking data across verticals. The idea is to enable you as a website owner to compare your reporting to that of your industry as a whole or to other industries. You would obviously want to do this in order to glean insights about how your website compares in context (and not in a vacuum). Context is very important to have or your web metrics are just numbers. For example, your visitor level might be low or high compared to your niche, but you won’t know that unless you have context (or in this case other comparable data from your vertical.) Overall, I think Google providing benchmarking data is a good start and I’ll explain more below, but it really is just a start… Anyone that does competitive research for a living probably cracked a grin when they saw this very high level information.

How to View Benchmarking Data:
In order to view benchmarking data, you need to enable it in your analytics settings from within Google Analytics. The first page you see after logging in (which shows your various profiles) has a link that says “Edit Account and Data Sharing Services”. After clicking that link, check the box that says, “Share My Google Analytics Data… Anonymously with Google products and benchmarking service”. Then click “Save Changes”. Note that it could take several weeks for this data to show up. You will know if it shows up by clicking the Visitors Tab from within Google Analytics and then the “Benchmarking (BETA)” tab. Then you can dig in.

Enabling Data Sharing in Google Analytics for Benchmarking Data
What Does Benchmarking Reporting Include?
The first thing you will see is a dashboard of reports, including Visits, Pageviews, Pages Per Visit (PPV), Bounce Rate (my favorite metric), Average Time on Site, and Percent of New Visits. Each graph will show you how your site compares with the industry you have selected. So how do you change the industry vertical to compare against? At the top of the report, you can click “Open Category List” to reveal all of the verticals you can select to compare your site’s data to. OK, I’ve revealed problem #1. If you want to compare apples to apples, you might not be thrilled with GA’s initial list of verticals. Again, this is a great start, but if you focus on a vertical that’s not directly reflected in one of the listings, is the process of analyzing the data worth it? Every vertical and type of site will have their nuances, so it’ll be hard to accurately compare data unless your vertical is listed.

Comparing Visits:
Everyone wants to know how their visitor counts stack up against their industry. This is actually one of the graphs that can help you. For example, if you see a dip in traffic during March, did your industry see the same dip? Did they see an increase instead? What does the trending look like for Q1 for your site versus your industry? Do you want to find partnerships based on seasonal traffic levels? Take a look at various verticals to note similar trending or inverse trending. Maybe you can help each other. You get the point…

Comparing Bounce Rate:
When I first found out that the benchmarking service would include bounce rate, my favorite web metric of all, I was psyched. I’ve written a series of blog posts about bounce rate, since I don’t think there’s a better metric for telling you more as fast as Bounce Rate. That said, I preach that bounce rate at the aggregate level (or site level) doesn’t really tell you much… you need to segment your data to truly understand where the problems lie. For example, social media traffic from Digg might have an 85% bounce rate, where your email marketing campaigns might be at 25%. Paid Search might be at 30% and organic search at 15%. Those numbers analyzed separately can tremendously help you. Combine them and you have a 39% aggregate bounce rate. Is that good or bad? I’m sure you get my point. Back to the benchmarking data. So, looking at the aggregate bounce rate on your site compared to an industry vertical probably won’t give you actionable data. That is, unless your BR is 90%. Then you don’t need benchmarking data anyway, you need some serious help. :)

Comparing Percent of New Visitors:
You want your visitors and customers to come back, right? So this metric can at least give you a feel for how your visitor retention compares to your industry vertical or other industry verticals. Every industry is different, but let’s say you are 30 points higher than your industry vertical for percent of new visitors and you aren’t running any crazy new campaigns (which would skew your data), then you might be on to a customer retention issue… Again, it really depends on your vertical and which marketing efforts you launched during that time period. If you see high numbers for return visitors against your industry totals, then how can you keep that trend going? These are just hypothetical situations, but it could be a valuable process to go through.

Comparing Pageviews:
I’m not going to spend a lot of time on pageviews. This metric bothers me slightly. I’m focused on conversion, so I don’t care if that takes 3 pageviews or 18 pageviews. That said, you can possibly find some interesting data here, like if pageviews in your industry are significantly lower than yours…maybe there is an industry trend for implementing new functionality that radically cuts down the amount of pageviews needed to find the right product. Hypothetical of course, but you might be able to glean insights from the reporting. The other problem is based on rich media functionality or AJAX, which won’t show up as additional pageviews. So, how do 10 pageviews compare to 2 if the 2 is really closer to 10, but completed via AJAX?? Again, I wouldn’t focus on this metric…

Comparing Pages Per Visit:
This could be a valuable metric to analyze compared to your industry vertical if your goal is to keep visitors on your site (advertising model). This essentially answers the question “how sticky is your site compared to your industry vertical?” Are there elements that your competition is using that increases their pages per visit? Is your site much stickier on average? Why is that? Did you just implement new content areas or various types of media content like video? For an e-commerce site, this isn’t as big of a deal. Again, if it takes my visitors 5 pages to convert or 10 pages, I don’t necessarily care. I want to provide the right information to the right people at the right time in order to build trust and convert them to a customer. It’s not always about speed…

Average Time on Site:
This is similar to pages per visit to me. Again, it really depends on your type of site. Are you trying to keep visitors on your site longer based on your business model? How are you achieving this? Did you implement social media functionality? Did you just implement video content? Is there messaging functionality? How does your site’s average time on site compare to your vertical? Or to similar verticals? A low average time on site compared to your industry vertical could indicate a problem with your campaigns, content, or navigation.

To summarize, I think Google Analytics has taken a step in the right direction with providing benchmarking information. It’s not elaborate and deep, but it does give you a decent comparison against your industry vertical and to other verticals. You’ll have to take some of the data with a grain of salt and really drill into your own analytics to glean insights. Maybe some of the GA benchmarking data pushes you to do additional competitive research using more elaborate tools like Hitwise. Just remember that context is everything and competitive research tools and services give you that context. So go ahead and compare away! :)

GG

Labels: , , , ,

Wednesday, January 30, 2008

Tagging and Tracking Yahoo Search Marketing Campaigns in Google Analytics

Tracking Yahoo Search Marketing (YSM) Campaigns in Google AnalyticsDisclaimer: Before I begin to cover tagging and tracking your Yahoo Search Marketing (YSM) campaigns in Google Analytics (GA), I highly recommend using an integrated search marketing package to manage your Paid Search campaigns, such as Coremetrics Search Marketing Tools or Omniture Search Center. Using a robust set of search marketing tools that are integrated with your web analytics package is obviously the optimal way to go (if that’s possible for your organization). Now let’s move on!

I Can Easily Analyze Google AdWords in Google Analytics, but…
Since many companies are now using Google Analytics, I often receive questions about how to best track Yahoo Search Marketing (YSM) campaigns using GA. When you use Google Analytics, your paid search campaigns using Google AdWords are tracked natively, so there is no additional tagging that you need to implement. You will be able to drill into your campaigns, ad groups, and keywords easily from within GA and view sales, goal conversion, site usage, and cost. This is a great feature, because tagging your paid search campaigns is about as fun as writing "I will always remember to tag all of my Paid Search campaigns properly." a thousand times on a chalk board. :-) So I’ve decided to write this blog post offering you a good option for tagging YSM campaigns for analysis in Google Analytics.

It’s All About the Tagging…
For those of you not familiar with tagging, it’s the process of adding querystring parameters to your campaign URL’s so Google Analytics can accurately track your campaigns. I’ve written a previous blog post about tagging emails for analysis in Google Analytics here. To track YSM campaigns in GA, some marketers are tagging at the keyword level and some at the ad level. I recently helped several clients use a technique that enables them to tag their YSM campaigns at the ad level and utilize some of YSM’s enhanced tracking parameters to analyze their campaigns in GA by Ad Group, Keyword (the keywords you are bidding on), and Raw Keyword (what people are actually entering).

YSM Enhanced Tracking Parameters (Dynamic Values from YSM)
If you turn on “Tracking URL’s” in YSM, then you can access a list of Enhanced Tracking Parameters each time someone clicks one of your keywords. You will use two of these tracking parameters for our GA tagging example.

The 2 Enhanced Tracking Parameters You Will Utilize Are:
{OVKEY} – or the keyword that a visitor clicked on. Note, these are the keywords that you bid on, not the original query from a visitor.
{OVRAW} – Yes, you got it… It’s the original query (or raw query) that a visitor entered in Yahoo.

*Note, there are several other enhanced tracking parameters available, but we’ll use the two listed above for our tagging purposes.

The Yahoo Search Marketing Tagging:
I’ll begin by providing a tagged URL below and then explain the parameters. Note, you will be tagging your URL’s at the Ad Level. So, you’ll create your ad (or access one you have already created and use this dynamic URL as the destination URL for your ad). Then you won’t need to tag at the keyword level. Yes, this will save you hours of work and hopefully meet your tracking requirements as well. :-)

Tagging Your YSM URL:
http://www.yourwebsite.com/products.asp?product-id=25&utm_source=Yahoo&utm_medium=cpc&utm_term={OVKEY}&utm_content={OVRAW}&utm_campaign=Spring%2BClothing%2BMen

Let’s quickly cover each parameter:
utm_source=Yahoo, This is simple, it’s just the traffic source. For our purposes we are using Yahoo to signify YSM.

utm_medium=CPC, Signifying Cost Per Click.

utm_term={OVKEY} This is the keyword that was clicked on. Note, this is the keyword you are bidding on and not the raw query. The beautiful part of {OVKEY} is that no matter which keyword was clicked on, the {OVKEY} enhanced parameter will hold that keyword. It's basically a variable for the programmers out there...

utm_content={OVRAW} This is the raw query that was entered into Yahoo. This is valuable information and I’ll explain more below.

utm_campaign=Spring%2BClothing%2BMen This is the name of the campaign, which will show up under the Campaigns Tab under Traffic Sources. BTW, %2B is a plus sign, %20 is a space (these are URL encoded characters, which you should always use in your URL's). You should be descriptive with the campaign name so you can easily find your campaign in the list within GA.

Why Did I Tag the URL This Way?
Good question. Because I want you to quickly access your campaign reporting in Google Analytics and be able to segment your reporting by keyword and raw query. Now, let your test campaign run for a day and then access your GA reporting. Click the Traffic Sources tab and then click Campaigns. You should see a campaign titled, “Spring+Clothing+Men”. You can review your top level information for the campaign here, like Ecommerce Revenue, Goal Conversion, and Site Usage. Click this campaign to drill deeper. Once you are in the Campaign Details report, you can easily segment the report to analyze keywords and raw queries. Click the segment dropdown and choose Keyword. This will show you the keywords (that you bid on), that led to your site. You can easily view site usage statistics, sales, and goal conversion per keyword. Click the segment dropdown again and select Ad Content. Now you are viewing the raw keywords (or the query) that people entered in Yahoo to view your ads. This is especially powerful, since you can find new, longer tail keywords for your campaigns (which will probably yield a lower CPC). You can easily export the raw keywords and then import the ones you want to use in your YSM campaigns. For example, you may be bidding on the word Khaki Pants, but you might find that visitors are entering New Dark Khaki Pants or 32 inch Khaki Pants. You would export these raw keywords and then add them to your campaign. You get the idea…

Screenshot of the YSM Campaign Reporting:
Click on the image below for a larger version:

Viewing YSM reporting in Google Analytics

To summarize…
So there you have it. A nice way to tag your YSM campaigns, save time, and accurately view your Paid Search reporting in Google Analytics. I still recommend using an integrated paid search package when possible, but regardless, this technique will definitely save you time and frustration. It’s a nice way to drill into your YSM campaigns to view sales, goal conversion, site usage, and all by campaign, ad group, keyword and raw keyword. Now, I would still love to view YSM campaigns with the ease of AdWords campaigns in Google Analytics, but for now, I’ll just keep using this technique. I hope this helps your paid search efforts! Let me know how it works for you.

GG

Related Content:
* Analyzing Your Holiday Email Marketing Campaigns Using Google Analytics

* Site Search in Google Analytics

* The Referring Sites Report in Google Analytics

Labels: , , , , , ,

Wednesday, December 12, 2007

Site Search in Google Analytics, One More Weapon in Your Analytics Arsenal

Site Search Analysis in Web AnalyticsIf you run an e-commerce website, then you already know how important site search is to your business. As websites grow more complex, visitors love to use site search to find products on your website. So, how good of a job does your site search do at connecting visitors to the products that they are looking for? Did you pause? :) In my opinion, site search analysis is a key component to understanding customer behavior and can greatly help enhance your online business. Google Analytics recently launched its Site Search functionality and I wanted to give an introduction to the functionality and reporting now available.

Why is Site Search Analysis Important?
I’ll give you the quick answer… Because visitors on your site are giving you a lot of feedback about how you handle their questions, but unfortunately, the feedback isn't given directly to you. If you were a salesperson in a retail store, you would get immediate feedback, right? “Excuse me Glenn, I’m looking for an HD TV from Samsung. Can you point me in the right direction?” You would obviously know how well you directed that person or how well your store could handle the request (i.e. you might not even carry Samsung HD TV’s.) On a website, you don’t hear the feedback, you don’t immediately know which “aisle” visitors traveled down, and you might not know how much revenue came from that query. This is where site search analysis can greatly help your efforts. And, you can take action relatively quickly based on the data. Again, this will be an introduction to keep the post from being 15 pages long…but I plan to write more about this in future posts. Let’s jump in…

Finding Site Search in Google Analytics:

Clicking Site Search in Google AnalyticsFirst, I’m assuming you have set up site search in your profile. It’s very easy to do and you can find instructions from Google here. Once you are logged in, click the Content tab in the left side navigation, and then click Site Search. You will be taken to the Overview page, where you are provided with several options. Let’s start with the most obvious report for site search, the actual keywords that your visitors are entering on your website.

Search Terms (or Keywords) Used on Your Website:
Click the link under Site Search for Search Terms to view all of the keywords that visitors are using on your website. Cool, right? Do they match what you thought were the top searches? I’m sure there are some surprises… This is a great way to get a top level picture of what people are looking for on your site. Let’s quickly look at some of the key metrics on this page (Note, I will not cover all of the metrics in this post…)

Screenshot of the Search Terms Report:
Click on the image below for a larger version:
Viewing search terms (keywords) in Site Search

Total Unique Searches - This is the logical starting point. You can easily see the hot keywords on your website and then drill into them when you want to view more detailed reporting.

% Search Exit - What a great metric! This is the percentage of people that exited immediately from the search listings after searching for that keyword. It's very similar to bounce rate and it's a great red flag indicator. Imagine you see a 90% search exit rate for a keyword that matches a product you have! Why is that happening? A quick search on your site could possibly reveal the problem. Then go and fix it immediately! :)

% Search Refinements - Or the percentage of people that refined their search keywords after searching for a specific keyword. This reveals a lot about how your visitors search for products. You will love this metric if you plan on making site search enhancements… More on this later. For example, a visitor might start with HD TV, but then refines their search as follows:
HD TV --> Samsung HD TV --> Samsung HD TV LCD

Revenue Anyone?
And of course you can click the tabs for Goal Conversion and E-Commerce at any time to view revenue per keyword or your site conversions per keyword (like newsletter signups, RSS subscriptions, etc.)

Drill Into Your Top Keywords:
You can click any keyword to drill into more detailed reporting. One of my favorite reports is the Search Navigation report, which you can find by clicking the Analyze dropdown once you drill into a specific keyword. Click Analyze and then select Search Navigation. This will show you the page that visitors started their search on (using that keyword), and then where they ended up. You need to click a page on the left and then Google Analytics will show you the page that visitors ended up on (the destination page). You may find some interesting results, like visitors ending up on pages that you would rather them not end up on given their specific search! For example, if someone searches for Samsung HD TV and they end up the Digital Cameras page, you would want to take a hard look at how that happened…

Screenshot of the Search Navigation Report:
Click on the image below for a larger version:
Search Navigation in Site Sarch


Search Term Refinement:
You can also use the Analyze dropdown to select Search Term Refinement, which will enable you to see how visitors refined their searches after first searching for the selected keyword. Using the example I listed above, you might see that visitors started with HD TV, then added a manufacturer Samsung HD TV, and then added a screen type like Samsung HD LCD TV. The way visitors search may be completely different based on the categories of products you sell. You might end up refining your search functionality by category to enhance your visitors’ experience and to maximize sales.

Screenshot of the Search Term Refinement Report:
Click on the image below for a larger version:
Search Term Refinment in Site Search


0 Search Results
Interested in knowing which search terms result in a 0 search results page? This is not built into GA, so finding this takes an extra step. I typically start by finding high % search exits and then hit the e-commerce website in question to see the results. For example, if you see a 90% exit rate after the search for LG HD TV, you might want to check it out. Finding keywords like this can help you determine problematic search results (like if you really had LG HD TV’s!) It can also help you determine possible new product additions. If you don’t carry LG HD TV’s and you have a lot of visitors searching for them, you might want to consider adding them, right? You get the point!

Site Search Usage - Let’s take a step back and look at the usage reporting.
Click the Usage link under Site Search in the left navigation. You can see the number of visits to your site that utilized site search versus not using site search. Then you can use the dropdowns to analyze additional metrics. For example, use the dropdown to show revenue so you can see how much money was generated by visitors using site search. Or, you can view number of transactions from site search versus visitors not using site search. On the right side, you can view a pie chart based on visit type (visits with or without site search). For example, use the right dropdown to view time on site (for visitors who used site search versus not using site search). The Usage reporting is a great way to see how much value your site search is providing your business.

Screenshot of the Site Search Usage Report:
Click on the image below for a larger version:
Search Usage in Site Search Reporting


Which Destination Pages Performed the Best?
By clicking the Destination Pages link under Site Search in the left navigation, you can view all of the pages that visitors were taken to after searching for a keyword. You can quickly use the dropdown to view metrics for that destination page, such as revenue, total unique searches, complete orders, conversion rate, % search exits, etc. This is a great way to look at top performing pages versus poorly performing destination pages. For example, you might be able to find certain elements, calls to action, visuals, etc. from a top performing page that you can apply to poorly performing pages. You can also drill into each page to see the keywords that led to the page. And, you can still use the dropdown up top to view key metrics (now by keyword versus destination page).

Start Pages
To view the pages where searches on your website originated, click Start Pages under Site Search in the left navigation. So, why did searches originate from these pages? Is there something you can do to enhance certain pages? Do any of those pages also have a high bounce rate or exit rate? You can click any of the start pages to view the search keywords that visitors entered while on that page. For example, you might find a category landing page with searches for products not listed on that landing page (even though they are part of that category). If you see enough of a demand for certain products or subcategories, you might try adding them to the landing page. Remember, you want to connect your visitors with the products they are looking for as quickly as possible. If you can take a barrier away, like having to search for the product, then do it. Small adjustments might reap great rewards.

Site Search Trending
The last set of reporting I’m going to cover is Site Search Trending, which can be found under the Site Search tab in the left navigation. By clicking the link for Trending, you can easily see data over time for key metrics in site search. Using the Trending dropdown at the top of the report, you can view visits with search, % search exits, % search refinements, search depth, etc. Keep in mind, this reporting is top level and not for specific searches. It will give you an overall snapshot of how your site search functionality is working. For example, let’s say you’ve had a slight problem recently with visitors not being able to easily find your search box. So you made some changes to its location and want to see if that change affected the percentage of visitors using site search. This is a great report for finding information like this… The trending graph enables you to easily view data over time. That was just a quick example, but I wanted to make sure you understood that Trending was at the site level when looking at this report.

Moving forward with Site Search Analysis…
I hope this post helped introduce Site Search Analysis in Google Analytics and gets you excited about digging deeper. Let’s face it, if someone is searching for products on your site, you don’t want to lose them… To use the retail sales analogy I explained earlier, visitors who are using site search are actually giving you feedback. The problem is that they aren't directly giving the feedback to you! You need to channel their approval or frustration through your site search reporting within Google Analytics (or other web analytics packages). It can help you reveal what’s working and what’s not working. You might be surprised what you find!

GG

Related Posts:
* Analyzing Your Holiday Email Marketing Campaigns Using Google Analytics
* The Referring Sites Report in Google Analytics : Know the Value of Websites Linking to You
* A Review of Google Analytics v2

Labels: , , , , , , , ,

Tuesday, November 06, 2007

Analyzing Your Holiday Email Marketing Campaigns Using Google Analytics

Analyzing Holiday Email Campaigns with Google AnalyticsAs the holidays approach, chances are you will be launching several email marketing campaigns. Busy holiday marketing schedules heavily rely on email to connect with customers, promote holiday sales and offers, and to drive revenue. With the flurry of emails you’ll be sending out, analyzing your campaigns is critical to improving their effectiveness. Utilizing a robust web analytics package is a great way to scientifically determine what works best for your specific customer segments, and maybe more importantly, what doesn’t work. So, I decided to write a post that covers analyzing your email marketing campaigns by properly tagging your email links (for analysis in Google Analytics). Then you can break down and analyze your email creative at a granular level in your analytics reporting.

First let's define "tagging your online ads":
Tagging is the process of adding querystring variables to links in your online ads so your analytics package can detect and then associate each link with a campaign. Then you can access reporting based on visitor activity. For example, tagging a banner so you your analytics package knows which website the banner was placed on and which version of the banner led to a click through. The reporting will also provide important metrics for your campaigns such as site activity, sales, conversions, bounce rate, etc. Tagging is critical to understanding how your marketing campaigns are performing.

Breaking Down Your Email Marketing Creative
Let’s start with a wireframe for our sample email marketing creative. As you can see below, we have the following areas that we want to track:

1. header with branding
2. product image
3. headline next to product image with product info
4. special offer
5. footer with company links

Breaking down your email creative and tagging links.

Tag, You’re It! Tagging Your Email Creative:
In Google Analytics, you need to tag your campaigns so you can properly analyze each campaign in your reporting. You achieve this by tagging each link that you want to track. The four variables that you will utilize in Google Analytics for this example are:

1. utm_source
2. utm_campaign
3. utm_medium
4. utm_content

utm_source
This is the source of your marketing campaign, so for our purposes "InternalEmailList" will work just fine. Just remember to keep this consistent for future campaigns to your internal email list so you can easily segment and aggregate your reporting data in Google Analytics. Other examples of Campaign Source are websites you are advertising with, shopping engines, a search engine like Google or Yahoo, PRWeb, etc. It’s basically the source of your campaign traffic.

utm_campaign
This is simply the name of your campaign. Note, you should use a descriptive name here, since it will show up in Google Analytics under the Traffic Sources tab in Campaigns.

utm_medium
Medium identifies the marketing channel you are utilizing for your campaign, such as email, banners, search, pr, etc. Obviously for our example, we’ll use email.

utm_content
I saved this for last, since it’s what we'll be focusing on for tracking your email marketing creative. You should use a different value for utm_content for each section or specific link in your creative. This enables you to view reporting based on the content breakdown in your email creative (which will help you determine the value of each element in your email). More on this later.

So, for our example, the utm_content values would look like this:

Header: utm_content=HeaderBranding
Product Photo: utm_content=ProductPhoto
Headline: utm_content=Headline
Offer: utm_content=Offer
Footer Links: utm_content= FooterLinks

Note, this is a simplified example, and you may choose to get more granular in your own email creative. For example, you may choose to tag each specific link in the footer versus tagging all of the links in your footer as "FooterLinks".

The Full Picture (or should I say "The Full URL")
I just explained how to set the utm_content variable in your link, but I also mentioned 3 other variables that you should set. Here is what your link would look like for the header element in your email creative using all 4 variables:

http://www.hmtweb.com/blog/?utm_source=InternalEmailList&utm_medium=Email
&utm_content=HeaderBranding&utm_campaign=PreThanksGiving

Each of the links in your email should contain this querystring using all 4 of the Google Analytics tracking variables I listed above. You can also utilize Google's URL Builder to help build your links.

Blast Away!
At this point, you should fully test your creative to ensure everything looks the way it should across email clients, ensure all of the links work properly, ensure you tagged each link correctly, etc. Then blast away and wait for data to come in (and revenue!)

Tracking Your Email Campaign in Google Analytics
OK, so you blasted out your email campaign yesterday and you are eager to see how it’s performing. Log into Google Analytics and click the Traffic Sources tab. Then click Campaigns. You should see all of your campaigns listed here for the time period you selected. For our example, you would see a listing for PreThanksGiving, since this is the name we gave our campaign earlier. Simply click this listing to view reporting specific to this campaign.

At this point you can see the summary for your email campaign. You can see the number of visitors, avg time on site, bounce rate, etc. You can click the Goal Conversion tab to view the number of conversions from your campaign, and you can also click the E-Commerce tab to view revenue, number of transactions, etc. But you shouldn’t stop there… You can drill in further to view which elements are performing well in your email creative.

Click the image to view a larger version:

Viewing email campaign data in Google Analytics

View the Breakdown:
Click the Site Usage tab again in your report. Now, click the Segment dropdown and select Ad Content. You will now see each of the links you tagged in your email creative. Cool, right? Now you can view detailed reporting based on each element in your email. Why is this important? You may find interesting customer behavior that will enable you to drive better performance in future blasts. You might see that 75% of visitors clicked the product photo versus the offer. Based on that piece of data, maybe you expand your imaging in the email to include other views of the product to see if it increases your click through rate and sales. Or, you might find that a headline next to the photo draws more visitors than a headline above the photo. So on and so forth... You get the picture! When you break it down, your customers are unique and you might find that certain elements perform extremely well and others fall flat.

Click the image to view a larger version:

Analyzing email content using Google Analytics.


Back to your reporting… A sample analysis:
Now click the E-Commerce tab and view sales data for each element. You might find the product photo generated 70% of the revenue from the campaign. You might also see 10% of the revenue coming from the footer links. Why? Maybe customers aren’t sure who you are! Most people receive dozens of emails per day from companies they have purchased from. If you are a smaller company that is still building your brand, it might take customers a second or two to remember who you are… If you see trending that shows people clicking through your About Us link, you might want to promote your company and/or brand more in the email creative. i.e. Provide an About Us paragraph in the right sidebar of the email. This is obviously just an example, but you might find some important data from reviewing reporting like this... Back to our analysis, if you click the Goal Conversion tab, you can view conversions from each element in your email. Now you can track sales, newsletter signups, RSS subscriptions, etc. for each element in your creative. You might find certain email campaigns generate a lot of newsletter signups but only a few sales. You would obviously want to dig deeper and find out why that is...but you wouldn't know unless you track it!

In closing…
Using this technique, you can break down your creative and tag each link so you can view detailed reporting for your email campaigns. During and after each campaign, you should check your reporting for trends in customer behavior. Then test out new ideas and drive elements that perform well. Over time, you can refine your campaigns to maximize your email marketing efforts.

So, if I’ve done my job well, your next move is to run down the hall and grab your email marketing coordinator screaming, “Hold That Blast!” so you can tag all of your links! ;-) Then you can enter meetings armed with data versus opinion!

GG

Related Posts:
Black Friday, Cyber Monday, and Now Gobble Thursday - More Holiday Tips for Web Marketers

Labels: , , , , , , ,

Tuesday, October 30, 2007

Analyticza™ Pill Arrives and Curbs Addiction to Web Analytics Reporting

Analyticza pills help curb severe obsession with web analytics reporting.
The makers of Webmarktrium™ now bring you Analyticza™,
the most powerful way to curb your compulsive web analytics disorder.

Just 1 Analyticza™ per day enables you to lead a healthy, normal life free of obsessive analysis of your web analytics reporting.



Does This Sound Familiar?
Do you have a compulsion with web analytics reporting?* Do you feel a sudden urge to check your web analytics reports?
* Do you wake up in the middle of the night in a cold sweat thinking about which websites or blogs are linking to you?
* Can you not go more than 2 hours without checking your analytics package?
* Do you search for reasons just to log on and check your web stats?

Then Analyticza™ might be for you!


Analyticza can help you get your life back!Analyticza™ is lactose free, does not contain wheat, fish, nuts, or artificial colors and is 98% organic. Analyticza™ has a soft, gel-like outer covering so you can take as many Analyticza™ as you need while at work, in meetings, during exercise, at social events, or any other activity where you want to curb your addiction to web analytics.

Find out today why the country’s top physicians call Analyticza™, “The cure for the statistics-hungry demon inside every web marketer.”


Don’t wait any longer! Contact your physician today about getting started. Your life is waiting for you…and it’s a life free of web analytics compulsion.



Please view important safety information before taking Analyticza™:



------------------------------------
Important Safety Information:

1. The most common side effects of Analyticza™ include tremors, headaches, wheezing, and eyestrain. Less commonly occurring reactions include hair loss and nose bleeds.

2. When taken on an empty stomach, Analyticza™ may cause excessive analysis of referring sites and backlinks, which in some cases lead to stalking of referring website owners. In extreme cases, restraining orders were necessary.

3. When taken in conjunction with executing busy holiday marketing schedule, Analyticza™ may cause sleepwalking and then analyzing web marketing reporting, with amnesia of the event. Some patients were found in their offices, still in their pajamas (or less), reviewing reporting while still asleep. Termination and lawsuits followed in 65% of the cases.

4. Patients focused on gaining high search engine rankings may fall into a search reporting binge, finding each and every keyword they rank for. In addition, these patients were seen randomly blurting out their rankings to people that actually don’t care. In severe cases, patients tracked down competitors they outrank, performed “keyword celebrations” on the front lawns of their competitors, and typically end up in custody. Analyticza™ does not condone “sticking it” to your competitors with excessive celebrations.

5. Missed dosages of Analyticza™ in combination with parenting has caused extreme head discomfort due to spouse projection of coffee mug at patient. This typically occurred as patient relapsed and forwarded key metrics to his/her mobile device during birthday party of child. This was often accompanied by mother in law projection of punch bowl, father in law projection of pinata stick, and overall family disgust leading to potential exile of patient. Analyticza™ cannot be held liable for head injuries, family disputes, contusions from pinata sticks, or reimbursement for hotel as a result of exile.

6. If taken for extended periods of time, patient may become immune to Analyticza™, which may cause extreme relapse of compulsive analytics behavior. During relapse, marketers often obsess about Bounce Rate, with aggressive behavior towards coworkers that were part of high bounce rate landing pages. If you experience an obsession with Bounce Rate for longer than 72 hours straight, or what doctors call “Bouncy Bounce Syndrome”, flush all Analyticza™ pills down toilet, eat 9 pounds of parsley, and jog 14 miles. Symptoms should subside within 48 hours.

7. Caution should be taken while taking Analyticza™ when attempting to understand sales attribution across marketing channels. Studies have shown that even small doses of Analyticza™ while trying to determine what “sales attribution” actually means can lead to seizures, migraine headaches, nerve damage, and even stroke in severe cases. Analyticza™ recommends you contact Coremetrics to gain a solid understanding of how sales attribution can impact your web marketing strategies.

8. Taking Analyticza™ while also taking Omega 3 pills has shown a dramatic effect on the physical appearance of patients. Note, this was not the intended use of Analyticza™ and thorough testing has not been conducted as of yet. Please reference photos below. Analyticza™ cannot guarantee similar results, increased dating, a career in modeling, or enhanced popularity.

Patient before taking AnalyticzaPatient after taking Analyticza


9. Taking Analyticza™ while reading top web analytics blogs may cause a sudden increase in blood pressure and anxiety. This occurs as Analyticza™ tries to fight off the urge for web analytics analysis. This can lead to over-commenting on blogs in question, which often leads to biting replies back from web analytics bloggers, and can possibly spiral out of control as supporters of top bloggers unite and retaliate against patient (or what is called “The Blogtzkrieg”.)

10. If you are taking Analyticza™ and find yourself greeting coworkers in the morning with “Hey, guess what I’m ranking for…”, “Guess who was on my site yesterday…”, “Nice bounce rate…”, “I know what you were looking at last night on my blog…”, “You can’t handle my RSS subscription rate...”, or similar phrases, you may need to supplement your Analyticza™ treatment with chemicals peels, yoga, the cabbage diet, high gelatin intake, and possibly hypnosis. It’s obvious that Analyticza™ alone is not working for you. Analyticza™ is not responsible for rumors about your sanity, negative feedback at work, notices from HR that you’re creepy, or simply being made fun of by your coworkers.

11. In some cases, taking Analyticza™ before social events has led to the phenomenon called the 6 degrees of blogging. This occurs when you take a normal conversation and somehow connect it with your own blog by 6 degrees. For example, “Hey John, how about that Yankee game last night?” Analyticza™ patient responds, “Great game, I can’t believe A-Rod hit another home run, he just did an interview with ESPN, didn’t ESPN just run a segment on his agent Scott Boras, Scott Boras makes his players a lot of money, by the way, did you know that my blog post about sports contracts ranks #4 in Google?" Person leaves conversation and thinks Analyticza™ patient is weird. This may happen multiple times during the social event. If it does, force feed Analyticza™ patient lots of alcohol, as much as you can find until symptoms subside (or patient passes out).

12. Patients that mistakenly overdose on Analyticza™ may lose interest in Web Analytics altogether. This typically results in lack of segmentation, loss of search rankings, misallocation of ad spend, and failed marketing campaigns. Also seen in patients that overdose was an overall lack of understanding of who actually visits the website in question, where they come from, which pages perform best on the website, and how to improve the website. In severe cases, excessive golfing may occur followed by swift termination.

13. How Analyticza™ works is not actually known.

14. In clinical studies, simply reminding yourself that you have a life outperformed Analyticza™ 99% of the time.

15. Try not to take Analyticza™.

Glenn Gabe works hard every day to stop web marketing medication abuse.
Glenn Gabe works hard each day to ensure people don't abuse web marketing medications.

Are you an Analyticza™ patient?
Please tell us how Analyticza™ has impacted your life by adding a comment below!

--Are you looking for the web marketing smart pill named WebMarktrium™?--

Labels: , , , , ,

Tuesday, October 23, 2007

Making Sense of Blog Bounce Rate

Understanding Blog Bounce Rate This is the fourth post in my series on Bounce Rate, which is one of my favorite metrics in web analytics. Many online marketers are concerned with Bounce Rate, which makes a lot of sense since you can learn a lot from this metric… I've recently received many questions about Bounce Rate and how it relates to blog posts, so I thought it would be a good idea to address this topic in a post of my own. Let’s call it “adding context to your blog's bounce rate”.

There are 4 components to this post:
1. Your Blog Philosophy and Goals
2. Your Writing Style and How It Matches the Drivers of Your Readers
3. Related Content
4. Track and Learn

Your Blog Philosophy and Goals:
Determine the goal for your blog. BEFORE you start to analyze bounce rate for your blog posts, you should think about your overall blog philosophy and determine your goals. For example, is your goal to educate readers and to answer questions, are you trying to generate a large readership, will your blog help you sell products or services, is it a key mechanism for getting people to contact you, are you interested in building high search engine rankings, etc? Clearly understanding your goals will help you bring context to the bounce rate of your blog posts. To give a quick example, if your goal is to provide breaking news to your readers, then bounce rate might not be as important as you think. Why? Well, if someone finds your blog post about the latest widget update and they quickly visit the post, check out the breaking news, and then leave, is that bad? No, but that’s technically a bounce. Or, if they find your blog post and immediately choose to subscribe to your RSS feed, is that good or bad? It all depends on your goal... So, stop reading this post for a few seconds and think about the goal of your blog. Then write it down on a sticky note and place that on your desk somewhere you can easily see it. We’ll be referring back to it shortly.

The Angle of Your Blog Posts and the Key Drivers of Your Readers:
Now, let’s take a look at some different types of content and how they match up with the key drivers of your readers. There are a lot of reasons why people visit blog posts and you should try and understand your readers as much as possible in order to provide the best possible experience for them, which in turn, should lead to supporting the goal of your blog. Again, we need to bring context to your bounce rate situation. Note, there are obviously many types of blog posts, but the ones listed below are based on my experience helping clients and working on my own blogs.

Different Types of Blog Posts and Their Effect on Bounce Rate (based on my experience)

1. Educational Posts (Teaching Your Readers Something of Value)
Blog posts that teach your readers something of value. If you know that your readers want to learn something from you, then you have a great chance to provide additional educational content on your blog that would interest them. The key here is to understand what specific topics your readers are interested in based on your analysis, then write high quality posts that focus on that topic, and then provide links to relevant content on your blog. If you understand what your readers want to learn, then there's a good chance they will consume a lot of content on your blog that relates to that topic. And, they will appreciate it…finding your blog a great source of information about an important topic for them.

Educational Posts = Excellent Chance of Low Bounce Rate

2. Focused Entertainment and Isolated Stories
Bill Maher Throws Audience Member Out and Receives over 2000 diggs for it. Some readers simply enjoy finding interesting posts, even if they are very focused and/or isolated. They might love funny blog posts, shocking or disturbing blog posts, unique stories, entertaining posts, misc. facts, weird photos, parodies, etc. If you provide blog posts like this, you might notice higher bounce rates for that specific content. It’s not that readers don’t like you or your posts, it’s just the nature of the content. That said, you still might notice a lot of activity and links (which is a good thing). Think about it, let’s say someone is on digg and clicks through a story to view a video of Bill Maher kicking people out of his audience. You wrote a great post about what happened and how this affects journalists that work in Live TV. You might notice a high bounce rate with this type of post, since the focus might be on finding and watching the video and not on the blog or blog author in question. At this point, look at the sticky note I told you to create a few minutes ago and see how it matches up with the goal of your blog… You might have built 1000 links to your blog from that one post, but no RSS subscriptions. Is that good or bad? Good for organic search, but bad for building readership. Again, it depends on your goal...

Focused Entertainment = Good Chance of High Bounce Rate, but More Eyeballs and Links

3. Product and Service Reviews
Blog posts that provide product or service reviews. Providing reviews based on your expertise is a great way to build a loyal following. The beauty of the web (and blogging and social media), is that you can find reviews from normal, everyday people who will typically give you an honest opinion of a product or service. Readers interested in reviews tend to also follow related content until they have the confidence to make an informed decision. For example, if you review an iPhone and then also review a Blackberry Curve, there’s a great chance readers looking for this type of content will read both posts (as long as you let them know the additional content is there!) More on this later. It makes sense if you think about it. Put yourself in their shoes…you are about to spend a few hundred dollars, you aren’t sure if it’s right for you, and you just found a person like you providing a real-world review without marketing spin. There's a reason that Word of Mouth Marketing (WOM) is as hot as it is now.... Just make sure you find the right blogger…

Product or Service Reviews = Excellent Chance of Low Bounce Rate

4. Blog Posts that Benchmark
Blog posts that benchmark. We’ve all wanted to find blog posts explaining the best way to do something, right? (whether it's for business or personal use) For example, some visitors may be looking for the best way to launch a new business or the best way to improve their golf game. These readers are looking to find the best methods in the industry (whatever industry you are writing about), they want to know which is the best company or who is the top person, how they do it, and how to reproduce that effort in their own life. For example, someone may find your post about how to best run a fundraiser. This type of reader will be more apt to check out related posts, such as how to best organize your fundraising team, which marketing methods work best, and the top venues in your region to hold the fundraiser kickoff. You get the picture…

Benchmarking = Good Chance of Low Bounce Rate

5. Keep Me Posted
Breaking news on your blog.This type of content involves providing quick posts about something you just learned about. For example, when Google Analytics recently announced a series of upgrades, many bloggers who are focused on web analytics wrote quick posts letting their readers know. These posts might show a higher bounce rate than others. Again, it makes a lot of sense… you are quickly letting people know about breaking news so they will probably check out your post quickly and be on their way. You can definitely gain a following by doing this, since you are the source of new information, but you can’t expect these posts to be sticky. That said, these readers might subscribe to your feed, since you keep them posted. :-)

Benchmarking = Good Chance of Higher Bounce Rate, but High RSS Subscriptions

Note, there are obviously additional types of posts and drivers for blog readers, but I’ll keep this post manageable and stop here. Again, these are based on my experience. The main point is to understand the angle of your posts and how these posts match up with what your readers are looking for (what drives them to read blog posts).

The Anti-Bounce
Providing related content is the anti-bounce rate. There is a common thread that’s been running throughout this post…related content. For bloggers that are just starting out, unfortunately, you'll need to write faster. ;-) Once you've created great content on your blog, the next step is to analyze your web analytics and then provide killer content that’s relevant to key posts on your blog. The third step is to make sure readers can find your related content! This can be done in several ways:

Ways to Provide Related Content:
1. Inline Links, or links within the blog post content (my favorite)
2. A list of related posts at the end of the blog post in question
3. Tagging your posts
4. Utilizing your sidebar to provide additional links
5. Providing search functionality

Each of these techniques can work, but I’m a bigger fan of inline links, links below your post, and tagging. In my opinion, inline links actually provide better context for the reader, but that’s just my opinion. For example, I’ve also written blog posts about how to lower your bounce rate. This inline link gives my readers some context.

A Quick Note About Tracking Outbound Clicks and Content Navigation
Tracking outbound clicks and content navigation in your web analytics package. Using your web analytics package, you should definitely track as much as you can to determine behaviors that affect your bounce rate and consumption of blog content. For example, if you track outbound clicks, you can see which external links your readers find most important. This can help you determine which topics are hot and possibly what to focus on in future posts. For example, if you wrote a post about how to better your golf score and you notice a lot of readers clicking on a link to Dave Pelz's Short Game Bible, then maybe your next post should focus on the short game (your golf game within 100 yards). Simple example, but you get the point! BTW, reading Dave's books lowered my golf score by 10 strokes. :)

Web Analytics Note: Google Analytics will soon support tracking of outbound clicks natively. This will make your life a lot easier... rather than manually tagging each outbound link!

Content Navigation is also important to analyze. This is where you can target a blog post in your analytics package and view how visitors got to that specific post and then also view where they go after reading the post. So, you might see 60% of the visitors to a blog post landed on that blog post (the first interaction with your site in a session). Then 80% of those readers went to related posts, 10% bounced, and 10% subscribed to your RSS feed. Viewing content navigation can help you determine how readers behave on your site in relation to the type of blog post you provide.

It’s All About Context
In closing, it’s hard to simply look at Bounce Rate for your blog without understanding the other factors involved. You need context. A high bounce rate a on a blog post might actually make sense, as weird as that sounds. If you start by mapping out a goal for your blog, pay attention to how you write your posts, understand how that matches the drivers of your readers, provide related content easily within your blog posts, and track everything at a granular level, then you can begin to understand blog content and reader behavior. Phew, that’s a mouthful!

Now, in the spirit of this blog post, definitely check out the other posts that are part of my Bounce Rate series! :-)

* Bounce Rate and Exit Rate

* Why is My Homepage Bounce Rate So High?

* 5 More Ways to Lower Your Bounce Rate and Increase Your ROAS

GG

Labels: , , , , , ,

Tuesday, October 02, 2007

The Difference Between Sales and Marketing

The Difference Between Salespeople and MarketersThis past weekend I attended an annual Fall Festival that’s held in my town. It’s a fun time of year in the Northeast, with great weather and Halloween just around the corner. Anyway, there were a lot of people at the festival and a lot of activities, including a section dedicated to local businesses. You know, where businesses can set up booths and interface with prospective customers. I decided to take a walk through this section, and I can tell you, at least half of the people manning their booths shouldn’t have been there in the first place. As I walked by each booth, I began to question whether these were the marketing people who thought it would be a good idea to set up at the festival or if these were actually the salespeople. And, I couldn’t help but think of the stark difference between sales and marketing. A few people were on their cell phones, others were talking with their coworkers and not engaging the crowd, and other booths were flat-out empty. Keep in mind, there were a lot of people at this festival… Luckily there were a few salespeople that I spoke with that were engaging, knowledgeable, and charismatic, which was a breath of fresh air, so to speak. ;-) Although the words tend to be thrown around together, sales and marketing are two very different areas of focus, requiring extremely different skill-sets to succeed.

A closer look at the difference between a marketer and a salesperson:
In a nutshell, a marketer is the person responsible for researching a product or service, exploring target markets, mapping out price points based on several business factors, branding products and services, developing and analyzing campaigns, and yes, helping salespeople understand the unique selling proposition for each product. There are some ultra-talented people in marketing that couldn’t sell their way out of a paper bag.

On the other hand, a salesperson is the connection between marketing and prospective customers. Salespeople live to sell, love to present, look for sales opportunities all of the time, and are highly driven people who risk a good part of their income on their own sales ability. They close deals, period. That said, there are some outstanding salespeople who couldn’t market a product if their lives depended on it. Remember, not "sell", but "market".

I’m a big World War II buff, so here’s one of my war analogies. If a marketer and a salesperson were on a battlefield, the marketer would be mapping out the best possible strategy for success and then handing it to the highly skilled salesperson responsible for charging the hill. In war, if you mix the two up, people die. In business, products and services fail, and people get fired.

Some quick differences between a salesperson and a marketer:

The Marketer:
* Performs market research
* Explores target markets
* Runs focus groups and launches surveys
* Analyzes data constantly
* Develops pricing strategies based on a number of business variables
* Brands products and services
* Develops and analyzes marketing campaigns
* Refines and adjusts marketing strategies based on data and feedback
* Can answer questions with hard data, which in my opinion, is always hard to argue with. :-)

The Salesperson:
* SELLS (seriously, salespeople need to spend most of their time selling)
* Chomps at the bit to interface with customers and prospective customers
* Has serious sales chops and has worked hard to build his or her skill-set
* Lives to present and always looks for opportunities to show off their product or service
* KNOWS HOW TO CLOSE A SALE (don’t laugh…most people have no idea how to close a sale)
* Is driven by achieving and exceeding goals (quotas, sales competitions, financials, etc.)
* Has a successful track record of selling. Great salespeople don’t magically show up one day…they’ve been selling their entire lives, even as kids
* Exudes confidence, knows his or her products inside and out, has a passion for sales, and can overcome obstacles while juggling fine china

Why they should work together, but remain separate:
In general, you don’t want your marketer selling and you don’t want your salesperson developing the marketing plan for your product or service. Note, I said “in general”, since there are some people that are both salespeople and marketers… It’s rare, but there are a select few. You definitely want your marketer involved in helping your salespeople craft their presentations, explain the core selling points, provide data for overcoming barriers, etc. and you want your salespeople working with your marketers to learn what’s going on in the field. But overall, the marketer should market and the salesperson should sell.

The Bottom Line
Most marketers would have no idea what to do in a sales presentation and most salespeople would have no idea how to market a product. Marketing involves tedious research and analysis, and a heavy focus on data. Sales involves extraordinary social interaction, presentations, inordinate amounts of motivation, the ability to travel where needed and when needed, and a serious sense of urgency to hit numbers. Some marketers sweat just thinking about presenting to a group of executives, where great salespeople jump at the chance.

Internet Marketers Meet Your Top Salesperson:
For many of you, your website is your top (and only) salesperson. Now, if you know great salespeople and know what they bring to the table, then you understand the enormous challenge you face in trying to make code, graphics, and web functionality achieve what they can. However, in an increasingly competitive online marketplace, that’s exactly what you need to do. You’re the marketer, mapping out your online marketing strategies based on extensive research, planning, and analysis. You work with your developers and designers to craft a persuasive selling system (your website) that helps prospective customers find answers to their questions, all while getting them more excited about your product. And, if you’ve done your job well, your chief salesperson, I mean your website, will help you land new customers. So the more you, as the marketer, understand the sales process, the better your website is going to be at meeting visitor expectations and increasing conversions. Because, you are creating a website that answers questions in a way that a top salesperson would. You need the right scent trails, the right calls to action, know when to provide more information, and know when to ask for the sale, which is not easy, considering your website doesn’t have the ability to crack a joke when needed or shake someone’s hand. Or can it? So, although sales and marketing are very different areas of focus, both should work together in web marketing to optimize your efforts. Marketers, learn from your salespeople, and salespeople, learn from your marketers. Just know the boundary between the two.

So, are you a salesperson or a marketer? Did someone add both words to your job title? Let me know what you think.

GG

Labels: , , , ,

Friday, September 28, 2007

The Referring Sites Report in Google Analytics: Know the Value of Websites Linking to You

Which referring sites provide you the most value?I truly enjoy speaking with people about web marketing. Actually, some will say that you can’t shut me up! I had a great conversation with a marketing manager the other day about sources of revenue for a website. He wasn’t extremely familiar with how web analytics packages work, so I was explaining how you can find out which referring sites are the most valuable to your business. The conversation took off (I could literally see a light bulb going on above his head) so I pulled out my laptop and started showing off some of the functionality in Google Analytics. Based on that conversation, it hit me that a blog post detailing the Referring Sites report in Google Analytics would be a good idea. And here it is!

What’s a Referring Site?
The definition of a referring site is any website (blog, forum, affiliate, etc.) that sends visitors to your website. That may be a bit vague, so let me expand on that definition. In most web analytics packages, traffic is broken down by referring sites, search engine traffic, and direct traffic. These are the most basic sources of traffic for your website. Back to referring sites, so a blog post that mentions your product, a social media site with a link to your website, and a link from an affiliate website are all examples of a referring site. The beautiful part about the top web analytics packages is that they all provide detailed reporting for referring websites. As you know from previous posts, I’m a big advocate of both Coremetrics and Google Analytics, but this post just focuses on the referring sites report in the latest version of Google Analytics.

So What Can You See in the Referring Sites Report?
Plenty. Let’s start with the top level referring sites report. As usual in Google Analytics (GA), you can view trending at the top of the report with the list of referring sites at the bottom of the report. You can view a summary of the data you’re analyzing right below the trending and you can easily view the referring sites data by Site Usage, Goal Conversion, and E-commerce. By the way, GA has one of the most intuitive user interfaces among the most popular web analytics packages. Under Site Usage, you can see statistics such as Visits, Average Time on Site, and Bounce Rate, which provides a great starting point. In addition, Google Analytics enables you to visit the referring site right from the report (in a new window). I love this feature for when I see a new referring site show up and I’m not familiar with the website in question. At the top level of this report, you can also click Goal Conversion to see the conversion rate for all of your events, again, broken down by referring site. So, you can see Ecommerce conversion rate, RSS subscriptions, newsletter registrations, etc. for each referring site in your report. Last, but definitely not least, you can click the E-Commerce tab to see revenue by referring site. In addition, GA enables you to segment your data with a quick dropdown labeled “Segment”. I’ll cover this later, but as an example, you can click the segment dropdown and choose “Landing Page” to see the top landing pages that people visit from your referring sites.

Screenshot of the Referring Sites Report in Google Analytics:
--Note, these are just sample screenshots. They don't match the examples.--
The Referring Sites Report in Google Analytics

So in just minutes, you were able to see your top referring sites by visitors, goal conversion, and revenue. Now, isn’t this a great way to determine the value of a site linking to you? Imagine this…a website you just recently advertised with said, “We sent 14,000 visitors your way last week. Isn’t that outstanding?” Well sure, but it looks like 60% of those visitors bounced, only 3% signed up for our newsletter, and those 14,000 visitors only generated $400 in revenue. It’s powerful to have that data. :-)

Drill Into Your Referring Sites Report
Now many of you might be excited about what I just explained above. But why stop there? {OK, I don't mean to sound like a late night tv commercial for the craftmatic bed!} Let’s go one layer deeper into the referring sites report. I’ll click one of the top referring sites in the report. By clicking the site, you are now telling Google Analytics to focus on this one site and give you more data about this referring site. Once in the report, you will see trending again up top, which is a great way to see data over time for this specific website. For example, you might see a spike in activity, a gradual trend upwards or downwards… Also notice that GA provides the same report layout, keeping it consistent while you analyze different activities. This makes it very easy to find what you’re looking for and to become extremely proficient at finding the data you need. You’ll notice the segment dropdown again, this time set to Referral Path, which is the actual path from within the referring website (where visitors actually came from.) This is outstanding because you can now find the exact location on the site that people are finding your link or advertisement. I can’t tell you how many times a new referring site pops up, and I immediately want to see the actual page where the link resides. Was it a blog post, a mention on a forum, one of our ads, etc? GA enables you to view the URL in a new window right from the reporting.

Screenshot of a Specific Referring Site in Google Analytics:
A Specific Referring Site in Google Analytics


So now we are getting more granular. At the top level, you knew that x amount of visitors came from the website. Now you can see x number of URL’s within the referring site that drove visitors to your website. And, you can easily click each tab like we did earlier to view each URL by Site Usage, Goal Conversion, and E-commerce. In addition, you can use the “Segment” dropdown to segment your data. For example, you can choose Landing Page to see which pages on your website visitors are landing on, you can click City or Region to see where they are geographically located, or you can click User Defined if you set up any custom segmentation. For example, you might have set up a segment for blog traffic. If you click User Defined, you would be able to view statistics based on people coming from this referring site, but that also that visited your blog.

Yes, Drill Into Your Reporting Even Further…
Why stop at the previous step? If you click one of the URL’s within your referring site report, you can view statistics for that one URL. You are telling GA to just give you data for that one URL and not the entire referring site. In this report, you can view trending up top for the URL in question (again, not for the entire site, just the URL). You can visit that URL in a new window, you can segment your data via the Segment dropdown, and you can view a summary of statistics at the bottom of the report. And once again, you can click each tab to view Site Usage, Goal Conversion, and E-Commerce for that one URL. Nice.

Screenshot of a Specific Link (URL) in the Referring Sites Report:
A Specific Link or URL in Google Analytics


How About a Hypothetical Referring Sites Example?
You launched a big campaign last week. There are 2 sites in particular that you want to compare. Both are vying for your long-term business, so this is a test for each of them. You are running advertising on both sites in various locations. Both sites show up in your referring sites report. Great. Let’s take a closer look.

Each site sent ~8,000 visitors your way. Immediately you see that 1 site had a 55% bounce rate and the other had a 10% bounce rate. Interesting. You click Goal Conversion and see that the first site (with a high bounce rate) had a 2% conversion rate and the second site with a 10% bounce rate had an 8% conversion rate. Your case is getting stronger for site #2, right? Let’s drill deeper into site #2. You see 4 URL’s from this referring site that drove visitors to your site. The trending (up top) shows a downward trend from the day it launched through yesterday. What’s the reason? The most popular link was on their blog, which based on new content being added daily to the blog, the post mentioning your site drops down the blog homepage and eventually off of the homepage. You still get traffic, but not as much. Bookmark that in your mind for future campaigns. Maybe you should focus your efforts on more blog related content versus other efforts. You check revenue by URL, which backs up the mention in the blog post. It sent the most traffic and revenue your way. Let’s pop back out and check the first site (the one with a high bounce rate and lower conversion rate). You are now viewing the referring site by URL. Most of the visitors came through the homepage advertisement, but that also had the highest bounce rate. Was it the creative? Or, since visitors that arrived from links deeper in the site stayed longer and converted at a higher rate, does that reflect a more valuable type of visitor? For example, are you getting more value from deeper site advertising? Sure, it won’t send you as much traffic, but you want a high return on investment (ROI), which means revenue. Traffic is good, but not if 55% of it bounces.

We can keep going, but I’ll stop my hypothetical analysis here! I hope you can see how powerful this set of reports can be for determining high quality traffic. And “High Quality” can be determined by you, and not the people sending you the traffic. ;-) What gets me even more excited is that web analytics packages are only getting stronger. You will be able to do more and more as the popular analytics packages evolve. Stay tuned for more posts about other web analytics reporting. I know that there’s a lot to cover, so subscribe to my feed and keep up to date on my latest posts.

GG

Labels: , , , ,

Wednesday, September 05, 2007

5 More Ways to Lower Your Bounce Rate (and Increase Your ROAS)

5 Ways to Lower Your Bounce Rate and Increase Your ROASWith robust web analytics packages in place, you have the ability to see which campaign landing pages are working for you and which ones aren’t. Bounce Rate has received a lot of coverage recently and I’ve also received a lot of questions about it. Why? Well, theoretically, if you can lower your bounce rate on a campaign landing page, you have a greater chance of converting visitors. That leads to more revenue, a higher Return on Ad Spend (ROAS) and happy executives. :-)

On that note, don’t let an online marketing consultant or agency tell you that Return on Ad Spend (ROAS) isn’t important. That’s a classic example of someone not wanting to be accountable for the online marketing budget you will be handing them. Sure, there are other factors that come into play, but if you will be handing a consultant or agency tens of thousands of dollars per month in ad spend, then you should expect a return on that ad spend. If a consultant or agency won’t focus on how much revenue they will generate based on your ad spend (if that's your goal), run, don’t walk…and never look back. :-0

Back to my post! There are many things you can do to help lower your bounce rate and I have listed 5 additional ways below. So without further ado:

1. Listen to Your Customers
What a crazy idea, right? ;-) I know sometimes online marketers want to leverage their web analytics packages for everything, but there is so much you can learn from your customers and visitors. So, how do you reach out to them? How about using on-site surveys, tapping into your customer advisory board, or leveraging focus groups? This is one of the reasons I believe your in-house email list is so important…you can leverage your list to gain critical feedback. For example, what information are they looking for, in what order, how much information is too much, do reviews matter, or will video make a difference. I can’t emphasize enough how important this is so don’t be afraid to interact with other PEOPLE!

2. Use Multivariate Testing
Based on the feedback you receive from your customers and visitors (see above), you can start to craft your multivariate test for your campaign landing pages. Note, I explained how you can leverage multivariate testing using Google Website Optimizer in another post so I won’t go into detail on how to set up your test here. So, based on customer feedback, choose your landing page elements, create several versions of each element, and launch your test to scientifically determine the best combination of elements in order to decrease bounce rate and increase conversion. I can hear more sales coming in already. ;-)

3. Provide a Clear Internal Linking Structure
Let’s face it, sometimes people aren’t specifically interested in what you are selling on your campaign landing page. But, you don’t need to lose that traffic and revenue. You might have other items they are interested in and you need to let them know those other products are there. Using a clear navigation and linking structure, you can make sure those visitors don’t bounce and that they easily find the additional information. For example, you can provide a well structured right sidebar with related links. You can also provide related links below your product and pricing information.

For example, if someone visits your campaign landing page for HD TV’s and she doesn't see a 42" Plasma on the page (but you actually have 5 models that are elsewhere on the site), she might bounce! However, if you provided a right sidebar link that says "view other models by size and type", you might be able to lower your bounce rate and increase your conversion rate. This is a simple example, but you get the point!

4. Pay Attention to Your Creative Layout
We all know that there are many ways you can lay out a campaign landing page. We also know that certain visuals, colors, calls to action, and functionality impact conversion differently (based on a number of factors). When you are marketing a product or service, the right creative layout can be critical to increasing conversion. Your actual landing page layout will completely depend on your target market, your products, your pitch, and any additional information that can help drive sales. For some products, your landing page may need to contain interactivity using flash or ajax, but other products may need more text content to build credibility in the buyer’s mind. Some elements that you can consider testing are more product visuals on the page, better imaging functionality (pan and zoom), customer reviews, video (if it makes sense for your product), a wizard to help customers choose the right version of your product, etc. Then you can use multivariate testing to optimize the page content to increase conversion (see above).

5. Drive High Quality Traffic to Your Site (OK, not such an easy task...)
Who cares if you get 50,000 visitors from an online marketing campaign if 75% of those visitors bounce. You should analyze your traffic sources to see where you are getting the highest quality visitors from. Look for red flags…like a site you are advertising on that sends traffic yielding a high bounce rate and low conversion rate. Also, ensure you set goals for sales, registrations, rss subscriptions, etc. Make sure you understand where traffic is coming from and what those visitors are doing on your site. Track as many variables as you can so you can make educated decisions down the line.

For example, you might find that a recent email marketing campaign yielded lower traffic numbers than your paid search campaign, but higher revenue and registrations. In addition, you might find that 60% of the people from your paid search campaign bounced. You would obviously want to take a hard look at your paid search campaign to see why this is happening. Are you targeting the right keywords, is your landing page throwing off visitors, or is it the wrong product selection. You might find that minor changes can yield a much higher Return on Ad Spend (ROAS).

In closing, there are many things you can do to help lower your bounce rate. It’s definitely hard work, but can yield great results. My recommendation is that you start small, review your results and then expand your efforts. Little by little, you can start to optimize your landing pages and increase the effectiveness of your campaigns. So what are you waiting for? Stop reading this post and get moving! :-)

GG

Labels: , , , , , , ,

Monday, August 27, 2007

Migrating to Coremetrics Search Marketing Tools - My Favorite Features

Coremetrics Search Marketing Tools - List of Top FeaturesI think everyone agrees that managing paid search is tough and time consuming. In my opinion, you need to be chest deep in your campaigns all of the time to reap the greatest rewards. With keyword research, copywriting, building landing pages, optimizing your campaigns, etc. it takes a lot of time, to say the least. So, if you could leverage technology to make the process of managing paid search more efficient, my guess is that you would probably do it. Of course, you would need a solid tool that provides a wealth of functionality for it to make sense. You probably wouldn’t make a big change if you just added one piece of functionality…you would need a platform that helps you on several dimensions.

The Vendor UI, Spreadsheets, Text Editors, and 3rd Party Software
Paid Search Management Can Make You Crazy!If you walked into the office of someone managing paid search for their company, you would probably see a process that includes a host of products and services. This includes bulk spreadsheets, the vendor UI’s (going directly into Google, Yahoo, MSN, etc. to manage campaigns), using AdWords Editor, Text Editors, and 3rd party software for bid management. Then add a web analytics package for analysis mixed with reporting from the vendor and it becomes a world of multiple touch points that can drive a search marketer insane… and can also cause carpal tunnel syndrome. ;-) So, how can you alleviate the madness of paid search management? Well, alleviate might be a strong term, since the fast and furious process of managing paid search isn’t going away, but you can definitely make it easier for yourself. Enter web analytics vendors that provide paid search management packages. Coremetrics is one of the vendors offering this type of functionality and I created this post to list some of my favorite features of the platform. Note, this post is not meant to cover all of the functionality provided by Coremetrics Search Marketing Tools, so look for future posts that expand on this topic.

Some of My Favorite Features of Coremetrics Search Tools:

1. Auto-Tagging of Keywords
Halelujah. :-) For those of you who have to tag keywords so you can accurately track them in your analytics package, you will GREATLY appreciate this feature. Whether you manually tag them or you have developed your own application to tag them (which probably isn’t that good…), you will LOVE this feature of Coremetrics Search Tools. Simply copy the keywords you want to include in an Ad Group and click “Add New Keywords”. Wow, that was tough. ;-) Compare that to the painful, vision-killing, carpal tunnel syndrome-creating, insanity of tagging the keywords yourself, and you can see why this one feature may be worth the migration to CM Search Tools. For example, I added about 300 keywords to an ad group last week in about 10 seconds…and tagged the keywords at a granular level (read below).

2. Tagging Keywords at a Granular Level
Even when you tag keywords, sometimes you want to know more about why those keywords are generating sales (or not generating sales…) With the typical tagging hierarchy, you might see something like this in your web analytics package:

Vendor -> Campaign -> AdGroup -> Keyword

Now, that’s fine and you’ll see revenue by keyword, ad group, and campaign, but what if you wanted to see more? Coremetrics Search Tools enable you to go further by seeing a multitude of additional elements. For example, keyword match type, the raw keyword entered into the search engine, the version of the creative that yielded a click through, and whether the ad was displayed on the content network or in the search listings. Having access to these additional parameters will only enhance your decision making when managing paid search.

To show you the difference, let’s take a look at a hypothetical example:

What you would traditionally see with standard tagging:
Google->Sneakers->Nike->Nike Air Zoom

What you can see using Coremetrics Search Marketing Tools:
Google->Sneakers_Nike->Nike_Air_Zoom_Phrase->Search_CreativeVersionA

You can see how granular your reporting can be using Coremetrics Search Tools. Just to clarify the listing, Google = Vendor, Sneakers_Nike = Campaign and Ad Group, Nike_Air_Zoom_Phrase = Keyword and Match Type, and Search_Creative_VersionA = the ad was displayed in the Search Listings along with the version of the ad creative that the visitors clicked through. Impressive, right?

--Update: I've received some questions about the difference between the vendor dynamic values and Coremetrics dynamic values when tagging keywords. To clarify, I use a mixture of both when tagging keywords for paid search reporting. This gives me the best of both worlds.

3. Finding the Raw Keywords that Visitors Used
By seeing the raw keywords that yielded visitors and revenue, you can find valuable long tail terms to add to your campaigns. For example, let’s say you had a keyword set to Broad Match and 550 people clicked through the site yesterday via that keyword. Using Coremetrics Search Tools, you could drill into that keyword to see what people really entered, which can include terms that maybe you never would have targeted. You can then copy those keywords and quickly add them to the Ad Group in question, enabling you to target high quality visitors based on actual data.

To give another hypothetical example:
Let's say you have a broad match keyword like computer for gaming. Maybe you received 100 visitors yesterday from the keyword. Using Coremetrics, you can drill into that keyword and see what people really entered like What’s the best computer for gaming? or Tricking out your computer for gaming. These long tail keywords can be extremely valuable and can help you target prospects at a more granular level. Think about it, you can target what everyone else is targeting or target long tail keywords that your competitors might not even be aware of? I’d go with the latter almost every time. ;-)

4. It’s directly tied to your analytics program!
To quote Hyundai, Duh. :-) This bullet will cover several reporting elements, but having revenue, cost data, click through rate, bounce rate, average position, cpc data, etc. right in your web analytics program makes your life a lot easier. You don’t need to bounce around (no pun intended) to find the data you need. In addition, having Coremetrics Attribution Windows handy enables you to see first click, last click, and average click data all in one interface alongside your paid search statistics. Nice.

So that’s my first crack at letting you know what I like best about Coremetrics Search Tools. Definitely check back soon as I plan to write more about managing paid search using the platform. For example, I didn’t cover bid management functionality, which can really help you automate some time consuming tasks. Actually, that’s probably a large enough topic to warrant its own post!

In closing, if you are looking to increase your efficiency while expanding your paid search efforts, all while decreasing your chances of getting carpal tunnel syndrome and having to wear glasses for the rest of your life, check out Coremetrics Search Marketing Tools. Wow, heck of a tagline for their product, huh? ;-)

GG

Labels: , , , , ,

Wednesday, August 15, 2007

Buying Your Brand Keywords in Paid Search When You Already Rank in Natural Search Might Actually Make Sense

Should You Run Paid Search Ads For Your Brand Keywords?I love that in web marketing you can test ideas and receive almost immediate feedback. When it comes to search marketing, I focus heavily on both paid search and organic search and although I’m a bigger advocate of organic search, I definitely see the value in running paid search campaigns. For those of you running paid search purely for branding purposes, my paid search philosophy may sound strange to you. I focus on a crazy thing called Return on Ad Spend (ROAS) which means I’m not happy with just visitors…my goal is to generate conversions. ;-)

Formula for Return on Ad Spend (ROAS):
Revenue - Ad Spend / Ad Spend * 100

To Run Brand Terms or Not To Run Brand Terms…
Since organic search and paid search are two very different animals, it’s often hard for marketers to determine whether or not they should run paid search for their brand keywords. Logic tells us that if you dominate the top listing in organic search for your brand terms, then why would you need to run paid search?? It just doesn’t make sense, right? People trust the organic listings, they will see you ranking #1 and immediately click that link and buy from your site, right? For the most part, that’s been my philosophy. Well, the web marketing world changes at light speed and I never thumb my nose at test results (which brings me to the point of this post.)

Offermatica’s Paid Search Test
I recently read an article by Offermatica explaining a test they ran with one of their online retail clients. They basically wanted to test the effect of running paid search for brand keywords when the company in question owns the top spot in the organic listings. Would it matter? They tracked 30 brand keywords over a 2 week period, one week with the paid search ads turned on and the other week with them off. You can read more in the article, but the test showed that although the site received fewer visitors during the week that the paid search ads were turned on, conversions were up almost 23% and revenue per visitor was up 22%. Now, it wasn’t a perfect test…but it did show the value in running paid search for brand terms.

So I said to myself, what the heck…I’m also going to try it out (although not as elaborate as Offermatica’s test.) I performed keyword research for our brand name and found about 40 keywords that we should target. Then I quickly set up the campaigns in both Google and Yahoo. That was a month ago. Then I waited for the data to come in…

What were the results?
Again, I didn’t go to the extent that Offermatica did, but I saw our brand keywords generate sales that far outweighed their cost. The ROAS so far has been 5900%. In addition, during the test, we saw registrations up 31% from paid search and even natural search revenue went up 41%. Go figure. Now, it definitely wasn’t a perfect test, but if you look at the Return on Ad Spend for the brand terms, it makes a lot of sense to keep the ads running (to say the least). Think about it, if I told you that you could net $59 for every $1 of ad spend, would you run the ads? You bet you would! :-) I’m becoming a believer. I rarely argue with data.

Should You Run Paid Search for Your Brand?
Every business is different so you should evaluate this paid search strategy based on your unique situation. However, it’s definitely worth a test. Simply allocate some ad spend for a month to run paid search for brand terms and see how they perform. Then compare the results to a similar month for your business. In my opinion, it’s well worth it. Remember, 5900% ROAS. :-) Worst case scenario, you turn off the ads.

Here are some factors to consider when evaluating whether to run paid search for your brand (even when you own the top spot in organic search):

1. How unique is your brand name?
2. How much competition do you have for your brand name in search marketing (both paid and organic)? You might be surprised to see paid search ads running when you enter your own company name! Yikes.
3. How much revenue do you currently generate from your brand keywords in organic search?
4. You should perform keyword research to see how popular your brand terms are in both organic search and paid search.
5. Are you running any other marketing campaigns where running brand terms in Paid Search would help your efforts?
6. Structure your test so you can pull key data from your analytics package (you will get a lot of questions from senior management regarding your test, especially if senior management leans one way versus another with regard to paid search.)

As I mentioned in a previous post, Paid Search is a tough and gritty online marketing channel, but if you keep a close eye on your campaigns and constantly refine them, Paid Search can be a profitable channel. Testing is the name of the game, so as the Royal Bank of Scotland says, "Make it happen". --Hold on a minute! I just searched for the Royal Bank of Scotland and see they are running paid search for their brand keywords. Do you think that they also read the Offermatica article? Then I quickly searched for the tagline that’s been in all of their TV commercials "Make It Happen", and I didn’t see one ad…ok, maybe they should read the article! :-)

GG

Labels: , , , , , ,

Wednesday, August 08, 2007

Bounce Rate and Exit Rate, What is the Difference and Why You Should Care

The Difference Between Bounce Rate and Exit Rate in Web AnalyticsOver the past year, I’ve received more and more questions about two important metrics in web marketing, Bounce Rate and Exit Rate. It seems there is some confusion about differences between the two, why they are important, what they tell you, and how to improve them. So, I decided to write this post to demystify them a bit.

The Definition of Bounce Rate and Exit Rate
Let’s start with some definitions. The definition of Bounce Rate is the percentage of visitors that hit your website on a given page and don’t visit any other pages on your site. For example, John views an organic search listing, clicks through to your site, and then leaves your site without visiting any other pages. He bounced. You can learn more about lowering your bounce rate here.

The definition of Exit Rate is the percentage of visitors that leave your site from a given page based on the number of visits to that page (or pageviews in some cases). Sounds similar to Bounce Rate, doesn’t it? There’s a difference, though. The visitor who exits might have visited other pages on your site, but just exited on that specific page. For example, John views an organic search listing, clicks through your site, reads a blog post, then clicks the About Us link. After finding out more about your company, John clicks the contact us link and fills out a contact form. He then exits your site. The contact us page is where he exited. In contrast, if he simply visited the site via organic search and left without visiting any other page, it would have been a bounce. Make sense?

Why are Bounce Rate and Exit Rate Important?
Both metrics are important and can help web marketing people glean insights from the data, but they are definitely used differently. Bounce Rate is extremely important for determining how your landing pages perform as compared to visitor expectations. For example, if you run paid search campaigns, then you know the importance of testing a landing page (optimizing the landing page). I find that bounce rate at the aggregate level doesn’t tell you very much (site level bounce rate), but I find that bounce rate at the page level is extremely useful. It actually makes a lot of sense if you think about it. For example, if you are driving paid search visitors to your landing page selling Coffee Makers {OK, it’s 5AM and I’m tired :-)}, and you have a 70% Bounce Rate on that page, you’ve got a problem. Why are that many visitors bouncing after clicking through your paid search ad and landing on a page that theoretically should be highly targeted? This is actually the fun part…digging into the data, optimizing the page, and using multivariate testing to lower your bounce rate and to increase conversion. As you can see, bounce rate can help you determine how well your landing pages perform (which directly affects revenue and ROAS).

In my opinion, Exit Rate is more important for determining which page in a process isn’t performing up to expectations. For example, if you have mapped out scent trails on your site (ala Persuasion Architecture), and you find visitors are exiting the site on a webpage that clearly is a stepping stone to a more important page, then you should probably take a hard look at that page’s content. Are the calls to action not compelling enough? Does the page provide content that throws off visitors? Is there a technical issue with the page? Does it take too long to load? So on and so forth. Note, that for specific processes like cart checkout, you should use funnel analysis, but analyzing exit rate for more open ended processes works well (like targeting a type of buyer and providing a scent trail for them to get to a registration form.)

Different Yet Important
As you can see, both metrics are very different, but both are important. My recommendation is to start analyzing Bounce Rate and Exit Rate for key pages and processes on your site. I would begin with a focused effort, like a landing page that receives a lot of paid search traffic (for Bounce Rate) and possibly a lead generation process on the site for Exit Rate (if you have one). I won’t cover the process of optimizing your content in this post, but you can read an introduction to multivariate testing using Google Website Optimizer to learn more about website testing. I believe multivariate testing is a critical component to increasing conversion and lowering bounce rate for your key landing pages. It can help you increase revenue without adding one more new visitor to your site. Intriguing, isn’t it? :-)

In closing, who thought that bouncing and exiting would be an interesting topic in marketing? ;-) Addressing Bounce Rate and Exit Rate can help you meet customer expectations, which can lead to higher conversion rates (whether that means sales, registrations, RSS subscriptions, etc.) There is one more point worth mentioning… although you can learn a lot from both Bounce Rate and Exit Rate, don’t forget about qualitative data. During your optimization process, ASK YOUR CUSTOMERS AND VISITORS about your key landing pages via surveys, focus groups, phone calls, etc. You may be too close to the content to see what’s wrong and you would be amazed to read and hear what actual visitors have to say.

GG

Labels: , , , , , , , ,

Friday, July 06, 2007

Multivariate Testing with Google Website Optimizer – Increase Conversion Rate and Take Guesswork Out of the Equation

Multivariate Testing Using Google Website OptimizerWebsite and campaign optimization has become an extremely hot area of web marketing recently. My guess is that you’ve heard the terms split testing, A/B testing, multivariate testing, Taguchi method, etc. thrown around on blogs and at conferences recently. What do these terms mean?? They all refer to the concept of scientifically testing your marketing campaigns in order to increase conversion (whether that’s increasing sales, downloading a whitepaper, filling out a contact form, subscribing to your RSS feed, etc.) This post is intended to be an introduction to multivariate testing using Google’s free optimization tool called Google Website Optimizer. I’ll explain more about it a little later on.

Let’s start with a quick definition of multivariate testing:
Multivariate testing enables you to test several components of a website to determine the optimal combination for increasing conversion. But unlike a traditional split test, which tests one creative versus another, multivariate testing enables you to test the combination of elements on a page and then will determine the optimal combination of those elements for increasing conversion.

Here’s a quick example:
Let’s say you are running a paid search campaign and you have set up a landing page specifically for your paid search visitors. The page currently converts at .75%. You’re not thrilled… In addition, your analytics package shows that you have a 60% bounce rate on the landing page. Again, you’re not thrilled. With multivariate testing, you can take that landing page and then determine key components of the page that you would like to test in order to increase conversion. For example, you might want to test the header graphic, the headline, and a call to action on the page. So, you have 3 components (or page sections) to test and then you can create multiple versions of each component. Let’s say you tested 4 versions of each component, which would mean that you have 81 possible combinations of elements. Your testing application would automatically change the content for different visitors and then measure the effectiveness of each element and the combination of elements. Cool, right? Note, the more components you test and more versions of components will extend the length of your test. There needs to be statistical significance in order to accurately determine the best combination of elements.

Enter Google Website Optimizer:
There are several tools on the market to help you with multivariate testing, including Offermatica and Optimost (probably the most popular services.) However, you might want to consider a great starter application before diving into the more complex applications listed above. That’s where Google Website Optimizer comes in. It’s Google’s free optimization tool that does a great job with basic multivariate testing. It’s a great way to start your in-house testing program. Heck, it’s free! I’ll take you through a quick example below.

A Real World Example, Step by Step:
One of my clients sells software (B2B) and they noticed a lot of people visiting the demo page, which also has customer testimonials as part of the page. After utilizing their web analytics package to analyze the past few months of activity, I could clearly see that visitors weren’t taking the next step and clicking the call to action to buy the software from the page. So, to increase conversion, we decided to use multivariate testing using Google Website Optimizer.

Here is what I did and how it worked:

1. I broke down the demo page into the core components we wanted to test. This ended up being the header graphic, the headline, and 2 calls to action (one at the top of the page and one below the fold). Note that mapping out your test is probably the toughest part since if you test the wrong components, then you probably won’t achieve your goals. :-) I recommend including everyone at this stage, including the designers, the marketing group, your VP, developers, etc. You don’t have to take everyone’s recommendation, but it typically gives you a good view of the possibilities.

2. Access Google Website Optimizer, which can be found in your AdWords account under campaign management. Create a new experiment and follow the steps for setting up your experiment. There are 5 steps and I briefly touch on each of them below.

3. Click the button for identifying your experiment pages. This will include the page you are testing and the conversion page.

4. Name your experiment and locate your test page and conversion page.

5. The second step (at least in Google Website Optimizer) is to plan your experiment. I briefly explained my client’s experiment above, but this is the step where you figure out which components to test in order to increase conversion. I determined that the header graphic, the headline and 2 calls to action would be the components to test and that we would test 3 different versions of each (giving us 81 possible combinations).

6. Add the JavaScript tags to both the test page and the conversion page. Google gives you detailed instructions for doing this, so I won’t add each step of accomplishing this task. Basically, you’ll be adding some JavaScript to each page and then identifying the unique sections of your page that you will be testing. Once you identify a section, such as the headline, then you will add specific JavaScript so Google Website Optimizer can swap out content on the fly for testing purposes. If you are familiar with HTML and JavaScript, this process is fairly simple. If you aren’t familiar with HTML and JavaScript, then have a developer help you.

7. Then you can click “Check tags on page” once they are uploaded and Google will automatically check them for you. A nice feature…Note, you can also check local pages, if needed by browsing your computer for the webpages.

8. Now is the fun part. You will create the different versions of each component. Don’t be shy here…make sure each version is significantly different or your results may not tell you anything! Remember, we are testing conversion, not how pretty something is. To me, I love this part of website testing. Why? Because it’s sometimes the ugliest component that pulls the best response. Nothing drives designers crazier that showing them an ugly element that converted twice the rate of the prettiest graphic. :-) And remember you are always starting with the original page and elements as a comparison.

9. Once you create and enter each variation for your test components, then you can preview the experiment. You can also tell Google Website Optimizer how much traffic to use for the test. For example, 50% of the traffic to the page, 75%, or 100% of the traffic. You can determine this, based on your exact experiment.

10. Preview your experiment. Having 4 components and 3 variations of each component yields 81 possible combinations. And, Google Website Optimizer enables you to view each combination in a slick preview screen. You can use dropdowns to select each combination or specific versions of each component. **Note, if you see something wrong, change it now. Close out the preview and click the back button to re-edit your versions. If you go live with the experiment, you will NOT be able to change the component versions.

11. When you are ready and everything looks perfect, simply click the Launch Now button to start your test. Now all you need is traffic. :-O By the way, you should start with a page that gets a lot of traffic. In order to scientifically determine which combination of elements works best, you need enough traffic to thoroughly test all of the combinations. The more components and variations you have, the more traffic and time you will need.

Go have a snack, grab lunch, hit the local bar, or wherever you want to boast about the multivariate test you just set up. :-) Check back a few hours later and you can start to review the reporting for your experiment. I plan to write a post that extensively covers the reporting in Google Website Optimizer, but in a nutshell, you can see the following statistics:

Under the Combinations Tab:
* which combinations are performing the best
* which combinations are performing the worst
* each combination’s chance of beating the original
* each combination’s chance of beating the other combinations
* observed improvement over the original
* conversions per visitor

Under the Page Sections Tab:
* the estimated conversion rate for each element within each component
* each variation’s chance of beating the original
* each variation’s chance of beating the other combinations
* observed improvement over the original
* conversions per visitor
* section relevance rating, which basically tells you how important variations in that section are to the overall experiment.


The results of my experiment:
And why I love multivariate testing…we never would have picked the combination that pulled the best response.

1. A header graphic that was relatively cluttered from a design standpoint, but one that builds credibility, performed the best. Needless to say, the designers never would have chosen this header. :-)

2. All 3 of the headlines performed well. The original actually performed better than the rest, but not much better…

3. A simple call to action (as compared to the other variations) performed the best at the top of the page.

4. For the lengthier call to action below the fold, a conversational call to action performed the best. This played on the fact that if you actually got down to the second call (below the fold), then you probably went through most of the content on the page.

Taking Action:
Based on the multivariate test, the optimal combination (out of 81 possible combinations) showed a 60% observed improvement over the original. So we reviewed the results and recently implemented the winning combination.

In Closing…
I hope this post helped you understand what multivariate testing is, how you can use it, and leaves you wanting to set up your first experiment. What I like best about scientific marketing is that you take opinion out of the equation (or mostly out of the equation). If your VP loves one piece of creative and you believe it’s not the right one…test it! It’s hard to argue with real data…and the reporting can act as nice buffer, which will help you keep your job! ;-)

GG

Labels: , , , , , , , , ,

Thursday, May 31, 2007

A Review of Google Analytics v2 - Part 1

Google Analytics v2The latest version of Google Analytics (v2) arrived a few weeks ago, and although I'm a big Coremetrics fan, I am also an advocate of Google Analytics. I have several clients that use Google Analytics and I also use it for my own websites. The new version is really strong and I plan to write several posts about the new features over the next few months. Today I wanted to begin my review with some of the top features that I use on a regular basis. Let's jump right in!

The New Interface:
Well, you can't miss this one when you log in. :-) The new interface is extremely slick. Google obviously worked very hard to make it as easy as possible to find the information you are looking for and in as few clicks as possible. For example, clicking the Visitors tab, you are presented with trending in the top area (along with a dropdown for changing the metric). Then you are presented with additional key metrics below the trending graph along with links to even more information (a good drilldown feature). The trending graph is flash-based and enables you to hover your mouse over a time period to see data in real time. Very nice. Using the dropdown, I can easily change the metric from visitors to bounce rate, pages per visit, etc. It's fast and there is no refresh needed...and no need to jump to additional pages.

Screenshot of New Interface:
Google Analytics New Interface


Revenue Just a Click Away:
If you are running an e-commerce site, then revenue is what you are looking for, right? With the new version of Google Analytics, e-commerce metrics are simply a click away. For example, if I click the Traffic Sources tab, then click Referring Sites, I am presented with site usage information (like visits, pages/visit, avg. time on site, etc.) However, there are two more tabs next to Site Usage, which are Goal Conversion and e-commerce. Clicking e-commerce now shows me Revenue for each referring site. I did not have to jump to another page and I didn't even have to refresh the page. Again, fast and slick. Get me the information I want as quickly as possible. Then, I can click on a specific referring site to see more information. For example, I can segment Referral Path and see where visitors came from on the referring site, or segment Visitor Type to see if they are a new or returning visitor. Note that the e-commerce tab is present on many reports, enabling you to quickly match visitors with revenue. i.e. Click the New vs. Returning tab under Visitors and you can easily see the revenue from each segment (as well as goal conversion).

Screenshot of e-Commerce:
Google Analytics e-Commerce

Traffic Sources:
Many people involved with web analytics are fanatical about checking which sites are sending traffic their way. Was it from a blog post, an article, social media, search engines, etc. The Traffic Sources tab enables you to quickly find the information you are looking for, as well as revenue associated with those sources. For example, if I click All Traffic Sources under the Traffic Sources tab, I am presented with a list of sites/channels that have sent traffic our way. So, I see that Google Organic ranks second in sending traffic our way for the time period I selected. Then I quickly click e-commerce to see revenue totals. It shows me that Google Organic was the third highest revenue generating traffic source. So, I'm intrigued...I click the link for Google Organic, which gives me more information about the channel. I see trending over time, I can segment the traffic (maybe by landing page so I can see where Google organic visitors are landing on the site), and I see other key metrics like pages/visit, bounce rate, and avg time on site.

If I click the Search Engines Tab under Traffic Sources, I see the top search engines that sent traffic our way. I can click each search engine link to see the actual keywords and associated revenue per keyword. Fast, easy, and extremely powerful. Also note that there are three links at the top of Search Engines page (under the trending graph). The links enable you to select Total Search Engine Data (both paid and non-paid), Just Paid Search Data, and Just Non-Paid Data (organic). Again, no post back, no jumping to additional pages, it's all right there on one page.

Under Traffic Sources, there are also tabs for Referring Sites, Direct Traffic, AdWords (to track your AdWords Campaigns), and Campaigns (to track non-AdWords campaigns). These other tabs deserve their own blog post, so maybe I'll cover them in Part 2.

Screenshot of Search Engine Traffic Source:
Google Analytics Search Engine Report


The Map Overlay Feature: Wow!
Under the Visitors tab is a feature called Map Overlay. Now, if you ever wanted to segment your visitors by location easily and efficiently, the folks at Google have really stepped up and given you what you needed. I am first presented a map of continents that sent traffic our way, so I click the Americas to drill down. Then I click North America. By the way, if you hover your mouse over a continent, country, city, etc, you can see the data in real time. Also, you can segment the data by using the dropdown I have mentioned throughout this post (so you can see revenue, bounce rate, conversion rate, etc. for each location.) Yes, impressive. Back to my example. Now I see all 50 states, each a shade of green, based on the number of visits. It looks like California sent the most traffic (it's the darkest green), so I click on the state to drill down. Now I am listed with the cities that sent traffic our way. I notice that Los Angeles tops the list. So I click e-commerce to see how much revenue the city has brought in...can you see the power of this feature?? Then I click on the city link to see more data, like trending over time for key metrics. Needless to say, this is a powerful feature that I hope more people find out about.

Screenshot of Map Overlay:
Google Analytics Map Overlay Feature


Exporting and Emailing Reports
Google Analytics v2 has made it easy to export and email reports from the interface. In almost every report, you can click Export at the top of the screen and you are presented with several options. You can export the report as a PDF, XML, CSV, or TSV file. If you want to send the report to someone else, click the Email tab. Here you can enter email addresses, a subject line, description, and then choose a format for the report. In addition, you can easily schedule reports to be sent on a daily, weekly, monthly, or quarterly basis. The email feature is what I use extensively, and it works great. How many times have you found something in your reporting, jumped back, and said "Darn...Jim would love to see this..." Well, simply click the email tab and in seconds your report is on its way.

Summing Up Part 1 of My Review...
I can keep going here...but as you can see, the new version of Google Analytics is a powerful tool for analyzing your web operation. I wanted to hit on some of the features that I use on a daily basis and I definitely plan to keep my review going with additional posts. I am impressed with the new functionality and ease of use of the new version. As I said earlier, I use other web analytics programs as well, but for the money (it's free), Google Analytics is a great package. There are some limitations as compared to a package like Coremetrics (read more about attribution windows here), but if you need a cost effective and powerful way to analyze your web operation, then you should definitely take a hard look at Google Analytics. If you want to learn more, then definitely check out Avinash's blog (he is the master, the official Google Analytics evangelist, and is known in the industry by just his first name!)

Wait a minute...just picked up something in the new Google Analytics that Jim would love to see {clicking email tab, copy and paste his email address, and poof, he's getting a pdf shortly}. :-)

Have fun!

GG

Labels: , , , , ,

Thursday, April 26, 2007

The Coremetrics Spring Release – Attributing Credit for a Sale Just Got Interesting

Coremetrics Spring Release and Marketing Campaign Attribution Logic
For those of you who utilize robust web analytics programs to track your online marketing efforts, last click attribution is probably a familiar term. It’s also sometimes a frustrating one... Last Click Attribution means that your web analytics program (Coremetrics, Omniture, Google Analytics, etc.) will attribute sales to the last marketing program clicked. For the most part, it’s a standard in the industry to use Last Click Attribution. That said, there are many scenarios that cause Last Click to inaccurately attribute sales data, which makes the life of a web marketing person a little frustrating.

Here’s a quick example:
John clicks through a paid search advertisement that has been tagged as a marketing campaign (this means that the web analytics package will automatically track the click as a campaign for you in the reporting application.) John visits the site and signs up for email alerts, but does not buy anything. Two days later, John receives an email that has also been tagged as a marketing campaign and he clicks through to the site. John ends up buying $125 in products. Here’s the problem. The web analytics program will attribute $125 to email and not Paid Search. That’s great for the email marketing manager and frustrating for the Search Marketing Manager (that’s if the Search Marketing Manager even finds out at all…) This is obviously not an optimal situation for tracking your campaigns.

Coremetrics to the Rescue! The Spring Update to be Exact…
As part of the Coremetrics Spring Update, there have been some outstanding marketing enhancements built into the application. For example, the enhancements to Attribution Logic are phenomenal. You can now track Last Click, First Click, Average Click, and All Clicks. I actually called CM Support and thanked them personally for adding this functionality. I’m not kidding. Yes, they thought I was a little weird, but heck, adding these attribute types will make my life a lot easier and give me accurate sales data across marketing channels. I cannot wait to see it in action (which should be very soon, given we are upgrading as I write this)…

Let’s Clarify the Coremetrics Attribution Types:
First Click Attribution
– CM will attribute credit for a conversion to the first marketing campaign clicked. So in my previous example, we would see that Paid Search was the starting point for the sale.

Last Click Attribution – this was explained earlier, but CM will attribute credit for the conversion to the last marketing campaign clicked.

Average Across Touches – CM will attribute credit equally to all marketing campaigns that were part of the sales process. So, if someone clicks through Paid Search, then clicks through an email, and then finally clicks through an RSS feed listing, all three will receive credit. That’s powerful!

All Touches Attribution – Similar to Average Click, other than CM will attribute credit to all marketing campaigns that were part of the process (in full).

In addition to the marketing enhancements listed above, Coremetrics also added attribution logic to Natural Search and Referring Sites. I will now have access to the same metrics that are available for marketing campaigns, such as Sales, Last Click 30 Days. It was frustrating not to have these metrics in the past, but being able to set a timeframe and view sales that occurred from an organic search click 2 weeks ago is powerful stuff. I’m now looking at the past 10 days of natural search traffic and it generated $183,000 more than what was being reported prior to the upgrade. This is mostly due to the ability to view sales that were attributed to a click from natural search over the past 30 days (i.e. last click 30 days attribution). This wasn’t present until the upgrade. I’m really liking Coremetrics right now…maybe I should call support again to thank them?? Maybe not…they’ll probably think I’m really troubled at this point! :-)

I plan to post more about the upgrade in the upcoming months as we apply the Coremetrics marketing enhancements to our online marketing reporting.

So by all means, hug a Coremetrics employee the next time you meet one. Tell them Glenn said hi! :-)

Disclaimer: Glenn Gabe of G-Squared Interactive cannot be held liable for any physical injury that occurs from the result of hugging Coremetrics employees. This includes bear hugs, home hugs, thank you hugs, hug it out hugs, and any other type of hug as interpreted by laws of the state of New Jersey. ;-)

Labels: , , , ,

Thursday, March 22, 2007

Web Marketing Surveys, The Value in Gaining Customer Feedback

Online Marketing Surveys and Gaining Valuable Customer Feedback
More and more, companies are looking to make important changes to their websites in order to increase conversion. A few years ago, most website changes were about look and feel or functionality, where today I hear the word "conversion" much more (and especially at the executive level). It makes sense, doesn't it? Web Analytics packages have evolved and web marketers can now view their data easier and faster than ever before. That said, where do you start? Should you use a structured process like the steps in Persuasion Architecture or use another approach that you've utilized in the past? Regardless, finding out what your customers think is essential. There are many ways to accomplish this from focus groups to usability testing to online surveys.

In my opinion, all should be used to gain important feedback prior to mapping out the blueprint for change. For this post, I've decided to target website-based surveys. In my experience with helping clients launch online marketing surveys, the first step is typically the hardest. "Well, what are we going to ask them and why?" is what I typically hear. At this stage it's important to think about your customers and the types of buyers that will be visiting your site. Based on personas that you map out, you can start to flesh out the questions that will enable you to make key decisions about the changes to your website. For example, if you sell HD TV's, two possible personas that come to mind are:

1. The Cutting Edge Buyer - He always wants the latest and greatest equipment.
2. The Discount Shopper - She wants an HD TV, but cannot afford the latest and greatest. She wants the best possible TV for the budget she has.

Keep in mind, there are probably 4-5 other potential types of buyers for this category, but I wanted to give you some quick examples. Note, these are not demographic-based, they are buyer process-based. There's a big difference between the two (and why I believe Persuasion Architecture is a strong process to go through.)

So What Do We Ask Them?
Now you can start to flesh out your questions for each persona. So, for the two sample personas I listed above, what do you want to learn from them? Maybe how important product visuals are, product reviews, or if they would use a forum for customer support? Maybe you want to see if they will read your blog, participate in the blog, or if they cannot stand blogs. You will be surprised what you find. Think about the Discount Shopper persona, maybe they want to access a sales-only page where they can sort products to their heart's delight. Or, maybe they want to subscribe to RSS feeds for the latest sales. My point here is that you should not answer the questions...but that your goal is to learn from your customers. Don't try and answer your own questions, chances are you are too close to the product line, website, and company. You might be right 20% of the time, but 20% won't earn you a promotion...

Survey Monkey, A Great Online Survey Solution
Now that you have your questions, how do you go about setting up the survey? At this point, everyone involved will have a different opinion on how you go about launching the survey. Should the IT department set it up, should you go with a free survey solution, or should you go with a paid service. I almost always recommend the latter. I really like Survey Monkey and several of my clients have taken my recommendation to use their service. The professional subscription is only $19.95 per month and you get a robust online survey solution that's customizable to boot. You can read their online survey features here, but they should cover ~99% of what you want to achieve. The reporting is strong and offers an excellent export feature so you can import the data into Excel (or whichever data analysis program you use). Anyway, I have found it to be a solid solution for launching and tracking online surveys. And, it's fast.

Make Sure You Sweeten the Offer
In order to increase response rate, I highly recommend including an incentive for filling out the survey. And I'm not talking about a $5 gift card to Starbucks. Offer something of worth or you risk having an extremely low response rate. For example, I have a consumer products client that offered their customers 15% off their next purchase. That could translate into $15-20 off their next purchase. The incentive completely depends on your customer base. A quick brainstorm session would yield a dozen or so incentives that you can use.

Analyze the Data
After the survey is over, take the time to analyze the data from several viewpoints. The open-ended questions sometimes yield incredible information. Think about it, if someone took the time to actually type in a response, it's probably worth reading, right? Some people even include their contact information, which can help you build focus groups down the line. It depends on how passionate the customer is and how much they want you to change!

Closed Loop Communication
Last, but not least, let the respondents know what you are doing based on their feedback! This is probably the most overlooked step in the process. Your customers will likely feel as if they didn't waste their time and that you take their feedback seriously. Also, it's a great opportunity to look for customers for focus groups or even word of mouth marketing campaigns.

In closing, online marketing surveys can help you understand how your customers really feel about your products and website, and can help you make decisions based on data versus your own opinion. Use a solid solution for launching surveys and analyze the data fully before making any decisions. Then follow up with the people that responded. You can start to foster a stronger relationship with your customers, which can lead to loyal customers and hopefully increased revenue. And, isn't that what it's all about?

GG

Labels: , , , , ,

Monday, January 22, 2007

Website Optimization, Bounce Rate, and Conversion Rate


I just read an article about Click Fraud by Daniel Jupp, and although I thought it was a good article about the problem, there was a bullet that I would like to elaborate on. In the final section of the article, Daniel says:

"Website traffic analysis software can help identify what visitors are doing when they arrive at your site. If the software indicates that a large number of visitors are arriving at the home page, not going anywhere else and leaving the site very quickly, this is a good indicator that click fraud is taking place. Again, this data can be saved and reported to the search portal. "

Here's my point. I help companies build and execute their web marketing strategies and website optimization is a big part of my job. This includes landing page optimization, email optimization, paid search optimization, etc. I aim to increase conversion, period. Anyway, the part about checking your web analytics application to notice high bounce rates on your homepage struck me as odd.

First, if you are driving people to your homepage via paid search, then you should reevaluate your campaign strategy. I know this is a necessity sometimes if you lack the resources necessary to build custom landing pages, but to think that a high bounce rate on your homepage means you are experiencing Click Fraud is a stretch! There are so many websites out there that are not optimized properly to meet customer expectations (and to ultimately increase conversion). And I'm not talking about small websites without marketing budgets... There are three large scale websites in particular that I have worked with over the past 18 months that see over an 18% bounce rate on their homepage. And yes, I am working on that... So, if a website has 400,000 visitors per month, they are seeing 864,000 people per year leave without taking another step... Just imagine the revenue bump if you converted even a small percentage of those visitors. For example, if you converted .5% of those visitors that bounce and your average sale is $50, that's $216,000 in revenue.

Landing Pages Are Crucial to the Success of Your Campaign
Back to my point, when launching any type of online marketing campaign, a landing page is crucial. Think about it, imagine wanting to buy a Jeep Commander, finding a dealership, walking in, only to have the salesperson dump you on a lot filled with 1000 cars and only some of the them are Commanders. If you have a large e-commerce site, then that's exactly what you are doing if you send prospects to your homepage from a paid search campaign or email. The landing page should be tailored to convert that prospect, period. It should include all of the information that the person needs to move forward in the buying process. What's on the landing page completely depends on your product and company, but be specific, be brief, and provide clear calls to action.

In closing, high bounce rates on your homepage do not necessarily mean you are falling prey to Click Fraud... It might very well mean that you aren't driving people to the right place or that your homepage isn't part of your persuasive selling system! Don't spend all of your time on the external factors of a campaign (the creative, the blast, the keyword research, etc.) You should also think about where you are sending them. In my experience, too many companies are still a few years behind when it comes to website optimization, using landing pages properly, and enhancing conversion via scientific marketing.

GG

PS A quick analogy...I have a 3 year old daughter and she loves watching "Far Far Far Away Idol" at the end of Shrek 2 (a parody of American Idol and with all of the creatures from Shrek). The performances were extremely well thought out, well written, and well executed by the animators. Each contestant was hilarious in their rendition of the popular song...there is even an appearance by Simon Cowell. Then the winner is announced and the entire scene falls flat... It was apparent that they ran out of time during the production of the segment. It just doesn't feel right, my daughter even looks disappointed, and you're left with a feeling of "that's it??" I couldn't help but think that this is a great analogy to sending someone to an un-optimized page on your website via an online marketing campaign. So, be sure to think of Shrek 2 when mapping out your next marketing campaign! ;-)

Labels: , , , , , ,

Monday, January 01, 2007

SEO and ROI - Return on Investment of Search Engine Optimization


In addition to rich media marketing, wom and buzz, I've been heavily working on SEO and SEM projects over the past several years. It's an exciting area of online marketing and the SEO part has been enlightening. (It's also fun, which is an added benefit!) That said, I've had several executives ask me, "What would be the return on investment (ROI) for launching an SEO initiative for my business?" That's not an easy question to answer and one that cannot be answered in a short amount of time. There is a lot of work to be done up front before you can even attempt to answer that question, from performing a thorough SEO assessment to keyword research to mapping out technical changes to analyzing the competitive landscape. Then, you might find out that the website needs to be revamped before any significant changes can take place. For example, if a site lacks a robust text navigation, which will enable each page to be properly accessed and indexed, then you've got some technical hurdles to overcome (especially before telling a CEO that he can expect a 250% SEO ROI).

When it comes to hard ROI (revenue-driven), you need a robust web analytics program that provides detailed reporting on your SEO initiative. I've been working extensively with Coremetrics recently and I can tell that it does a phenomenal job at tracking your organic listings. Once in the application, just click through to "Natural Search" and you are given a drilldown into your organic terms broken down by search engine, conversion rate, sessions, sales, orders, and new visitors. That alone would make most executives happy. I've been part of enough internet marketing strategy meetings to know that everyone thinks a given set of organic terms are their "money" terms. With Coremetrics, you can call them on it! The report I am looking at right now has 120 pages of organic terms, sorted by revenue. Drill down into a given term and you can see the search engines that visitors came from, and then you can select the terms for trending. Click the trending report and you can see revenue over time for the selected keywords. Now give that report to someone who thinks their terms rule! :-) I guess my point is that you don't have to guess anymore. When starting an SEO initiative (or any online marketing initiative for that matter), the first thing you need to do is to get your web analytics situation in order. Without it, you are flying blind.

More Detail on Organic Search Analytics in Coremetrics:
There's more to learn in Coremetrics than what I listed above. Using Clickstream reporting, you can take a hard look at pages that rank highly for organic terms. Run a clickstream report and you can see where people are going after visiting that page. This will enable you to notice trends in visitor behavior, which can help you increase conversion on your e-commerce website. For example, if you saw that one page is ranking highly for a competitive keyword, then you could set up a clickstream report to see where visitors go after hitting that page. You can keep drilling down to see where the highest abandonment takes place (where people leave your site). Maybe there is a flaw in your navigation, calls to action, or creative.

The Obvious Benefit:
Well, the completely obvious benefit of using a robust web analytics program to analyze organic search is that you get to see all of the keywords that visitors are entering to get to your site. I'll bet you had no idea that you ranked well for some of those keywords. Then you can take a look at your site to see why that is, tweak other pages to rank higher, and to help your SEM campaigns (like turning off keywords you are paying for in AdWords or YSM when you rank organically for them!) Don't laugh, this happens more than you think...

In closing, SEO shouldn't be solely about ranking for keywords (even though it is fun to see a website start to rank highly), it should be about the return on investment of the project. Set up your analytics, track your natural search terms, and document everything. Then you can show off your cool rankings, but back them up with hard numbers...and dollar signs!

GG

Labels: , , , , ,

Wednesday, September 20, 2006

Scientific Marketing - Do You Really Know Your Visitors?


The more I help clients with increasing conversion, the more I see the true evolution of web marketing. I know this may be hard to believe, but you may not understand how your customers buy as much as you think you do. I don't mean to sound obnoxious, but I've seen too many web marketing projects that look and act the way the marketing people think they should... I admit, it's hard to truly understand how your visitors think, browse, buy, etc. However, the web provides an incredible platform for testing and refining your web marketing campaigns to increase conversion. Read on.

Ta(who)chi? No, Taguchi!
Split testing, multivariate testing, and advanced testing using the Taguchi method are all viable options for optimizing your campaigns. You can also use some great online tools for assistance. For example, Offermatica is a powerful ASP-based tool that enables you to test to your heart's delight. Ever wondered what the best combination of elements would be on your landing page? Well now you can do it without the burden of building a system to track your results. You'll be surprised what you find!

You might be too close...
I think we all have faced it at some point in the past...you know, being so close to a campaign that you don't see how the average person views it. When I first started building interactive solutions, I quickly realized how important testing was. One of my first interactive applications initially used a slick navigation that I worked ridiculously hard on developing. I loved it. Then during testing, I realized that 25% of the target audience had no idea how to use it! Ouch. Back to marketing campaigns...marketers should use their knowledge of the industry, customer, and market to craft brilliant campaigns, but they also need to test out different variations in order to scientifically (that's right, I mean data backing our ideas) to understand what will convert the most visitors into customers.

It might not be pretty...
That's right, the best performing landing pages or email creative or product detail page may not be what you think it should be. You might find that visitors want more copy and less visuals or vice versa. You might find that they hate advanced functionality and don't see calls to action in yellow. Or, they might want to click "Buy Now" immediately and get past the lengthy product description. I think you get the point!

In closing, keep an open mind. You might find that using scientific marketing helps you blaze a path at your respective organization. And once you do, science will never look the same again!

GG

Labels: , , ,

Monday, August 21, 2006

A 180 For the Web - Persuasion Architecture


There is a buzz in the air at online marketing agencies, interactive agencies, and in marketing meetings across corporate america, it's about Persuasion Architecture. If you haven't heard of P.A., it's a revolutionary model for developing persuasive selling systems on the web. The system was created by by the Eisenbergs (Jeffrey and Bryan). Their latest book, Waiting for Your Cat to Bark, immediately plunged me into brainstorming mode as I thought about projects that could immediately benefit from this model. So hold on to your hat (or should I say cat), here comes an idea that may have you excited, then depressed, and then excited again. I'll explain why as you read on...

The Current Process (and hopefully the soon-to-be extinct process...)
Let's take a step back for a second and review how most websites and e-commerce sites have been developed. We have a product, we want to sell the product online, we have a web development staff adept at coding, and marketing people adept at selling.

--The meeting begins..."we want to sell our widgets on the web, so let's focus on the features of the widget, we'll code the site for the lowest common denominator, target the top 1 of 2 types of buyers that will be hitting the site, and let them figure out the benefits based on the features."--

So, there may be 6 or 7 different types of buyers that will hit the site, but we are developing the site (design, code, copy, etc.) for 1 or 2. Can you start to see why the average conversion rate for e-commerce sites is between 1.5-2%?

--Then the interactive designer walks in..."Let's add AJAX for some interesting interface functionality and definitely add a flash movie that greets every visitor hitting the site."--

Uh, now we are facing another problem, NOT LETTING PEOPLE FIND WHAT THEY NEED QUICKLY AND EFFICIENTLY.

--Then the copywriter speaks up, "I will target our top 1-2 types of buyers with copy that jumps off of the page. The headlines, subheads, internal links and sidebar copy will sell like there's no tomorrow."--

OK, that sounds good, but what about the other 4-5 types of buyers? Are you seeing a pattern here?

Then the site is developed, it doesn't focus on the benefits of the product, it only targets 1-2 types of buyers, it's coded with functionality that will keep people from finding what they want, and the site converts at......1.75%. Woohoo!

How do we improve this situation??
In Waiting for Your Cat to Bark, the Eisenbergs explain how to create a persuasive selling system on the web. In Persuasion Architecture, there are 6 steps:

1. Uncovery - map out the business topology, understand the competition, the customers, the prospects, and other important aspects that can affect the buying process.

1a. Persona Development - determining the types of buyers that will traverse the site. This is not demographic information, it's more about how they need to access information and what they will need to make a decision.

2. Wireframing - (not storyboarding) a non-graphical decision trail through the site.

3. Storyboarding - site mockups which help flesh out the wireframe.

4. Prototyping - after the storyboard is ready, the prototype is ready for development.

5. Development - let coders do what they do best...code. If the previous 4 steps were done correctly, the development staff should almost entirely be able to focus on core development. No marketing decisions here for non-marketing people!

6. Optimization - with the proper web metrics program in place, you will be able to test and refine the site, paths, pages, and content to increase conversion.

This was obviously a quick introduction to Persuasion Architecture and I highly recommend you read the book, but I definitely wanted to introduce the model here. I plan to write more posts about this powerful model as I implement projects using Persuasion Architecture. If you are in web marketing, read the book, and then revisit my blog and post your comments. I'd love to hear your thoughts.

Labels: , ,