Hi guys. I'm trying to add a Google Remarketing pixel to my homepage. I found a plugin that allows me to do this for Posts & Pages, but not for the homepage itself (http://www.recapturist.com)
Can someone please help me figure out how to add the following pixel to my homepage:
<!-- Google Code for Recapturist.com Visitors Remarketing List -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1070370795;
var google_conversion_language = "en";
var google_conversion_format = "3";
var google_conversion_color = "ffffff";
var google_conversion_label = "i1cCCMmK7QMQ65-y_gM";
var google_conversion_value = 0;
/* ]]> */
</script>
<script type="text/javascript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="http://www.googleadservices.com/pagead/conversion/1070370795/?label=i1cCCMmK7QMQ65-y_gM&guid=ON&script=0"/>
</div>
</noscript>
The only guidance Google giver regarding where in the code to place the pixel is "between the body tags (<body></body>) of the page."
Thanks for the help!