This class rewrites URLs for integration with Google Analytics.

Developed for MailBeez modular Email Campaigns (http://addons.oscommerce.com/info/7425), but easy to use in other projects:

$ga = new googleAnalytics($medium, $campaign, $mode);
$content = $ga->rewriteContent($content);



More...