> For the complete documentation index, see [llms.txt](https://integrations.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.impact.com/integration-guides/for-brands/advocate/advocate-tracking-integrations/implement-with-utt-for-advocate.md).

# Implement with UTT for Advocate

The UTT integration uses a small JavaScript tag added to your website or landing page that tracks conversions and sends the information to impact.com. To get started, choose **No integration** as your integration type in the setup checklist.

## Prerequisites

Use this guide to help you set up UTT tracking for Advocate when:

* You already have a Performance program.
* You have [cross-program tracking](https://help.impact.com/en/support/solutions/articles/48001235079-enable-cross-program-tracking) enabled between your Advocate and Performance programs.
* You're adding a new Advocate program from the in-app prompt and checklist.
* You aren't using another integration—like Shopify, Salesforce, or HubSpot—to send conversion events to impact.com.

{% hint style="warning" %}
**Important:** If your impact.com-assigned Implementation Engineer provided you with a Technical Implementation Plan, please follow the instructions provided in that document instead.
{% endhint %}

{% stepper %}
{% step %}

### \[Optional] Install the Universal Tracking Tag (UTT)

<details open>

<summary>Locate and copy the UTT</summary>

If you have a Performance or Creator program, you may already have the UTT installed. Check your website before continuing.

The UTT script you must install is specific to your account. Retrieve it from your impact.com account, then install it on your website.

#### Find your UTT script

1. Sign in to your impact.com account.
2. From the top navigation menu, select ![](/files/UDyrrRTGbHJFFllCZxyw) **\[User profile] → Settings**.
3. On the right, under *Tracking*, select [**General**](https://app.impact.com/secure/advertiser/fr/general-tracking-settings.ihtml).
4. Copy the Universal Tracking Tag.

***

#### Add it to your website

We recommend placing the tracking tag in your website HTML rather than on a specific web page.

1. Go to the `head` tag of your website's HTML.
2. Paste the UTT script.

</details>
{% endstep %}

{% step %}

### Review your Microsite

Use microsites to give your customer advocates an easy way to interact with your Advocate program and start sharing.

You’ll need to:

1. [Customize the appearance of your microsite](https://help.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participant-experiences/microsite-experiences/customize-microsite-layouts-and-pages).
2. Share the microsite URL with your Advocates when you launch the program.
   {% endstep %}

{% step %}

### Set up your cash rewards

Your customer advocate can be rewarded with cash payouts. Confirm that your impact.com account is [adequately funded](https://help.impact.com/en/support/solutions/articles/48001235908-deposit-funds-into-your-account).
{% endstep %}

{% step %}

### Test your setup

Finally, [test](https://integrations.impact.com/impact-brand/docs/end-to-end-testing-for-advocate) your setup to make sure that referrals are tracked and rewarded as you expect.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://integrations.impact.com/integration-guides/for-brands/advocate/advocate-tracking-integrations/implement-with-utt-for-advocate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
