Closed (fixed)
Project:
Google Analytics
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2010 at 18:43 UTC
Updated:
22 Feb 2010 at 04:50 UTC
Why is "node/*/*" included in the default exclusions for "Page specific tracking settings" (listed under "Add to every page except the listed pages")? Doesn't this elimate the tracking of visits to all Drupal content ?
I'm planning to just remove this but would first like to understand why "node/*/*" was set as a default exclusion.
Thank you.
Comments
Comment #1
nevets commentedThe path for viewed nodes is node/*, node/*/* covers node/add/* and node/*/edit.
Comment #2
hass commentedOnly node view should be tracked as written in #1
Comment #3
tborrome commentedthanks for the clarification!