Closed (duplicate)
Project:
Google Analytics
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2008 at 22:40 UTC
Updated:
5 Mar 2008 at 18:35 UTC
All user id / user defined, now contain a ":" after the user defined variable which is the user id. A bit annoying since those reports now have to be run twice and joined.
This occured when upgrading to 5.x.1.4 and to ga.js so I'm not sure whether this would affect urchin.js as well.
Comments
Comment #1
hass commentedThis implode line looks correct to me...
$segmentation = 'pageTracker._setVar('. drupal_to_js(implode(':', $fields)) .');';. I will try myself later... do you have a profile field that is left blank?Comment #2
sgriffin commentedyes, this appears to be related to the other bug. All custom profile fields are creating extra ":" but only showing up blank.
Comment #3
hass commentedhttp://drupal.org/node/229969