Needs work
Project:
Citizens Connected
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2013 at 20:11 UTC
Updated:
7 Mar 2013 at 20:11 UTC
Jump to comment: Most recent
The Google Analytics module comes with default settings for Drupal paths to exclude.
Unfortunately, one of these default paths is node/*/* and that matches the Drupal path of CitCon campaign thank-you pages.
The end result of all this is that Google Analytics does not track the form submission/thank you pages and you do not have complete stats.
My solution to this was to configure Google Analytics to specifically exclude only some node/*/* citcon paths. We should include this information and workaround in the documentation (when we write better docs).
To track thank you pages:
node/*/edit
node/*/results
node/*/translate
node/*/import-supporters
node/*/devel
node/*/delete
Comments
Comment #1
mgiffordHow hard would it be to replace the
node/*/thank-youwith apetition_node_path/thank-youSurely the latter is where we want to go.