Learn how to add tracking to Marketo Engage Landing Pages as they require additional handling. Marketo Measure JavaScript needs to be in place on both the Landing Page and the Marketo Engage form itself. To do this you will need to load the Marketo Measure JavaScript into Marketo Engage as explained in the following directions.
If you are deploying the JavaScript through a tag management provider such as Google Tag Manager, you do not need to manually add Marketo Measure JS to Marketo Engage.
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.
;
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 need to re-approve the pages the landing page is used by. This article explains how to mass approve.