Adding Marketo Measure to Marketo Landing Pages adding-marketo-measure-to-marketo-landing-pages

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.

NOTE
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.

How to add Marketo Measure Script to Marketo Engage Landing Pages how-to-add-marketo-measure-script-to-marketo-engage-landing-pages

  1. Log in to your Marketo Engage account.

  2. Select your landing page and click Edit Draft.

  3. Drag in the HTML element.

  4. 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

  1. Click Save.

Additional Notes 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.

recommendation-more-help
9deee213-85c8-4c42-8ba8-089345b91d20