Skip to main content

All Questions

Tagged with
21 votes
4 answers
19k views

How to implement a Google Adwords "conversion pixel" using ajax on a submit button (no "thank you" page)

I want to implement an adwords "conversion pixel" script - this is the script: <!-- Google Code for General_Lead Conversion Page --> <script type="text/javascript"> /* <![CDATA[ */ ...
Imnotapotato's user avatar
  • 5,778
54 votes
12 answers
68k views

Inserting Google Adwords Conversion Tracking with Javascript or jQuery

I'm pretty new to javascript, and therein probably lies my problem. I'm trying to track AdWords conversions that occur within a widget on our site. The user fills in a form and the result from the ...
Kevin Pope's user avatar
  • 2,982
7 votes
4 answers
6k views

google Adwords conversion script

I have a form, that after submit the form I want to run the script of google Adwords conversion. I'm using ajax and jQuery: var dataString = 'name='+$('#name').val()+'&'+'phone='+$('#phone').val(...
Nir's user avatar
  • 1,952
2 votes
1 answer
4k views

Google AdWords Conversion Services Issue - Asynchronous Conversion Code

I have never implemented Google Adwords onto a site, so if I am incorrect with the 'lingo', please feel free to correct me. I am working on a site that has a landing page for one of their Google ...
Ben Carey's user avatar
  • 16.9k
1 vote
1 answer
2k views

Google AdWords Conversion on AJAX Form?

We have been asked by a client to add their AdWord Conversion tracking code to a landing page following the completion of an enquiry form, the problem is the form is AJAX based so there is no “landing ...
Thomas James's user avatar
1 vote
1 answer
2k views

How to execute Google Adwords conversion tracking without physical thank you page

I've got what appears to be a common scenario. I have a page where someone fills out a form and rather than redirecting to a different thank you page all the tracking needs to take place on the same ...
daniel churchill's user avatar