Jump to content

PHP Google Conversion Tracking?


NewcastleFan

Recommended Posts

Hey guys,

 

I've got a php form that works out an estimated cost and displays it on screen, while emailing me the email address and the data the user inputs.

 

I want to be able to add conversion tracking to this from Google Adwords.

 

At the moment when the user submit the form it uses an if isset to calculate the cost and then emails it and echo's it onto the users browser.

 

How would I go about adding the javascript needed for the conversion tracking? As the page does not change it simply echos the data gathered.

 

Thanks for any advice.

Link to comment
Share on other sites

As the page does not change it simply echos the data gathered.
That means you're re-drawing the entire page.  A form submission, as long as it's not interrupted with AJAX, re-loads the whole page.  Put the conversion code alongside the output.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.