Adding Marketo Measure to Hubspot adding-marketo-measure-to-hubspot
Learn how to add the Marketo Measure JavaScript to track your Hubspot landing pages and form submissions.
Hubspot is a bit different from other marketing automation systems in that it can host your landing pages / forms AND your website. It’s important to note that the below instructions are for having Marketo Measure track activity on Hubspot-hosted pages. If you power your website with a CMS other than Hubspot (for example, Wordpress), you need to add the Marketo Measure JavaScript to that CMS as well.
Getting Started getting-started
Once you have logged into your Hubspot account, follow these steps.
-
Navigate to Content.
-
Click Content Settings.
-
Within Content Settings, click the Site Header HTML (see image below).
-
Add the following script within your
<header>
:<script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script>
It should look like this:
<!-- Marketo Measure Javascript -->
<script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async="">
;
and a single space, like so:<script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script>; <script async="true" type="someothercode" src="someotherfile.js" ></script>