Adding google analytics conversion code to a successful user registration.
Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :) Thanks, Malks.
On 28 October 2011 07:06, Anthony Malkoun <malkouna@yahoo.com.au> wrote:
Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :)
Thanks, Malks. -- [ Drupal support list | http://lists.drupal.org/ ]
Just a thought but what about using LoginToboggan and have a "redirect on registration" page that you use to track registrations?
I have done the LoginToboggan route successfully before. On Fri, Oct 28, 2011 at 12:53 AM, Wipe_Out <wipe_out@users.sourceforge.net>wrote:
On 28 October 2011 07:06, Anthony Malkoun <malkouna@yahoo.com.au> wrote:
Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :)
Thanks, Malks. -- [ Drupal support list | http://lists.drupal.org/ ]
Just a thought but what about using LoginToboggan and have a "redirect on registration" page that you use to track registrations?
-- [ Drupal support list | http://lists.drupal.org/ ]
-- Steve Kessler Owner and Lead Consultant Denver DataMan, LLC 303-587-4428 Get 25% off training during the Great Train-Up<http://denverdataman.com//sites/default/files/istock_000003206051xsmall.jpg>
On 6:59 AM, Wipe_Out wrote:
On 28 October 2011 07:06, Anthony Malkoun <malkouna@yahoo.com.au <mailto:malkouna@yahoo.com.au>> wrote:
Hi, Does anyone know an easy way to handle this in D6? There is no specific page that user registration goes to when successful so do I have to add a submit handler of some sort to run the necessary conversion code? How does that work when I've been given javascript to call client side and the submit handler works server side? Any thoughts welcome :)
Thanks, Malks. -- [ Drupal support list | http://lists.drupal.org/ ]
Just a thought but what about using LoginToboggan and have a "redirect on registration" page that you use to track registrations?
Thanks for the suggestion (Steve too!)... that was a neat enough solution and meant I could avoid writing code :) Malks.
participants (3)
-
Anthony Malkoun -
Steve Kessler -
Wipe_Out