Closed (fixed)
Project:
Google Analytics
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 18:52 UTC
Updated:
1 Oct 2009 at 19:00 UTC
I'd like to track the user registration completions as a goal conversion in Analytics. I currently have the Page specific tracking settings to "Add to every page except the listed pages." and I've excluded all user pages (as per the default of the module). This ends up excluding all of the registration-related pages (user, user/login, user/register). Obviously, changing the location of the wildcard asterisk doesn't solve the problem.
It'd be great if there could be some mechanism where I could add all three urls while still excluding the user pages (user/[number]) from Analytics tracking.
Comments
Comment #1
hass commentedThis is not the standard Drupal way. Therefore you need need to use PHP mode, see http://drupal.org/node/261997 for an example that can be altered for your need. If you have the example ready, feel free to extend the documentation page with your example.