Setting up a processing rule...
Question is, how do you remove a single parameter/value from a query string, but pass the remaining parameters/values?
Let's say I have a URL come over with a piece of data that I don't want stored in Analytics. (i.e. PII)
Example: https://www.myblog.com?frm=krypton&emailaddress=supernerd@example.com&couponcode=lex1
I only want to strip out the "emailaddress=*" portion. How would one configure a processing rule for that?
My initial thought was something like this (see image), but that would remove the entire query string.
How do I keep the whole URL value, minus the emailaddress param and value???
(And yes, I'm going to implement a fix in Launch that takes care of this moving forward. Just need to remove the data that is currently in our Adobe suite.)
