<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Bing ads &#8211; new UET conversion tracking &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 27 Oct 2025 14:20:33 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336181</guid>
					<title><![CDATA[Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336181</link>
					<pubDate>Tue, 21 Jul 2015 19:27:37 +0000</pubDate>
					<dc:creator>Adam C</dc:creator>

					<description>
						<![CDATA[
						<p>I use bing ads, they&#8217;ve recently launched a new way to track conversions; Universal Event Tracking.  The trouble is, it isn&#8217;t working for me, no conversions are showing even though I know am getting sales!!</p>
<p>I was wondering if there is any guidance you can give on the best way to implement conversion tracking code on my thank you pages.  Previously I&#8217;ve just used a text box to drop in the conversion snippet and it&#8217;s worked fine, but it doesn&#8217;t for the new bing ads UET.</p>
<p>I&#8217;ve also tried placing it in the google analytics extension, doesn&#8217;t work doing it that way either.</p>
<p>I know this may not necessarily be an X issue but, seeing as I see you guys as the wordpress experts (X is awesome by the way) &amp; I buy a lot of licenses, I wondered if you can give any tips on how to resolve or trouble shoot the issue.</p>
<p>I&#8217;ve checked, double checked &amp; triple checked my setup in the Bing Ads interface and I am using that correctly, so I must be doing something wrong on my thank you pages.</p>
<p>Thanks</p>
<p>Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336185</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336185</link>
					<pubDate>Tue, 21 Jul 2015 19:33:02 +0000</pubDate>
					<dc:creator>Adam C</dc:creator>

					<description>
						<![CDATA[
						<p>One more thing I meant to add &#8211; wordpress seems add the UTF translation for &amp; is replaced (#038).  Maybe this has an impact?  If so how do I prevent this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336196</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336196</link>
					<pubDate>Tue, 21 Jul 2015 19:43:53 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Adam,</p>
<p>You could be on to something with that <code>&amp;</code> being converted. First, are you using the latest version of X and Cornerstone? We had a few bugs related to encoding in Cornerstone 1.0.0 and 1.0.1 but they should be resolved.</p>
<p>I&#8217;d be more than happy to take a look at what&#8217;s going on. Would you mind providing login credentials in a private reply and linking to a page where you&#8217;ve added a tracking code?</p>
<p>Meanwhile, just some general info if you want to troubleshoot.</p>
<p>The best place to add javascript based tracking codes is in the Customizer if you want them globally on your site, or per page by using &#8220;Custom Javascript&#8221; on the settings tab of Cornerstone. Just remember that the <code>&lt;script&gt;</code> tags are already in place, so you should just add the javascript itself.</p>
<p>Otherwise if your tracking code needs actual markup, you could use a &#8220;Raw Content&#8221; element in Cornerstone.</p>
<p>Finally, you could use a child theme and directly add content into the page footer by using code like this in <code>functions.php</code></p>
<pre><code>add_action( &#039;wp_footer&#039;, &#039;custom_tracking_code&#039; );

function custom_tracking_code() {

  // Added to every page
  ?&gt;

  &lt;script&gt; /* your tracking code */ &lt;/script&gt;

  &lt;?php

  // Added to only page with ID of 1234
  if ( get_the_ID() == 1234 ) : ?&gt;

    &lt;script&gt; /* your page specific tracking code */ &lt;/script&gt;
  
  &lt;?php endif;

}</code></pre>
<p>Let me know if you have any other questions or would like me to take a closer look. Take care!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336796</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-336796</link>
					<pubDate>Wed, 22 Jul 2015 10:41:39 +0000</pubDate>
					<dc:creator>Adam C</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-337173</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-337173</link>
					<pubDate>Wed, 22 Jul 2015 16:57:25 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Adam,</p>
<p>I checked that page, and it looks like you&#8217;re setting the image to <code>display:none;visibility:hidden</code> This tells the browser that it isn&#8217;t needed, and it doesn&#8217;t fetch the image; therefore nothing is tracked. Try removing that and I suspect it will start working.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-337285</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-337285</link>
					<pubDate>Wed, 22 Jul 2015 18:51:27 +0000</pubDate>
					<dc:creator>Adam C</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for the suggestion, I&#8217;ll give it a go.  Although that is how bing ads supply the tracking code.  It&#8217;s so frustrating as this should be straight forward but if it&#8217;s not working properly it&#8217;s such a pain for my business!! Thanks again, cheers, Adam.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-337500</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-337500</link>
					<pubDate>Wed, 22 Jul 2015 23:26:54 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Adam!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-350582</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-350582</link>
					<pubDate>Wed, 05 Aug 2015 10:00:48 +0000</pubDate>
					<dc:creator>Adam C</dc:creator>

					<description>
						<![CDATA[
						<p>Hi &#8211; I&#8217;m still having issues with this.  Bing ads are telling me the tracking code should be placed in the head section.</p>
<p>I use the google analytics plugin to add my analytics code, which I notice is placed in the head section.</p>
<p>Is it safe to add my bing ads conversion tracking using the google analytics plugin as well?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-350655</guid>
					<title><![CDATA[Reply To: Bing ads &#8211; new UET conversion tracking]]></title>
					<link>https://theme.co/archive/forums/topic/bing-ads-new-uet-conversion-tracking/#post-350655</link>
					<pubDate>Wed, 05 Aug 2015 11:37:42 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Adam,</p>
<p>To add your tracking code in head section, you can replace the line of code given above from this</p>
<pre><code>
add_action( &#039;wp_footer&#039;, &#039;custom_tracking_code&#039; );
</code></pre>
<p>to this</p>
<pre><code>
add_action( &#039;wp_head&#039;, &#039;custom_tracking_code&#039; );
</code></pre>
<p>If you notice I changed <strong>wp_footer </strong>to <strong>wp_head</strong></p>
<p>The entire code should look like this.</p>
<pre><code>
add_action( &#039;wp_head&#039;, &#039;custom_tracking_code&#039; );

function custom_tracking_code() {

  // Added to every page
  ?&gt;

  &lt;script&gt; /* your tracking code */ &lt;/script&gt;

  &lt;?php

  // Added to only page with ID of 1234
  if ( get_the_ID() == 1234 ) : ?&gt;

    &lt;script&gt; /* your page specific tracking code */ &lt;/script&gt;
  
  &lt;?php endif;

}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

