We are working with hubspot and I need to load a tracking code to each page. It just needs to go somewhere in the body, not in an existing <div>.
everytime I add it to my home page, it is placed in a div and that keeps the code from working.
I see where I should add it on view source and that does not appear in the back end html.
I have already gone through their tech support, but wherever we add the code it ends up in a div.
they said I should ask you where the code should go (it will need to be added to everypage not just the home page)
Please let me know who I need to talk to, to figure out where to put this thing..the code I am installing is below
with the instructions on where to add being " Copy the following code block into every web page you want to log traffic for, immediately before the </body> tag (or after all your included client scripts). "
<!-- Start of HubSpot Logging Code -->
<script type="text/javascript" language="javascript">
var hs_portalid=41309;
var hs_salog_version = "2.00";
var hs_ppa = "soldbyceleste.demo.hubspot.com"
document.write(unescape("%3Cscript src='" + document.location.protocol + "//" + hs_ppa + "/salog.js.aspx' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- End of HubSpot Logging Code -->
please let me know if I need to put this in another forum
A

Reply With Quote