Tracking Missions

Examples of different ways to track missions
in your web application

Track a Mission When a Page or Component is Loaded

The easiest way to track a mission is to do so when a page or component is loaded. This way of tracking a mission does not require user interaction.

Add the following script to your page or component:

Track a Mission When a User Interaction Occurs

Another way to track a mission is to do so when a user interaction occurs.

For example, given the following link on your page:

Add the following script to your page to track when a user clicks the link:

More importantly, you can use the method above for ANY user interaction with ANY element on your page. For example, you can track when a user submits a form.