Feb
17

What’ll they think of next?

By admin · Comments (0)

Tagless web analytics has recently been a popular topic on the Yahoo! Groups Web Analytics discussion. One of the vendors, AtomicLabs, offers its Pion solution. I’m interested in the concept. More to come…

Categories : Uncategorized
Comments (0)
Jan
02

A new decade in web analytics

By admin · Comments (0)

Happy 2010! With the new decade upon us, it is time to review your web analytics practices and to get the house in order.  Whatever toolset you’re using, take a look at how you’ve been doing things, make sure you’re getting what you want. Evaluate new features in your toolset, review any licensing agreements, take backups, document, and explore new options.

Categories : Web Analytics
Comments (0)
Jun
12

Search Ranking Factors

By admin · Comments (0)

The holy grail of search engine optimization is to master the factors affecting page rank. SEOmoz.org has a beautiful and highly detailed (forensic!?) explanation of the elements of a web page which influence page rank. I wouldn’t try to print it, though – the solid backgrounds used would run through three ink cartridges in moments.  Enjoy!

Update: (2/2010) – evidently someone at SEOmz read my ink cartridge remark, because they’ve reworked their content to by much more friendly. Cheers!

Categories : SEO
Comments (0)
Jun
01

Welcome, Bing!

By admin · Comments (0)

MSN has converted itself into Bing.com.  Now all web analytics packages are momentarily obsolete – until the next upgrade, code release, or until you take matters into your own hands and update the product you use.

First, let’s see how Bing identifies itself as a referring site in your logfiles:

http://www.bing.com/search?q=querystring_here&FORM=MSNH11

Nothing too fancy here.   The fully specified domain name and query string value is here. I’m not yet too sure about the ‘FORM=MSNH11′ value – I am sure it is a useful item yet to be discovered.

Google Analytics
I know that Google Analytics (GA) will allow users to add new search engines with a special API call that you need to add after the first pageTracker() call:

pageTracker._addOrganic("bing.com","q");

What is not clear is if this call should be made only once, or if it should remain part of your tagging at least until GA reports Bing data on its own. More on this later.  Somehow I suspect Google will be a bit lackadasical about adding a competing search engine to is reports.

Omniture
SiteCatalyst appears to report on Bing referrals just fine. It nicely displays as ‘Microsoft Bing’ instead of just ‘Bing’. This will help SiteCatalyst users make the transition visually.

Webtrends
The WebtrendsOutsider blog has documented how to update self-hosted Webtrends installations to report Bing data properly. For users running a custom keywords.ini file, this post explains how to make the update.  For users running the ‘factory’ keywords.ini and browser.ini files, just hop over to Webtrends and pick up new versioned copies of both files and place them on your WT server.

Categories : Web Analytics
Comments (0)

Lots of sites use Google Analytics and that is good news.  The next question becomes: ‘is it installed correctly’?  Here’s one tool which can help answer the question: SiteScan™ by EpikOne. It will check up to 1000 pages on your site and report the results via email. Pretty nice for a great price: free.

Categories : Web Analytics
Comments (0)

Social Networking (SN) is rapidly becoming an accepted practice in the business world. Branding and brand protection are some of the main reasons businesses are using SN sites. A great way to find a name or ‘handle’ for your business which can be the same across all or many SN sites is to use namechk in much the same way as finding a valid domain name to register.

Categories : Social Networking
Comments (0)

I finally found in one place the Google Analytics API documented in one place, all on one page. This page lists the myriad functions which can be called from the pageTracker object.

Categories : Web Analytics
Comments (0)

It’s true – the best way to understand and be sure what activity happens on your website is to open the logfiles. You’ll find a lot of activity which is good for your cause, such as search engine spiders and real human visitor activity, and you’ll find abuse such as hacker attacks and content theft. Blogger Eric Lander wrote this thorough post which introduces log file analysis to webmasters and SEOs.

This Wikipedia entry provides a most complete list of server log analysis tools, but remember, to get started looking at logs, all you really need is a good text editor. Even Notepad works in a pinch.

Categories : Web Analytics
Comments (0)

Big time DBAs, don’t laugh! But honestly, couldn’t it have been easier to format a numeric value as an amount with decimals? Maybe it will help others trying to format dollar amounts which are stored like 1234.1861 in SQL Server to look like 1234.19, for example. So deceivingly simple…

Here is how I searched BigG and found little:

TSQL display dollar amount

TSQL format dollar amount

TSQL format currency no dollar sign

Just pop this around the field name you need to format and you’re in business!

CONVERT(VARCHAR(10), CONVERT(MONEY, fieldname)) AS PRICE

Cheers!

Comments (0)

Any publicity is good publicity, right?

Almost.

Some ‘publicity’ can be bad. Now, compliments of blogs and social networking sites, it is easier than ever for employees to get a jab at employers and clients even if they don’t mean to. Some companies have used this as excuse to ban employee email usage and worse; but others, such as IBM, have chosen to develop a set of employee guidelines to set tone for employees and to embrace rather than negate these new venues.

Nice. Now the rest of us have a model to follow. Leave it to ’stodgy’, ‘old’ IBM to address this emerging issue with style.

Categories : Social Networking
Comments (0)

Tags

 

March 2010
S M T W T F S
« Feb    
 123456
78910111213
14151617181920
21222324252627
28293031