Archive for the ‘WebTrends’ Category

Google Images

Tuesday, October 24th, 2006

A few months ago my site Madonna shop was launched and of course I’m using WebTrends to analyze visitbehavior and to watch and optimize the purchase funnel.

Yesterday I noticed that my site got indexed September 29th in Google Images and it has generated a nice amount of traffic since. Over 8% of this months’ total visits saw my site because of searching for something Madonna related at Google Images. That’s good free publicity :)

No IE7 support in WebTrends

Monday, October 23rd, 2006

I just got this reply on my case at WebTrends Support; “Currently IE7 is not supported by the WebTrends 8.0a product and unfortunately WebTrends does not have information when they will be completely compatible with IE7.”

 

It’s sad actually that they are waiting too long with supporting new versions; Office 2007 is’t’ supported either.

No Word 2007 support from WebTrends yet

Thursday, August 31st, 2006

The release of Microsoft Office 2007 is on it’s way.

I noticed that WebTrends Report Exporter doesn’t work in combination with Word 2007. It looks like WebTrends is not seeing the future challenge yet. This is their anwer:

There is no official word on which version of WebTrends will be supported with MS Word 2007.

Certificate error when logging in to WebTrends

Tuesday, August 29th, 2006

Are you getting these certificate errors when logging in to WebTrends?

Just click “Always trust content from this publisher” as this will take away the warning message.

The “More information” dialog will show this:

WebTrends Certificate Warning More information dialog

Then be rest assured that WebTrends will solve this problem in a feature release. WebTrends’ response is;

This is a known issue and will be resolved in a future release of WebTrends. To prevent the message from coming back check the “Always trust content from this publisher” box.:”

WebTrends told me that this problem should be solved in next release, 8.0b.>

 




www.omtrends.com

WebTrends Marketing Lab

Monday, March 27th, 2006

The new WebTrends version 8 is part of the WebTrends Marketing Lab, a new name for the products WebTrends Analytics and WebTrends Marketing Warehouse.

WebTrends Marketing Lab

With this new suite WebTrends focusses not only on web analytics but also on Marketing Performance Measurement.

Customer Marketing with WebTrends Marketing Lab

Now I already posted some screenshots from WebTrends Analytics 8, here is a screenshot of WebTrends Marketing Warehouse:

Send targeted marketing campaigns with WebTrends Marketing Warehouse

In one sentences WebTrends describes WebTrends Marketing Warehouse as;

WebTrends Marketing Warehouse makes it easy to understand precisely which products, services and information your customers want, so you can increase the impact of relationship marketing programs such as email marketing.

WebTrends Marketing Warehouse.pdf (251.15 KB)

WebTrends 8 introduces Performance Dashboards

Monday, March 27th, 2006

With it’s release of WebTrends Analytics 8, WebTrends makes KPI measurement easy with the new Performance Dashboards.

The screenshot shows you a sneak preview of how it will look like. As soon as I have more information, I will post it here.

Key Performance Indicator measurement with WebTrends Analytics 8

WebTrends Analytics 8 datasheet.pdf (396.17 KB)




www.omtrends.com

The WebTrends browser overlay “SmartView” gives you clear analytics info

Thursday, March 23rd, 2006

In WebTrends 7, SmartView was introduced. SmartView is a browser overlay that gives you information on website visit information while browsing your site.

Recently I finally got SmartView to work on one of our Microsoft Content Management Server sites. This site already uses WebTrends’ JavaScript tracking method SmartSource Data Collector and it’s first-party cookie.

I’m not sure what finally did the trick that I got SmartView working, but here are some important prerequisites;

  • Use a first-party cookie
  • Add the SmartView Custom Reports to your profile
  • Enable your profile for SmartView
  • Use WebTrends 7.5b or later release
  • The URL’s in the logfile must match exactly the URL’s used on the website
  • Prevent using links on your website that end with a slash
  • If you use JavaScript to view/hide links on your website, the browser overlay might not view correctly

Now if you have all of these fixed, you can install the WebTrends SmartView plugin or Internet Explorer and connect to your profile. You will see this;

WebTrends Browser overlay example

The different colors show the clickrate; red means a lot of clicks and light yellow means a small amount of clicks.

Detailed information presented in browser overlay mode

In the WebTrends pane we are able to select “Paths” which is extremely handy as it will display the most popular paths from the page you are currently viewing. You are able to view previous paths and next paths.

Path Analysis with WebTrends SmartView

And these are just some examples, there is more to find out ! :)




www.omtrends.com

WebTrends unable to extract logfile: insufficient diskspace

Thursday, March 16th, 2006

Did you ever get the error from WebTrends that it couldn’t extract logfiles because there was insufficient disk space while there were hundreds of gigabytes available ?

I often get these warnings with logfiles that are several hundred MB’s of size:

Unable to extract Logfiles/W3SVC57/ex051229.log, a member of archive G:\manual\ex051229.zip, because of insufficient disk space (149MB available, 263MB required)

Solution; extract the logfiles yourself and let WebTrends use the extracted logfiles. It looks like WebTrends reports about the available RAM memory as being disk space. Apparently it tries to load the extracted logfile in memory while analyzing it.




www.omtrends.com

Tracking default pages in MCMS Channels with Webtrends 7

Friday, February 17th, 2006

With MCMS2002 you have Channels and Postings; a Channell contains one or more Postings. A Channel has a default Posting which is being displayed when you request the Channelname in the browser.

Example; Channel /ETV/Utrecht/ (http://www.etv.nl/ETV/Utrecht) is the homepage for the Utrecht “Venster” of ETV. It will display the Posting /ETV/Utrecht/Utrecht.htm as this is set as default Posting.

Microsoft Content Management Server (MCMS) Default Posting

Now, both http://www.etv.nl/ETV/Utrecht and http://www.etv.nl/ETV/Utrecht/Utrecht.htm will show exactly the same content. When analyzing the Pages report in WebTrends, both URL’s will occur:

The same page shown two times in WebTrends 7

Now this is not an ideal situation because you just want totals without having to pick your calculator. These were two options I figured out;

1. Use WebTrends’ URL Search/Replace
For every Channel you have to make a definition that adds the name of the Posting to the Channel URL. So it rebuilds the records in the logfile from http://www.etv.nl/ETV/Utrecht/ to http://www.etv.nl/ETV/Utrecht/Utrecht.htm. The disadvantage is that we have a lot of Channels in this site. Every time a Channel has been made or has been changed, you will have to add a new URL Search/Replace definition or change it.

2. Use Script URL in Microsoft Content Management Server 2002
Redirect all traffic initially destined for a Channel to the Posting-url. You can do this with the “Script URL” property of a Channel. In this field you specify the URL of a redirectpage, the redirectpage handles the request and forwards it to the Posting-URL.

Set the Script URL to direct to a redirectpage

The disadvantage is that you are introducing a redirect in your site and redirects are a no-no for search engines. To decrease most of the negative points, we use a 301 Moved Permanently redirect instead of the 302 you’d use when you do a Response.Redirect;

        private void Page_Load(object sender, System.EventArgs e)
        {
            Channel currentChannel = CmsHttpContext.Current.Channel;
            string defaultPosting = currentChannel.DefaultPostingName;
            if (defaultPosting != “”)
            {
                if (currentChannel.Postings[defaultPosting] != null)
                {
                    Response.Status = “301 Moved Permanently”;
                    Response.AddHeader(“Location”,currentChannel.Postings[defaultPosting].Url);
                }
            }
        }

As final touch we add a filter to the WebTrends report to exclude all hits with errorcode 301 and the job is done. With little amount of work we built a generic solution for proper Page reports.




www.omtrends.com

3rd party cookies more often rejected

Thursday, February 2nd, 2006

Today we had a discussion with NedStat about their product SiteStat about the acceptance of 3rd party cookies. NedStat uses 3rd party cookies for tracking visits to their customers’ sites and does not offer a solution for usage of 1st party cookies. The question wether NedStat thinks this will be an issue in the near feature got an negative answer.

A rather old report from WebTrends (May 23 2005) explains us that we have to take this serious;

WebTrends top-level findings indicate that across all industries, average third-party cookie rejection rates have increased more than four-fold in the last 16-months, from 2.84 percent of web site visitors in January 2004 to 12.4 percent in April 2005. The growth in this trend has leveled off since January 2005, and seems to have been primarily fueled by software that blocks third-party cookies, including personal firewalls, proxy servers, and available settings in the Windows XP Service Pack 2 release of Microsoft Internet Explorer.

Though the cookie rejection rate will be between 10-15% now, we should take this serious and move to 1st party cookies in my opinion.

http://www.webtrends.com/CookieRejection




www.omtrends.com