Adding Marketo Measure to Act-On Forms

Last update: 2023-08-09

Directions

  1. In the form you’re editing, select the Settings option in the right hand corner.
  2. Look for an area labeled “External Web Analytics.” This will be where you drop the Marketo Measure tracking code snippet.

Marketo Measure JavaScript

script type="text/javascript" src="https://cdn.bizible.com/scripts/bizible.js" async=""></script>

NOTE

There may already be other tracking code snippets in this area, such as a Google Analytics code. Be sure to separate them using a semicolon ; 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>

On this page