Post Reply 
New Sidki set and FF Customise Google addon
Jan. 17, 2009, 04:09 AM
Post: #3
RE: New Sidki set and FF Customise Google addon
Google UID Anonymizer:

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Cookie: Anonymous Google UID [ku-test] (Out)"
URL = "(\w.|)google."
Match = "\0PREF=ID=\w:\1"
Replace = "\0PREF=ID=$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s):\1"

In = TRUE
Out = FALSE
Key = "Set-Cookie: Anonymous Google UID [ku-test] (In)"
URL = "(\w.|)google."
Match = "\0PREF=ID=\w:\1"
Replace = "\0PREF=ID=$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s)$DTM(s):\1"

This simply replaces the 16 char value with the current second, repeated 8 times (2 digits x 8 repetitions = 16)

Google Analytics Anonymizer:

Code:
[HTTP headers]
In = FALSE
Out = TRUE
Key = "Cookie: Anonymous Google Analytics Cookie [ku-test] (Out)"
Match = "*__utm[a-z]=*"

In = TRUE
Out = FALSE
Key = "Set-Cookie: Anonymous Google Analytics Cookie [ku-test] (In)"
Match = "*__utm[a-z]=*"

The first filter, Anonymous Google UID, I've tested it and it works for me.
This one, the Google Analytics filter, I can't test it, so let me know if it doesn't work for you Wink

Note: it's recommended that you have both filters, since Google's quite persistent in setting that cookie Sad
Visit this user's website
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
RE: New Sidki set and FF Customise Google addon - Kye-U - Jan. 17, 2009 04:09 AM

Forum Jump: