View Single Post
  #5 (permalink)  
Old 01-18-2008, 06:37 PM
danlefree's Avatar
danlefree danlefree is offline
WebProWorld Pro
 
Join Date: Jun 2005
Location: Seattle
Posts: 269
danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4danlefree RepRank 4
Default Re: Plus signs appearing in keyphrase strings after GA.js update

Follow-up: Turns out it boils down to the aforementioned issue with the GA.js reporting versus the urchin.js reporting.


Typical urchin.js _utmz cookie value:

Code:
... utmctr=keyword+keyword2|utmcmd=organic

Typical GA.js _utmz cookie value:

Code:
... utmctr=keyword%2Bkeyword2|utmcmd=organic

urchin.js just passes the raw plus sign delimiter, but GA.js encodes it (thence, when the urchin.js script picks up the cookie, it passes the encoded plus sign and Google happily stores the keyword+keyword2 value as one long keyword).
__________________
Dan LeFree | Product Manager (Linux VPS Hosting) | Owner/Operator (Web development, marketing)
Reply With Quote