Bing Conversion Code

This doc page shows how the user can generate the conversion code to send to us: http://docs.realgeeks.com/bing_ads

NEW UPDATE:

 

so the updated bing code form apparently doesn't work properly so use the old version!! 

Example:

 

<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"#######"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script><noscript><img src="//bat.bing.com/action/0?ti=#######&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" /></noscript>

<script>

window.uetq = window.uetq || [];

window.uetq.push({ 'ec':'Lead', 'ea':'LeadSubmit', 'el':'NewLead', 'ev':1 });

</script>

 

Just switch the ti to theirs and they should be good! (oh also make sure they set up their events to reflect the code!)

 

 

UPDATE:

So apparently the bing codes are different now:

<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"#######"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");window.uetq = window.uetq || [];window.uetq.push('event', 'REPLACE_WITH_EVENT_ACTION', {'event_category': 'REPLACE_WITH_EVENT_CATEGORY', 'event_label': 'REPLACE_WITH_EVENT_LABEL', 'event_value': 'REPLACE_WITH_EVENT_VALUE'});</script>

since it looks like the main code now includes the events, you just need to add them in.

to be: 

<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"#######"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");window.uetq = window.uetq || [];window.uetq.push('event', 'LeadSubmit', {'event_category': 'Lead', 'event_label': 'NewLead', 'event_value': '1'});</script>

 no need to add extra code cause its already in main code.

 OLD:

 We have to edit the code a little bit to make it work.  They should send you something like this:

 

<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"#######"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script><noscript><img src="//bat.bing.com/action/0?ti=5061382&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" /></noscript>



Add this to the end of the code:

 

<script>

window.uetq = window.uetq || [];

window.uetq.push({ 'ec':'Lead', 'ea':'LeadSubmit', 'el':'NewLead', 'ev':1 });

</script>

 

So the whole code will look like this:

 

<script>(function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:"#######"};o.q=w[u],w[u]=new UET(o),w[u].push("pageLoad")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&&s!=="loaded"&&s!=="complete"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,"script","//bat.bing.com/bat.js","uetq");</script><noscript><img src="//bat.bing.com/action/0?ti=#######&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" /></noscript>

<script>

window.uetq = window.uetq || [];

window.uetq.push({ 'ec':'Lead', 'ea':'LeadSubmit', 'el':'NewLead', 'ev':1 });

</script>

 

Then stick that code into Additional Tracking Code Signup

 

If it’s not working, double check with them that the have the correct settings in the conversion event they created.

 

** Always tell them to set up their goals like how it is here: 

http://docs.realgeeks.com/bing_ads

If they don't do it exactly, then their code will NOT track properly. 

**Their code will activate/verify as soon as someone clicks on their bing ad and signs up to their site. 

Sidenote: they must always have their campaigns running in order to get conversions.

To learn how to add events for tracking seller leads, click here