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

# Clutch

Follow this three-step process for integrating Clutch 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: Set up URL tracking parameters

To ensure prospects land on the correct page with the necessary tracking data, you'll need to make the following updates:

1. Submit a request to your team at Clutch to push the `utm_content` parameter into your data layer. Map this parameter to`advocate_code` in GTM.
2. In your Extole Flow Campaign, navigate to `Share Link Behavior`
3. Set the `Destination for Clicks on Share Links` to your specific online account URL.
4. Append the advocate's referral code to your tracking parameters by updating the `utm_content` variable with the following value:

`utm_content`

<img src="https://files.readme.io/bec5211ad9f0aa8261e6df4eeb5d98e6eb683a13f2b605d7e0494227eaa77dce-9b6bac5d4e54762b7930e5afe9ad7b2436bc33105dbea5a9142ee93599550c61-Screenshot_2026-03-09_at_11.28.52AM.png" alt="" />

<Info>
  If you are already using the `utm_content` parameter, Extole can pass the `advocate_code` as `utm_term` instead. Request this customization with your Extole team, then map to the `utm_term `parameter in your GTM.
</Info>

## Step 2: Tag your account opening flow

Use Google Tag Manager (GTM) to deploy Extole's core and event tags. Core tags are used for attribution and serving confirmation messages throughout the OAO flow. Event tags are used to enforce quality rules and track key conversion milestones throughout the account opening process.

<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:

`advocate_code`

### Add tags to fire events

Fire Extole's `application_submitted` tag when the prospect/member completes their application. Use Clutch's custom event trigger `WC - DAO - App Submission`.

`Share Link Behavior`

<br />

## Step 3: Send account openings from Clutch to Extole via SFTP

Forward your daily export file from Clutch to Extole's SFTP server to notify Extole of **account openings**. Extole will extract and process the data for any columns marked in **bold** in the table below.

<Info>
  Learn how to connect to [Extole's SFTP server](https://docs.extole.com/docs/extoles-sftp-server).
</Info>

<Warning>
  If you are using Clutch's in-branch and online account opening products, you can use the daily extract file to track all account opening events for your Extole campaign. If you are only using Clutch for online account openings, you will need to send in-branch openings as a seperate file.
</Warning>

| column header                 | sample value                             |
| :---------------------------- | :--------------------------------------- |
| **application\_id**           | **0008c146-2d6e-44aa-ae93-e16c1decf095** |
| **applicant\_name**           | **John Smith**                           |
| **applicant\_email**          | **[jsmith101@gmail.com]()**              |
| **member\_nr**                | **55579**                                |
| **product\_name**             | **Premium Share Account**                |
| **product\_type**             | **savings**                              |
| **is\_new\_member**           | **TRUE**                                 |
| **account\_status**           | **CREATED**                              |
| **account\_created\_at**      | **2024-11-12T16:11:46.629Z**             |
| **utm\_content**              | **jsmith101** (`advocate_code`)          |
| applicant\_id                 | b407904b-1269-43ac-858a-40e4255ad60d     |
| account\_nr                   | 0000690616 S 1200 Premium Share Account  |
| applicant\_phone              | +13868063214                             |
| applicant\_address            | 1405 POINT ST APT 1706                   |
| applicant\_zipCode            | 21231                                    |
| applicant\_city               | Baltimore                                |
| applicant\_state              | MD                                       |
| applicant\_employer           | Any                                      |
| applicant\_job\_title         | null                                     |
| eligibility\_criteria         | null                                     |
| eligibility\_detail           | null                                     |
| funding\_type                 | CREDIT\_CARD                             |
| funding\_amnt                 | 100                                      |
| application\_origin           | CONSUMER                                 |
| branch\_name                  | null                                     |
| branch\_user\_id              | null                                     |
| employee\_name                | null                                     |
| application\_status           | ACCEPTED                                 |
| funding\_status               | COMPLETED                                |
| application\_created\_at      | 2024-11-12T16:06:59.794Z                 |
| application\_updated\_at      | 2024-11-12T16:11:46.62Z                  |
| received\_aan                 | FALSE                                    |
| aan\_created\_at              | null                                     |
| aan\_reason                   | null                                     |
| utm\_source                   | null                                     |
| utm\_medium                   | null                                     |
| utm\_campaign                 | null                                     |
| utm\_term                     | null                                     |
| funding\_started\_at          | 2024-11-12T16:08:12.395Z                 |
| funding\_authorized\_at       | 2024-11-12T16:11:15.981Z                 |
| fraud\_check\_approved\_at    | 2024-11-12T16:11:17.666Z                 |
| account\_booked\_to\_core\_at | 2024-11-12T16:11:46.845Z                 |
| user\_id                      | b9e7cee6-b845-4216-886a-9f7f44343c91     |
| session\_id                   | 1731421638956                            |

<br />
