Google-analytics – Is it possible to set Google Analytics campaign tracking values manually

google analytics

The web application I built throws errors when presented with unknown query string variables, so I'd like to manually set the tracking values manually, much like:

http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55577

But by setting the values directly, not the variables to look for the values in.

Is this possible?

Best Answer

Perhaps you could play around with other options such as _setAllowAnchor() and change your URLs to use hashes (for GA) and query vars for your web app. Although, to be honest, probably not the best idea in the world to throw errors if you have unknown variables query strings, it should just ignore them instead.