Trying to ad Facebook tracking code. Tried adding in WYSIWYG in step 5 like I did with Google Analytics code, but it did not work.
This is what Facebook gives you (I have X'ed out the ID and h as they are my unique codes):
<!-- Paste this code just above the closing </body> of your conversion page. The tag will record a conversion every time this page is loaded. Optional 'sku' and 'value' fields are described in the Help Center. -->
<script src="//ah8.facebook.com/js/conversions/tracking.js"></script><script type="text/javascript">
try {
FB.Insights.impression({
'id' : XXX,
'h' : 'XXX'
});
} catch (e) {}
</script>
How can I make this work??