Title: Google conversion code
Last modified: August 30, 2016

---

# Google conversion code

 *  Resolved [yk11](https://wordpress.org/support/users/yk11/)
 * (@yk11)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/google-conversion-code-2/)
 * I am looking to track Google AdWords conversions through the contact form.
 * I added the necessary code in the Advanced Form Settings to the Success Page 
   Additional HTML section.
 * The problem I am running into is that the closing CDATA code `/* ]]> */` shows
   with the right bracket converted to html code, e.g. `/* ]]& gt; */` (space added
   between `&` and `gt;` to prevent code conversion here), which prevents the code
   from being executed properly. The opening bracket is ok.
 * I would appreciate any ideas you may have, or even directing me to where this
   code resides so I can investigate myself.
 * [https://wordpress.org/plugins/si-contact-form/](https://wordpress.org/plugins/si-contact-form/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/google-conversion-code-2/#post-6557520)
 * Hi I just carried out a test by adding the following;
 * `/* ]]> */`
 * and it does not convert in my testing environment. Can you disable all your other
   plugins except this one and carry out another test.
 * Thank you
 *  Thread Starter [yk11](https://wordpress.org/support/users/yk11/)
 * (@yk11)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/google-conversion-code-2/#post-6557696)
 * Thanks for looking into it.
 * I disabled all plugins and still got the problem.
 * After some more research, it turns out to be a known WordPress issue where it
   has code to explicitly convert ‘]]>’ to ‘]]& gt;’ (space intentionally added)
   in wp-includes/post-template.php.
 * Commenting out the offending line resolved the issue.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Google conversion code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/si-contact-form_dde2be.svg)
 * [Fast Secure Contact Form](https://wordpress.org/plugins/si-contact-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/si-contact-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/si-contact-form/)
 * [Active Topics](https://wordpress.org/support/plugin/si-contact-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/si-contact-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/si-contact-form/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [yk11](https://wordpress.org/support/users/yk11/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/google-conversion-code-2/#post-6557696)
 * Status: resolved