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

hass’s picture

Status: Active » Closed (works as designed)

No, this have changed with 1.4... we do not track by default.

hass’s picture

Status: Closed (works as designed) » Active

Ups, 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...

hass’s picture

Category: support » bug
hass’s picture

Title: User Role Tracking » User 1 is tracked after installation
hass’s picture

Version: 5.x-1.4 » 5.x-1.x-dev
Status: Active » Fixed
niklp’s picture

Does 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... :)

hass’s picture

Nothing is wrong from interface side... it's only a value that hook_update_1 set's to TRUE.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.