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 page. I found this link here that explains a solution which I implemented as per the below after a successful submission (conversion ID is 11111111 and the label is 22222222). $("#conversion-script").prop('src', '//www.googleadservices.com/pagead/conversion.js'); $("#ga-code img").prop('src', '//www.googleadservices.com/pagead/conversion/11111111/?value=0&label=22222222&guid=ON&script=0'); When