Adding Marketo Measure to Marketo Landing Pages
- Topics:
- Tracking
Learn how to add tracking to Marketo Engage Landing Pages as they require additional handling. Marketo Measure JavaScript must be in place on both the Landing Page and the Marketo Engage form itself. To do this, you need to load the Marketo Measure JavaScript into Marketo Engage as explained in the following directions.
How to add Marketo Measure Script to Marketo Engage Landing Pages
-
Log in to your Marketo Engage account.
-
Select your landing page and click Edit Draft.
-
Drag in the HTML element.
-
Enter the Marketo Measure JavaScript into the head section:
<script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script>
Example in screenshot below
-
Click Save.
Additional Notes
- You might already have other tracking code snippets in place, such as a Google Analytics code. There is no problem with this, be sure to separate them with a semicolon
;
and a single space. An example of what this would look like is:
<script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script>; <script async="true" type="someothercode" src="someotherfile.js" ></script>
-
It’s likely that you have multiple Landing Page templates in use, be sure to add the code to all templates that have forms on them.
-
Sometimes when you edit the template for landing pages, you must reapprove the pages the landing page is used by. This article explains how to mass approve.