Segmentation currently is.
pageTracker._setVar("uid:username:someprofilefield:anotherprofilefield:");

Under google analytis reports defined fields, I only have one segment to see which is "uid:username:someprofilefield:anotherprofilefield:"

When I should see actual segments for uid, username, each role, and profile field in segments.
So shouldn't the GA module provide,
pageTracker._setVar("uid");
pageTracker._setVar("username");
pageTracker._setVar("someprofilefield");
pageTracker._setVar("anotherprofilefield");

uid and username obviously will show the same hits, but I should be able to see a collective hit/visit for each user role, and/or values of profile fields.

Comments

sgriffin’s picture

Title: Segmentation variabled not actually segmented. » Segmentation variables not actually segmented.

typo corrected

hass’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

I'm not sure, but i think _setVar can only be set once. Please provide some docs if you know better. For splitting the values you can add filters in your google account.

sgriffin’s picture

I don't see why not, its just a function that send data to google, which is what segmentation is for.
http://0-code.google.com.millennium.unicatt.it/apis/analytics/docs/gaTra...

Otherwise, the whole segmentation thing is no where near as cool.

hass’s picture

Nice link, but i cannot see any example that allows using _setVar() more then once.

sgriffin’s picture

You might be right. I am doing some tests. How would one create a filter to split out the segment data for reporting?

hass’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Try out. I've never worked with filters yet.

sgriffin’s picture

Filters, filter incoming traffic from being processed by GA.

So at the moment, I am still looking for a solution to parse & report group/subgroup data.
Patooey!

drupalok’s picture

a year has passed... but still no way to use splitted variables...
anyone has an idea?