Tracking Pixel from Facebook

Permalink 1 user found helpful
I have the following Conversion Pixel Code and I am currently hosting with BlueHost.

The instructions from facebook say: I have to copy and paste the code between <head> and </head> in my webpage, but I do not know if I need to log into my actual site or go to my BLUE HOST account... any one know how to do it??

here is the tracking code:
<script type="text/javascript">
var fb_param = {};
fb_param.pixel_id = '6009516207224';
fb_param.value = '0.00';
fb_param.currency = 'USD';
(function(){
var fpw = document.createElement('script');
fpw.async = true;
fpw.src = '//connect.facebook.net/en_US/fp.js';
var ref = document.getElementsByTagName('script')[0];
ref.parentNode.insertBefore(fpw, ref);
})();
</script>
<noscript><img height="1" width="1" alt="" style="display:none" src="https://www.facebook.com/offsite_event.php?id=6009516207224&value=0&currency=USD" /></noscript>

123admin123
 
mhawke replied on at Permalink Reply
mhawke
You can add content to the header of any page by navigating to the page and hovering over the Edit button and choosing 'Properties'. Then choose the 'Custom Attributes' tab. Then click on 'Header Extra Content'. Paste the Facebook embed code into the box and you're golden.