Adwords conversion code not working

Hi.
I’ve copied the conversion code directly from Adwords and following topics I’ve found on the forum, I added it to the functions.php file rather than using the js option on the relevant pages.

However, when I check the tag (in Chrome) its not working. Can you help?
I’ve added it via the js bit on this page - https://fieldgateflowers.co.uk/weddings/

Thanks.

Hi There @Lorenmn

Thanks for writing in! I have tested your page on few different browsers (Firefox, Chrome etc) and I can confirm that the code is visible on the browser. This seems to be a caching issue on your end. Make sure to clear your browser cache before testing it again.

Please see secure note.

Thanks!

Hi. Thanks for your response, however there is still an issue.

When I check the tagging in Chrome, the Adwords tracking still has an issue and isn’t working.

Hi @Lorenmn,

I see the problem now, you added your code within the builder’s custom javascript. That area is meant for javascript code only and not for embed code. As you can see, the embed code also contains HTML codes.

But, there is a workaround for that, please add </script> before your embed code. Example

`

`

But that also means that you can’t add your custom javascript code after your embed code, it should be before </script><!-- Google ........

Thanks!

Ah brilliant! I think that’s fixed it. Thanks.

You are welcome :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.