Inserting Facebook Conversions Code?
I want to run a facebook ad campaign and track my conversions...on submitted jobs.
Where do I insert the Facebook Conversions Code?
ACCORDING TO FACEBOOK, INSTRUCTIONS BELOW
How would you like to verify your conversion-tracking pixel?
I can add the pixel to my website
Copy and paste the following code between <head> and </head> on the Page of your website you want to track actions. For example, to track registrations, place the code on your 'registration completed' web page.
FACEBOOK CONVERSION CODE
<!-- Facebook Conversion Code for Submit Job -->
<script>(function() {
var _fbq = window._fbq || (window._fbq = []);
if (!_fbq.loaded) {
var fbds = document.createElement('script');
fbds.async = true;
fbds.src = '//connect.facebook.net/en_US/fbds.
js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(fbds, s);
_fbq.loaded = true;
}
})();
window._fbq = window._fbq || [];
window._fbq.push(['track', '6022725828273', {'value':'0.01','currency':'ZAR'}]);
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/tr?ev=6022725828273&cd[value]=0.01&cd[currency]=ZAR&noscript=1" /></noscript>