in reply to google analytics

Please ensure you have the most up to date versions of Net::Google::Analytics, as it recently had a major overhaul (Changes):

3.00 2012-02-26 - Major rewrite implementing the version 3 API

Consider enabling debugging for WWW::Analytics::MultiTouch.

Replies are listed 'Best First'.
Re^2: google analytics
by tobyink (Canon) on May 24, 2012 at 08:43 UTC

    Hmmm... in fact, looks like the original poster might be better served by installing an older version of Net::Google::Analytics! WWW::Analytics::MultiTouch was last updated 18 months ago, so likely relies on the older Net::Google::Analytics API.

    This is an example of why simply bumping the module's major version number is insufficient to protect people against major API changes.

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

      Nice catch!