SES and tracking parameters

Hi all,

I'm wondering how I can rebuild an incoming querystring while using
SES? For example:

http://www.mydomain.com/signin/?utm_source=XXXX&

Obviously they are visible as request parameters but I'd like them
available in the routed url. Anyone got a solution for this?

You could create an interceptor that rubs right after the SES that
loops over the URL scope and appends the prc current routed URL
variable.

Unless I misunderstand?

Thanks.

Aaron Greenlee