Subscribe to our RSS Feed Follow us on Twitter

Posts Tagged ‘WebTrends’

What a Difference a Day Makes

December 2nd, 2008 by Elizabeth Robinson

Well, maybe not a day, maybe 8 years.

When I was home for Thanksgiving this past week, I had a chance to enjoy one of my guilty pleasures.

Be Warned: The next few lines may contain the nerdiest thing you have read in a long while.

I’ve saved most all of my old issues of Fast Company and Business 2.0 and when I have spare time, I like to peruse the old issues. I know, I know, N-E-R-D-Y.

But, in my defense…marketing, like much of business, tends to be cyclical. So, I think it is interesting to look at the business trends and emerging business trends from the past, sort of a print version of the Wayback Machine. And, it’s not only the articles and ideas that I find interesting, but also the advertising.

In fact, here’s one of the best ads that I came across was in the October 24, 2000 issue of Business 2.0.

Coremetrics 2000 Ad
Coremetrics 2000 Ad

How great is this ad?
“Do you think a hunch about data relationships will improve browser-to-buyer conversion?”

But, here is the best part:
“Your disjointed and incomplete eMarketing data has had you playing the guessing game for too long.”

Back in 2000, way before the great analytics growth explosion, when (WebTrends) Executive
Summaries consisted of nothing more than a few (some meaningless) metrics…

…Coremetrics had the guts to call attention to the fact that eMarketing is trackable and that marketing decisions should not be made based on hunches or worse, bad data.

The fact is that analytics have improved by leaps and bounds in the past 8 years. But, the sad fact is that despite that, many marketers are still making important spending decisions based on their gut-feelings and bad data.

And maybe, some of that is caused by the overwhelming amount of analytic data that is available now. There is a big difference between data and information. Because data whether meaningful or meaningless, without context is really no help. But in this economy, in this recession, very few companies have the luxury of experimental marketing or, in words of Coremetrics, a ‘VP of Guesstimation.”

Several Uncommon Metrics Worth Taking a Look At

September 2nd, 2008 by Joy Brazelle

We all know how important metrics like average time on site, number of visitors, visitors by
segments and of course, conversions are. But, there are some other less known metrics that
really can provide some great insight.

Internal Search
The best way to find this information is to set up your analytics to report on what visitors
search on when they get to your site.

The first thing to do is make sure that your search is set up to be trackable. To do this,
just do a search on your Web site. Look at the URL that displays when the results display.

You should see something like (if you have searched for dvd):
www.mydomain.com/searchresults.asp?keyword=dvd

If your results simply show:
www.mydomain.com/searchresults.asp
ask your programmer to switch the form submit method from a POST to a GET (this should be a
quick, simple change).

Once your search results are trackable, then just configure the report.
WebTrends – Paramater Analysis Report
ClickTracks – Internal Search Report
Google Analytics – Site Search


You may be suprised at the big disconnect by what you think visitors call your product or
service, or what you want them to compared to what they actually do.

Robot Traffic
You will need to analyze your log files to get this information. ClickTracks has a good
Robot Report that breaks down your site by individual pages and tells you the:
Number of Visits (Best metric to see how well your site is being spidered overall)
Frequency of Visits (Best metric to see how your SEO results are improving)
Date of Last Visit
Days since Last Visit (Can be confusing because 0 is actually the best result)

Here is a site in dire need of some SEO

Here is a site in dire need of some SEO

Geography
Most analytics packages have some report that tells you where visitors are coming from
broken down by country, state and even further (DMA). Obviously, you must take this

information with a grain of salt due to the limitations of how this information is gathered
(by IP address which can resolve back to an ISP). But, as local search gains more
popularity, it is worthing spending a little time to drill down to a more local level.
Information gleaned from these reports can be used to improve your local pay-per-click
campaigns.

For more information on local search, if you are in the Philadelphia area, you may want
to sign up for Simon’s Local Search session at SearchCampPhilly

I’ll Show You Mine if You Show Me Yours

August 20th, 2008 by Joy Brazelle

To celebrate the upcoming Webinar Wednesday focusing on Analytics, I’m proposing a little contest.

Over the years, not only have I compiled many, many, many monthly analytics reports, I’ve also worked with lots of different marketers, reviewing their monthly reports.

These reports can be very ‘canned’ or highly customized. The reports can serve one purpose (just get it done so it can be checked off the to-do list) or multiple purposes (gut-check how email, PPC and other online marketing campaigns are doing, as well as understanding usability issues.)

What I am proposing, is that you submit your best monthly report to me at jbrazelle@serengeticom.com before the August 27th Webinar on analytics. I will chose the best report and the winner can choose from the following prizes:

Option 1 – Free admission to the Analytics Wednesday Webinar (kidding, everyone gets that).
Option 2 – Free one-hour consulting about analytics configuration, what is important to measure, or you decide.
Option 3 – A Surprise!

The winner can choose how much of the report to share in the post dedicated to the winner.

So, if you are currently a marketer, an analyst, or even a business owner who puts together a monthly analytic report, please feel free to send it on!!

Three Ways to Track Revenue – A Comprehensive Guide

August 5th, 2008 by Joy Brazelle

As more marketers are being held accountable for their budgets, proving ROI on campaigns becomes essential.  In order to track ROI, you must be able to track revenue on your Web site.  This is not nearly as complicated or technically difficult (in most cases) than you may think (or have been told).  

There are three ways to track revenue on your Web site:

1.  Using Analytics
2.  Using Search Engine tools
3.  Using Both – Comparing analytics to search engine reporting

Using Analytics
Regardless of whether you are using a java script based analytics programs or analyzing your Web server logs, tracking revenue is completely possible if you have two things:

1.  A unique ‘thank you’ page that displays only when a purchase is successful 
2.  Access to make modifications to your Web site

Without a unique page that only displays when a purchase is successful, you will always ‘over-count’ revenue.  Often times, shopping carts are built using one form that posts back to itself.  You can tell if this is the case because the URL does not change from one step of the checkout process to the next. 

The problem with this is that you never get an accurate count of successful purchases or cart abandonment since the URL is the same.  If your shopping cart is built this way, it is worth it to ask your developer to either add parameters for each step or implement a unique ‘thank you’ page.

If you don’t have access to make modifications to your Web site, you can still track revenue but it will not be as accurate as you will simply be assigning a dollar value to a goal page.  Here is how it is done in Google Analytics and in ClickTracks

Log File Analytics
To track revenue using log files, you will simply have to pass the order total parameter and the dollar value of the sale into the query string of the URL.  As long as your developer knows .ASP (or .ASPX) or .PHP, this should be a relatively straight-forward, quick change.

Or, you can use what is called a beacon which is an invisible image that is used to capture data that is normally not found in log files.  Here is an explanation for doing this with Google Checkout.

Java Script Analytics
The beauty of java script-based analytics is that you can track anything that you want on your Web site.  You just need to plan for it ahead of time, and have the ability to place custom java script on the ‘thank you’ page.  Each analytics package will have a slightly different method (code) for tracking revenue.  But, it should be well documented in the instruction manual.  (A quick search on ‘tracking revenue in webtrends java script’ resulted in this pdf with instructions on page 15).

Using Search Engine Tools
Both Google and Yahoo generate ‘conversion tracking’ code that you can simply copy and paste onto your ‘thank you’ page.  This article also has good instructions for generating the Google Conversion code.  You just have to scroll down to the section ‘Using AdWords Conversion Tracking.’

Also, Nate had written a good article about the improvements that were made to the conversion tracking earlier this year. 

For Yahoo conversion code, click here.

Using Both – Comparing analytics to search engine reporting
I am always an advocate of this method, using both.  Without a ‘gut-check’ in place, it is way too easy to make decisions with bad data  (which we mention over and over).

Understand first that the data from your analytics will likely never match the search engine data 100%.  In fact, depending on the time frame that you are analyzing and several other factors, the discrepancy may be as much as 15%. 

But, by tying your analytic data in with what the search engines report, you will be able to get a very comprehensive picture of what is working and what is not.  And it will be clear what changes need to be made to make your PPC (and other campaign) efforts as effective as possible.

If you are new to PPC or Analytics, feel free to join us on Wednesdays this month for ‘Webinar Wednesdays.