> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extole.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MANTL

Follow this three-step process for integrating MANTL with Extole to automatically attribute, verify, and reward prospects and members when they open an account.

# Prerequisites

| Requirement              | Description                                          |
| :----------------------- | :--------------------------------------------------- |
| Google Tag Manager (GTM) | You must have a GTM account to use this integration. |

# Step 1: Tag your account opening flow

Use Google Tag Manager (GTM) to add Extole's core tag to all of your account opening pages. The core tag is an async tag used for attribution and serving confirmation messages when prospects click on an Extole link.

<Info>
  Learn more about [Extole's Javascript tags](https://docs.extole.com/docs/javascript-sdk)
</Info>

## Add the Extole core tag to all of your account opening pages

You can find your core tag in the [Extole platform](https://my.extole.com/tech-center/tag-generator) (Tech Center > Tag Generator.) It will look something like this:

`Share Link Behavior`

# Step 2: Set up UTM tracking parameters in your Extole campaign

When a prospect clicks on an Extole link, Extole will append a unique advocate or offer code as a UTM parameter in the URL. On redirect, MANTL will store and update all UTM parameters throughout the application lifecycle. To append the Extole code as a UTM parameter:

1. Navigate to `Share Link Behavior` in your Extole Flow campaign
2. Set the `Destination for Clicks on Share Links` to your specific online account opening URL.
3. Append the advocate's referral code to your tracking parameters by updating the `utm_term` variable with the following value:

`Destination for Clicks on Share Links`

<Info>
  If you are already using the `utm_term` parameter, you can use a different UTM parameter to pass the `advocate_code` .&#x20;
</Info>

# Step 3: Send new account openings to Extole's SFTP server

In order for Extole to track whether the referral resulted in a qualified account opening, you'll need to push [MANTL's Simplified Acquisition report](https://storage.googleapis.com/mantl-reports-documentation-production/schema/reports_documentation.html) to [Extole's SFTP Server](https://docs.extole.com/update/docs/extoles-sftp-server) on a daily basis. Extole will extract the `email`, `first_name,` `last_name`,  `utm_term_first_touch`,  `account_created_at`,  and `account_type` columns to attribute new accounts that used a referral code. Alternatively, you can push this data into your core or data warehouse and send Extole a [daily events file](https://docs.extole.com/update/docs/file-based-events) of users who have opened accounts with your institution.

<br />
