I didn’t take my own advice, because I decided that I did plenty yesterday, and could add the HitTail and Google Analytics code this morning. But it’s a step that needs to be done. And I’m doing it Saturday morning before I get on with my day. It’s that urgent.
Why?
You’ve got to establish and assert control over your data acquisition feedback loop ASAP—the reason that everything you do has the extra chance of being effective.
You see, you do everything FOR A REASON. Agile Marketing is a scientific process, where we start with observation. From our observations, we create a hypothesis. From that, we make predictions and design experiments. We look for reproducible results, which improve our hypothesis, improve our experiments, and move towards a forever-more-effective website.
And at a point coming very soon, many of those reasons will be coming from information divined from your analytics. Other will be coming from your log files.
But first, a few more words on modern “accessible” analytics (like Google Analytics and HitTail) vs. log file analysis.
In the early days of Web Trends, analytics and analyzing log files was the same thing. But in these days of hosted analytics services that use JavaScript and the “1-pixel gif” Web bug tracking image trick, it’s much easier (and cheaper) to offload all the complicated stuff to a hosted service, like Google Analytics and HitTail. Simply let THEIR computing power and special formulas offload the challenge of analyzing your own log files locally.
There are other approaches in which your log files are directly used to generate analytics, but they are either expensive high-end enterprise applications, like WebTrends and Omniture. Or they are totally free open source products like AWStats. And in either case, you should be a career Tech person to incorporate the process efficiently into your life.
For everyone else (agile marketers), just bump the complicated stuff over to Google and HitTail.
And go for instant gratification now, using HitTail.
Later, I’ll walk you through Google Analytics. After that, I’ll do our first programming project, the spider-spotting—the one thing where you WILL be using your log files.
But for now, let’s get some immediate feedback, and get you addicted to the data-flow. Data addiction is an important step in agile marketing.
So, as I stated in yestereday’s post, get your tracking code for Google Analytics and HitTail. Here’s mine (with the numbers X’d out):
<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\">
</script>
<script type=\"text/javascript\">
_uacct = \"UA-XXXXXXX-X\";
urchinTracker();
</script>
<script src=\"http://XXXXX.hittail.com/mlt.js\" type=\"text/javascript\"></script>
You install this code typically right before the close-body tag. With Blogger in FTP-publishing mode, this means editing your template, and simply finding the </body> tag, and pasting this code immediately above that.
Then, re-publish your entire blog, which at this time should still only be a few pages, and will publish quickly. As your FTP-managed blog gets bigger, it will take longer and longer to publish. It’s a pain, but worth it.
Now, for the instant gratification.
Here’s the magic bit:
The Blogger program automatically “pings” blog publicity services like Weblogs and Blo.gs. So, with your first few posts, even the ones when it was on the BlogSpot domain, have been announced to the world. All your new blog posts on your custom domain will be making attempts to draw in traffic for you through Blog search tools, such as Google Blogsearch (in particular), and Technorati (after a little more work).
And HitTail shows you the hits from your Web visitors in real-time. So, if Google Blogsearch knows about your site (which it does, because Blogger is owned by Google), and you have it set so that anyone can read it (which you do, because publishing with FTP requires it), and you have the Blogger configuration set to “ping” your posts (which you do, because it’s the default), then your blog can already be found in Google (albeit from a special blog search tool), in a matter of HOURS after you launched your site.
Compare this to the weeks or months that other chumps waste waiting to “get into Google”.
Yes, we start realizing the benefits of buying into Google’s various services, such as Blogger, right from the start. It gives a “regular” website the fast-track into Google Blogsearch results, and indirectly, a potential back-door into Google default search results.
So once the HitTail tracking code is installed, simply close all your browser windows, open a new one (to force your browser session to reset), go to Google Blogsearch, perform a search on the exact same phrase you used in one of your headlines (DON’T VISIT YOUR SITE FIRST OR THE HIT WON’T GET RECORDED).
Find your site in the Google Blogsearch results. Click on it to visit your site.
Now, go log into HitTail and go to the Search Hits tab.
You’ve established and controlled the direct cause-effect chain of acquiring Web visitors, with a finger on the pulse of what’s going on. You hardly even needed a technical bone in your body.
Welcome to the data addiction.
Welcome to agile marketing.
Labels: Agile Marketing, Data Addiction, Google Analytics, HitTail