Closed (fixed)
Project:
Google Analytics
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2008 at 04:18 UTC
Updated:
13 Mar 2008 at 17:23 UTC
Just downloaded 5.x-1.4, and found under "User Role Tracking", the description becomes:
Define what user roles should be tracked by Google Analytics.
and the default is admin (user 1)?
In 5.x-1.3, the description is:
Define what user roles should not be tracked by Google Analytics.
I wonder if it's a typo in the new version. Thanks.
Comments
Comment #1
hass commentedNo, this have changed with 1.4... we do not track by default.
Comment #2
hass commentedUps, i missed to correct one line in the .install file...
variable_set('googleanalytics_track__user1', TRUE);should become:
variable_set('googleanalytics_track__user1', FALSE);with the next version...
Comment #3
hass commentedComment #4
hass commentedComment #5
hass commentedComment #6
niklp commentedDoes this mean moving from 1.3 to 1.4, the stats are accurate as long as you double checked the new logic?
I think it is effectively reversed. I'm hoping this "fix" is saying that this is by design, and the 1.4 interface reads correctly, and the checkboxes were to be updated manually, and then "everything is ok"?
Please tell me it is... :)
Comment #7
hass commentedNothing is wrong from interface side... it's only a value that hook_update_1 set's to TRUE.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.