Archive for January, 2010

Conversion Rate Mysteries, and other GA tales

I got this question the other day in my email (and I promise you, I could never make this up.)

I have a question.  Should you insert Google Analytics code in every single page if you want to track goals correctly?

What I mean is this:
My main opt in (squeeze page): /optin.html
My goal page: /thankyou.html

If I insert the GA code into EVERY web page of my domain, then GA is going to report my goal conversion inaccurately.

What I’m saying is this… Take a look at this scenario:

Visitor A visits /subfolder/subpage1.html
Visitor B visits /subfolder/subpage2.html
Visitor C visits /subfolder/subpage3.html
Visitor D visits /subfolder/subpage4.html
Visitor E visits /subfolder/subpage5.html

And all the above 5 pages are being tracked by GA as visits.

Then Visitor F visits /optin.html (which is my opt in/squeeze page),
and then he opts in and is directed to /thankyou.html

This means the conversion rate counted by GA is: 1/6 = 16.7%
(6 because subpage1.html, subpage2.html, subpage3.html, subpage4.html, subpage5.html, optin.html)

but the TRUE conversion rate is: 1/1 = 100%

Does this mean that in order to track my goals correctly, I should ONLY insert the GA code into my optin.html page and thankyou.html page?

So, dear questioner, this is actually a rather interesting problem, and is all about how you define “conversion rate.” Most people are interested, initially, in the conversion rate for an entire site, and then they start to segment (“How did our PPC visits do? How did the visits from Sydney convert?”)  But if I understand your question, you want to know, “How did people who landed on optin.html convert?” and you don’t want to see that polluted by visits that landed on other pages and converted. (Hence your use of the phrase “squeeze page.”)

So here is my advice:

1.  You should always code the entire site with your GA. Companies that pick and choose pages to code usually get inconsistencies in their data.

2.  There are numerous ways to capture the conversion rate by landing page. My favorite would be to create an advanced segment.  {Note for nitpickers, advanced segments are session-based and not page-based, but landing page is a ‘session identifier.”}  To the left, you can see a screen shot of a landing-page advanced segment.

Notice, in this next screen shot (my favorite report, btw, traffic >all traffic > by medium > see goal tab) that the data make sense (at least to me, since I know this particular landing page well.) The majority of traffic comes by email. I was surprised to see how much comes organically, although it doesn’t convert as well as the email does (something I already knew.) The great thing about looking at this report, though, is not for me to learn about our landing page, but to answer the question: should I code all my pages? Yes.  Is there still a way to look at conversion rate by landing page by source etc? Yes.  (And just think, there are other ways, too!)

Robbin

HTML5 and Analytics

HTML5 is the next generation of HTML, the markup language that the web is written in. Its features are slowly being adopted by browsers), and there are a few that have some ramifications for analytics.

<video> tag

Embedding video in your site these days usually involves a Flash-based player of some kind. Often this is an easily embeddable player from a site like YouTube or Vimeo. But what if you want to track when your visitors click the play button, or whether they watch the video all the way to the end?

Well, it’s certainly possible. Google Analytics offers Flash tracking, for example. So you have to take the video file, wrap it in a Flash-based player of your own devising (or maybe an open-source one like FlowPlayer), and implement some Event Tracking, for example. As you can imagine, even at its easiest, this is a lot more difficult than just pasting some code from YouTube to embed a video.

HTML5 offers a <video> tag, much like the familiar <img> tag. (There’s also an <audio> tag.) Instead of relying on a Flash-based player, it uses browser plugins to support native video files. And best of all, it supports a variety of events. You might be familiar with the “onclick” event attribute, for example. For a video, there are event attributes such as “onplay” and “onended”, so we can employ pretty simple JavaScript to track these events. No more Flash, just standards-based HTML and JavaScript.

Browsers are already starting to support the <video> tag, but not all of them are there yet. Over time support will become more widespread and tracking this sort of thing will be much easier.

rel=noreferrer

While the <video> tag represents a way that HTML5 can potentially make analytics easier, the second issue I want to cover potentially makes it more difficult.

We’re all familiar with links; they’re the currency of the web, after all. A link looks like this:

<a href="http://www.example.com">Some text</a>

In addition to the href attribute (which tells you where the link goes), there’s an optional attribute called rel, which tells you how the linked page is related to the page the link is on. There are a variety of possible values, but HTML5 introduces a new value that’s of special interest for analytics.

rel=noreferrer tells the link not to pass referrer information along to the destination page. So, for example, if a link from example.com went to your site, you would usually see “example.com / referral” as a source and medium in Google Analytics. However, if example.com used the rel=noreferrer attribute on the link, you wouldn’t get any referral information and the link would be counted as “direct / (none)”.

Is this a big deal? rel=noreferrer is really intended to protect private resources. For example, suppose the link was in someone’s gMail, or in an internal wiki, or something like that. There’s the possibility that passing along the URL where the link came from could reveal some private information or present a security risk, which is why rel=noreferrer was introduced. It does present a potential problem for accuracy in analytics, especially if it is used for reasons other than its intended purposes. But let’s remember that (1) analytics are never perfect, and (2) we should have a healthy respect for the privacy choices that people make on the web.

In any case, no browsers yet support rel=noreferrer, but you can expect it to emerge eventually and you should be aware of it.

5 Most Obvious Website Usability Issues.

There are a lot of ways one can make their website into a conversion driving machine. Site design tweaks, endless A/B and multivariate testing, exit surveys (gasp!) are some of the hardest to pull off. However, some of the most obvious usability issues often get ignored. There have been countless roundups of these issues, and a lot of them are really technical in nature.

I’m going to keep this one really simple and try to make these tips as actionable and specific as possible. That might mean that they don’t apply to a specific kind of site, but there’s something here for everyone.

Usability Issue #1: Browser Size and Your Call to Action

Just because you (or your web designer) has a 40 inch wrap-around monitor does not mean that your users do. Making sure that your primary call to action is included at the very top of the page. If you have a variable width website, great. If not, make sure that button/request/link/etc. is close to the top left hand corner. Everyone sees that corner. Additionally, frontload your keywords in your content. The sooner they see the words on the page that likely brought them there, the better.

Usability Issue #2: Where’s the form? You mean I have to do all that?

One of the most important types of conversion for most websites is data gathering. Therefore, one of the most popular soft conversion goals is to have the user fill out an information request form. Whether its demographic information that you’re after or email addresses for your newsletter, you want people to fill out this form.

To encourage users to fill out this form, webmasters are usually willing to jump through some hoops. Maybe they require a form to be filled out to access parts of the site or tantalize users with premium membership perks. However, everyone knows that requiring users to fill out forms is just another barrier surrounding the sale. Added to that, Most of the time, the form is buried more than three pages in the site and is hard to find, and a lot of the time, the form is lengthy and takes lots of time to fill out completely.

This is the point in time when priorities need to be set. What is the the MOST important piece of information that the website it supposed to garner through the form. If it’s the email address (and it usually is) put a simple, three line form on every page of the site.  First Name. Last Name. Email Address. That’s it. It’s visible and it’s so brief that filling it out won’t interrupt the user’s experience enough to prohibit them from doing it. If you want age, street address, phone number etc. by all means create that form and bury it wherever you want. But make an abridged version available as many places on the site as possible.

Usability Issue #3: Information Overload

Deciding how to present necessary information in a user-friendly way is a challenge for every website in every industry. It’s usually really hard for webmasters to decide what the most important information is and where to place it. Figuring out the overall purpose of the webpage in question is a good first step.

If the home page is supposed to introduce the company in question and showcase a specific product, limit the information to these two tasks. Keep in mind that your navigation bar will take up space and attention. Keep the copy as sparse and concise as possible and get to the point right away.

Avoid overloading every page with extraneous elements like rotating testimonials, banners and the like. There are specific places for such things, where they won’t detract from your focal elemetns.

Usability Issue #4: Sense of “Place”

Many times, especially with large, multilayer, thousand page sites, the user looses track of where they are and how to get back to something else they were looking at. This problem is not limited to huge sites though, it occurs on the smallest of blogs as well. There are many ways to create a sense of “place” for your user. In my opinion, the most overlooked tool is breadcrumbs.

Breadcrumbs (horizontal navigation links) are a great, noninvasive way to give customers a sense of place when they’re 8 levels deep on a specific product page or feature list. Breadcrumbs don’t clutter a page up, they don’t eat up a lot of real estate and they provide the added bonus of more anchor text rich links to other pages on your site (if you use them the right way.)

NewEgg.com uses breadcrumbs incredibly effectively, allowing me to navigate from a very specific product page to a more general category page quickly instead of having to find the category all over again in the side nav bar.

Usability Issue #5: Cross Browser Compatibility

If I had a dollar for every site I work on that has elements that work in Internet Explorer but not Firefox or Safari, I’d buy myself some over the knee Prada Boots. If I had a dollar for every site I come across (searching for boots?)  that works in Internet Explorer but not Firefox or Chrome, I’d probably be wealthy enough to start my own fashion footware company.

It’s a sad fact that browsers interpret code differently,but that doesn’t change things. Just because you see your site one way doesn’t mean everyone does, and if your navigation is broken or your CSS has text all over the place in one browser or another, you’re limiting your audience drastically and creating a bad name for yourself. Take the time to test the look and functionality of your site across all browsers.

Google Maps Coupons Now on the Map

Did you know you can make a coupon for your business through your Google Local Business Center? Not many people are aware of that, because the coupons have been nearly invisible to searchers since they were introduced back in August of 2006. Until now.

I present to you, Exhibit A:

I found this coupon in the wild while doing a search for “wedding photography Pittsburgh“. If you scroll over the coupon, it expands to show you more detail:

This little addition could have tremendous impact for local businesses. Just look how much the listing with the coupon stands out; the bright yellow definitely catches your eye. Of course, it’s only a matter of time until everyone jumps on this bandwagon, so it remains to be seen how Google will show the coupons when every listing has them. I can’t imagine them showing the same yellow coupon next to each listing – that would be cluttered and hard on the eyes.

Here are a couple more searches that I found interesting:

This is a search for “hotels Pittsburgh“. Notice how the listing in the top right stands out? It’s ranking at the #9 position (letter I), and it would be interesting to know if it would rank at all on the first page without the coupon.

Hey Pittsburgh attorneys, how would you like to get a few more phone calls from your Google Maps listing?:

That’s right, not a single coupon… yet.

Here’s another one, this Pittsburgh plumber has the idea:

All those dots, and he’s the only one with a bright yellow coupon.

And finally, a bit of a surprise. Usually locksmiths are all over this kind of thing, but that doesn’t seem to be the case (at least not in Pittsburgh – I’m busy right now doing a much more thorough search of cities and categories).

How long do you think it will take until more businesses start utilizing these coupons?

"Prove to me that the Internet matters"

Today, we got a phone call from a potential customer, who had been recommended by another customer. I took one look at his site and was fairly certain that he had paid no attention to SEO, had no analytics, and had no calls to action.

“So,” he challenged me, “Why should I use your company?”  Well, I answered, maybe you shouldn’t use our company. I don’t recommend that everyone spend their money without having strong goals. Maybe you should start by telling me what your needs are.

The man on the other end of the phone said that all his company’s sales had been face-to-face or by referral up until now.  They had a little site, but did they really need to spend money? Did I know if people really found his type of services through the internet?  In fact, his needs weren’t so much SEO or PPC or GA or GWO.  He needed to be persuaded that those alphabet soup of internet services and tools were worthy of his budget dollars.

It is one thing to sell someone on the value of, say,  Google Analytics.  It is something else entirely to take someone who doesn’t have a strategic or emotional commitment to the work we do and convince them to spend their money there. I guess that’s a game I don’t want to play.  I feel like, you decide that you care on your own time, them come to us (or to another consulting company.) Consulting on the Internet is hard enough when your point of contact is committed (because s/he may have other priorities, may have to answer to his/her boss, may get moved around the organization.) Imagine how hard it would be if the person writing the checks really isn’t sure that the Internet matters.
Robbin

Annual Copyright Post: Welcome, 2010

Whether this is a new decade or not, there is no question that it is a new year. Enter website copyright issues. So we have again my annual copyright post.

You can go here to read the original article, but in short:  “…the year corresponds to the date of creation of the material. Copyright law doesn’t have much to say about exactly how the date works. A range usually represents the idea that some material was created on X date, some on Y date, and some on dates in between. A single date is supposed to represent the idea that all of the material was created on that date.”  Remember, we aren’t lawyers.

So there you have some of the legal issues, but you know, there are other issues, too.  One of the things we learned this year (and always suspected) is that some people really do look at the copyright range to see how long you have been in business.  Bet you never thought your copyright was part of your conversion strategy, eh?

Robbin