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

hass’s picture

This 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?

sgriffin’s picture

yes, this appears to be related to the other bug. All custom profile fields are creating extra ":" but only showing up blank.

hass’s picture

Status: Active » Closed (duplicate)