Hey guys,
SiteCatalyst tracking pixels always contain a "g"-parameter with the current request URL with all its GET parameters.
e.g. calling http://www.adobe.com/ch_de/?hello=world will trigger a tracking call which will contain "&g=http%3A%2F%2Fwww.adobe.com%2Fch_de%2F%3Fhello%3Dworld"
Since this may contain some data that is not meant to be sent to a server in the US, do you know a way to strip some specific or all GET parameters from the tracking request without actually altering the document.location?
Cheers,
Bjoern