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
Comment #1
sgriffin commentedtypo corrected
Comment #2
hass commentedI'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.
Comment #3
sgriffin commentedI 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.
Comment #4
hass commentedNice link, but i cannot see any example that allows using _setVar() more then once.
Comment #5
sgriffin commentedYou might be right. I am doing some tests. How would one create a filter to split out the segment data for reporting?
Comment #6
hass commentedTry out. I've never worked with filters yet.
Comment #7
sgriffin commentedFilters, 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!
Comment #8
drupalok commenteda year has passed... but still no way to use splitted variables...
anyone has an idea?