<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: Google conversion tracking not executed</title>
		<link>https://legacy.forums.gravityhelp.com/topic/google-conversion-tracking-not-executed</link>
		<description>Gravity Support Forums Topic: Google conversion tracking not executed</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:21:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/google-conversion-tracking-not-executed" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Google conversion tracking not executed"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-conversion-tracking-not-executed#post-81115</link>
			<pubDate>Mon, 15 Oct 2012 10:17:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">81115@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please see this previous reply:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/xhtml-validation-gf_apply_rules#post-43168&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/xhtml-validation-gf_apply_rules#post-43168&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't believe there is any way for us to fix this, as it's a core trac issue and a decision on the part of WordPress.  Sounds like you need to add the tracking code in some other manner so that it's not affected by this WordPress issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicomollet on "Google conversion tracking not executed"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-conversion-tracking-not-executed#post-81114</link>
			<pubDate>Mon, 15 Oct 2012 10:10:28 +0000</pubDate>
			<dc:creator>nicomollet</dc:creator>
			<guid isPermaLink="false">81114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Actually it's not related with Gravity Forms, but Wordpress engine edits cdata closing tags.&#60;br /&#62;
See: &#60;a href=&#34;https://core.trac.wordpress.org/ticket/3670&#34; rel=&#34;nofollow&#34;&#62;https://core.trac.wordpress.org/ticket/3670&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;wp-includes/pos-templates.php line 164:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function the_content($more_link_text = null, $stripteaser = false) {
	$content = get_the_content($more_link_text, $stripteaser);
	$content = apply_filters(&#38;#39;the_content&#38;#39;, $content);
	//$content = str_replace(&#38;#39;]]&#38;gt;&#38;#39;, &#38;#39;]]&#38;gt;&#38;#39;, $content); // I had to remove this line
	echo $content;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now I have to check if this was the only problem and if conversion is now executed correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicomollet on "Google conversion tracking not executed"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-conversion-tracking-not-executed#post-81102</link>
			<pubDate>Mon, 15 Oct 2012 09:20:33 +0000</pubDate>
			<dc:creator>nicomollet</dc:creator>
			<guid isPermaLink="false">81102@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm the html formating didn't go well in my previous message, you should read:&#60;/p&#62;
&#60;p&#62;****** &#60;/p&#62;
&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am trying to include a Google Adwords conversion tracking code into my confirmation message. I disabled autoformatting.&#60;br /&#62;
But conversions are not executed somehow.&#60;/p&#62;
&#60;p&#62;The tracking code looks like this on the confirmation page:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- Google Code for Webcallback Conversion Page --&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
/* &#38;lt;![CDATA[ */
var google_conversion_id = 1008917062;
var google_conversion_language = &#38;quot;fr&#38;quot;;
var google_conversion_format = &#38;quot;2&#38;quot;;
var google_conversion_color = &#38;quot;ffffff&#38;quot;;
var google_conversion_label = &#38;quot;kLj1CLKd2gMQxrSL4QM&#38;quot;;
var google_conversion_value = 0;
/* ]]&#38;amp; gt; */
&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.googleadservices.com/pagead/conversion.js&#38;quot;&#38;gt;
&#38;lt;/script&#38;gt;
&#38;lt;noscript&#38;gt;
&#38;lt;div style=&#38;quot;display:inline;&#38;quot;&#38;gt;
&#38;lt;img height=&#38;quot;1&#38;quot; width=&#38;quot;1&#38;quot; style=&#38;quot;border-style:none;&#38;quot; alt=&#38;quot;&#38;quot; src=&#38;quot;http://www.googleadservices.com/pagead/conversion/1008917062/?value=0&#38;amp;label=kLj1CLKd2gMQxrSL4QM&#38;amp;guid=ON&#38;amp;script=0&#38;quot;/&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/noscript&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It looks like the closing CDATA tag is:&#60;br /&#62;
&#60;code&#62;/* ]]&#38;amp; gt; */&#60;/code&#62; (without space between &#38;amp; and gt)&#60;br /&#62;
But should be:&#60;br /&#62;
&#60;code&#62;/* ]]&#38;gt; */&#60;/code&#62;&#60;br /&#62;
I guess it has something to do with the conversion not executing?&#60;/p&#62;
&#60;p&#62;You can test the form here:&#60;br /&#62;
&#60;a href=&#34;http://www.talenco.com/nos-formations/etre-rappele/&#34; rel=&#34;nofollow&#34;&#62;http://www.talenco.com/nos-formations/etre-rappele/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope you can help or fix the cdata closing tag problem.&#60;br /&#62;
Thanks.&#60;/p&#62;
&#60;p&#62;PS: I want to use Text confirmation, not Page or Redirection.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nicomollet on "Google conversion tracking not executed"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/google-conversion-tracking-not-executed#post-81099</link>
			<pubDate>Mon, 15 Oct 2012 09:17:45 +0000</pubDate>
			<dc:creator>nicomollet</dc:creator>
			<guid isPermaLink="false">81099@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am trying to include a Google Adwords conversion tracking code into my confirmation message. I disabled autoformatting.&#60;br /&#62;
But conversions are not executed somehow.&#60;/p&#62;
&#60;p&#62;The tracking code looks like this on the confirmation page:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;!-- Google Code for Webcallback Conversion Page --&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
/* &#38;lt;![CDATA[ */
var google_conversion_id = 1008917062;
var google_conversion_language = &#38;quot;fr&#38;quot;;
var google_conversion_format = &#38;quot;2&#38;quot;;
var google_conversion_color = &#38;quot;ffffff&#38;quot;;
var google_conversion_label = &#38;quot;kLj1CLKd2gMQxrSL4QM&#38;quot;;
var google_conversion_value = 0;
alert(&#38;#39;bbb&#38;#39;);
/* ]]&#38;gt; */
&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://www.googleadservices.com/pagead/conversion.js&#38;quot;&#38;gt;
&#38;lt;/script&#38;gt;
&#38;lt;noscript&#38;gt;
&#38;lt;div style=&#38;quot;display:inline;&#38;quot;&#38;gt;
&#38;lt;img height=&#38;quot;1&#38;quot; width=&#38;quot;1&#38;quot; style=&#38;quot;border-style:none;&#38;quot; alt=&#38;quot;&#38;quot; src=&#38;quot;http://www.googleadservices.com/pagead/conversion/1008917062/?value=0&#38;amp;label=kLj1CLKd2gMQxrSL4QM&#38;amp;guid=ON&#38;amp;script=0&#38;quot;/&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;/noscript&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It looks like the closing CDATA tag is:&#60;br /&#62;
&#60;code&#62;/* ]]&#38;gt; */&#60;/code&#62;&#60;br /&#62;
But should be:&#60;br /&#62;
&#60;code&#62;/* ]]&#38;gt; */&#60;/code&#62;&#60;br /&#62;
I guess it has something to do with the conversion not executing?&#60;/p&#62;
&#60;p&#62;You can test the form here:&#60;br /&#62;
&#60;a href=&#34;http://www.talenco.com/nos-formations/etre-rappele/&#34; rel=&#34;nofollow&#34;&#62;http://www.talenco.com/nos-formations/etre-rappele/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I hope you can help or fix the cdata closing tag problem.&#60;br /&#62;
Thanks.&#60;/p&#62;
&#60;p&#62;PS: I want to use Text confirmation, not Page or Redirection.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
