By prisonbreaker82 on
Hi Drupalers!
I want to track all our Booking Inquires.
We use the webform module on this page http://www.touristinrio.com/page/reservation
When the user fill in the form and click on submit, then the user is sent to ex. http://www.touristinrio.com/node/2/done?sid=13#contentbooking-inquiry
I have configured "/node/2/done?" as GOAL value and funnel "/page/reservation" in Google Analytics, but it does not register any data when I have done some tests.
I have searched the forum, but could not find any solutions of this problem.
I would as well send the user to a clean url, such eg. http://www.touristinrio.com/page/reservation/thank-you, possible?
Thank you!
Isak
Comments
The "done" page just issues a
The "done" page just issues a drupal_goto() most of the time so Google Analytics' webbug will never be rendered and it never knows that you passed through that page.
You can specify a URL in the "Confirmation message or redirect URL" field which points to a node or URL, then set up that path in Google Analytics as the page to indicate that a goal has been completed.
Hope that helps.
How should I do the redirect
How should I do the redirect URL thing? Please bare me I am a newbee! :)
Just stuck with same issue.
Just stuck with same issue. Turned out Google Analytics module by default excludes node/*/* pages from tracking. To change that:
/admin/settings/googleanalytics - "Page specific tracking settings"
Replace the exclusion filter
#6