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

# Product Referral Tracking Settings

> Control how the referral token travels in shared links, and tag shared product traffic with UTM parameters, per campaign.

Tracking settings control how a shared product link carries its referral token, and how the traffic it drives is labelled in your analytics. They belong to the campaign, so each product referral campaign carries its own.

## Where to Find Them

On a product referral campaign, open the **Settings** control at the top right of the campaign page and choose **Campaign settings**. Where the campaign has nothing to pause or resume, Campaign settings is a plain button rather than a menu entry.

The dialog has two sections in its side nav: **Link tracking** and **UTM parameters**.

<Frame caption="The Link tracking section of Campaign settings.">
  <img src="https://mintcdn.com/mentionme/YzmAle2ncOlJS-me/images/knowledge-app/campaigns/product-referral/settings-link-tracking.png?fit=max&auto=format&n=YzmAle2ncOlJS-me&q=85&s=561552f146619dad0272881fc5a9de0a" alt="Campaign settings dialog showing the Track referrals in the URL hash option" width="2110" height="1480" data-path="images/knowledge-app/campaigns/product-referral/settings-link-tracking.png" />
</Frame>

<Note>
  This is a different dialog from the [brand referral Campaign settings](/knowledge-app/referral/campaigns/brand-referral/campaign-settings) sheet. A product referral campaign has no referrer sharing and sends no email, so destination URLs, reply-to addresses and voucher options do not apply. Its settings dialog holds only these two sections.
</Note>

## Link Tracking

**Track referrals in the URL hash.** By default, the referral token is added to shared product URLs as a query parameter (`?mm_rf=`). Turn this on and it goes after a `#` instead (`#mm_rf=`), which keeps it out of crawlable URLs.

Leave it off if:

* Anything outside Mention Me reads the `mm_rf` query parameter, for example a GA4 configuration you have set up to report on organic sharing.
* Your product pages use the URL hash for anchors or client-side routing, where an added fragment would interfere.

## UTM Parameters

**Add UTM parameters.** Appends UTM parameters to the links this campaign's customers share, so their traffic is attributed in your analytics rather than landing under direct or organic.

Turning it on reveals three fields:

| Field          | What it says                              | Example         |
| -------------- | ----------------------------------------- | --------------- |
| `utm_source`   | Which platform the traffic came from      | `mentionme`     |
| `utm_medium`   | What kind of link it was                  | `referral`      |
| `utm_campaign` | Which activity to group the traffic under | `product-share` |

<Frame caption="The UTM parameters section, with the three fields revealed.">
  <img src="https://mintcdn.com/mentionme/YzmAle2ncOlJS-me/images/knowledge-app/campaigns/product-referral/settings-utm.png?fit=max&auto=format&n=YzmAle2ncOlJS-me&q=85&s=c26cf29476468ede04e6b49115232563" alt="UTM parameters section showing utm_source, utm_medium and utm_campaign fields" width="2146" height="1514" data-path="images/knowledge-app/campaigns/product-referral/settings-utm.png" />
</Frame>

<Note>
  Parameters already present on your product URLs are never overwritten. If a product page URL already carries a `utm_source`, the shared link keeps yours.
</Note>

## Clearing a Setting

Both settings are off unless this campaign turns them on, and the dialog only ever shows values this campaign has set. An empty field means the setting is not applied.

There is no separate "reset" action. **Blanking a field is how you clear it**, so:

* Clearing a UTM field removes it from the shared links this campaign produces.
* Switching **Add UTM parameters** off also clears all three UTM fields, rather than leaving values that would reappear if you switched it back on.

<Warning>
  If you change a UTM value part-way through a campaign, links shared before the change keep the old parameters. Your analytics will show both, so plan a naming convention before you launch rather than adjusting it later.
</Warning>

## See Also

<CardGroup cols={2}>
  <Card title="The share link" icon="link" href="/knowledge-app/referral/campaigns/product-referral/the-share-link">
    Wording, colour and size of the link on your product pages.
  </Card>

  <Card title="Product referral tag" icon="code" href="/developer-docs/integration/entry-points/product-referral">
    The tag that reads these settings.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/knowledge-app/referral/campaigns/product-referral/troubleshooting">
    When tracking isn't behaving as expected.
  </Card>

  <Card title="What product referral is" icon="circle-info" href="/knowledge-app/referral/campaigns/product-referral/what-product-referral-is">
    How the `mm_rf` parameter carries attribution.
  </Card>
</CardGroup>
