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

# Tracking Links

> How OT Tracking Links work for CPL campaigns on OnlyTraffic. Learn about tracking link types, click_id integration, and advantages over regular campaign links.

## What Are OT Tracking Links?

OT Tracking Links are special links managed by OnlyTraffic that you use to drive traffic in CPL campaigns. Instead of receiving a regular OnlyFans campaign link, the client provides you with a **hash-based tracking URL** that automatically handles campaign creation and rotation on the OnlyFans side.

<Info>
  This page covers tracking links used in **CPL orders**. RevShare smart links are a separate feature with different functionality.
</Info>

## Two Types of Tracking Links

### OT Tracking Link

Used for campaign links on **free or paid** OnlyFans pages.

* Client creates an order on your offer with campaign type "OT Tracking Link"
* You receive a tracking URL in the format: `https://ofprofile.com/go?hash=XXXXXXXX`
* Drive traffic to this link — the system automatically creates and manages OnlyFans campaigns behind the scenes

### OT Free Trial Link (FTL)

Used for **free trial links** on paid OnlyFans pages.

* Client creates an order with campaign type "OT Free Trial Link"
* You receive a tracking URL in the same format
* The system handles free trial campaign creation and link rotation automatically

## When to Use OT Links vs Regular Links

When configuring your offer, you choose which campaign types to support:

| Campaign Type          | How It Works                                              | Best For                                |
| ---------------------- | --------------------------------------------------------- | --------------------------------------- |
| Regular campaign link  | Client provides a standard OnlyFans campaign link         | Simple setups, direct promotion         |
| Regular trial link     | Client provides a standard OnlyFans trial link            | Simple trial campaigns                  |
| **OT Tracking Link**   | System generates a tracking URL with automatic management | Advanced tracking, postback integration |
| **OT Free Trial Link** | System generates a trial tracking URL                     | Trial campaigns with advanced tracking  |

<Tip>
  If you use external trackers (like Voluum, Binom, or Keitaro), choose OT Tracking Links — they support the `click_id` parameter and postback integration for accurate conversion tracking.
</Tip>

## How Tracking Links Work

<Steps>
  <Step title="Client places an order">
    The client orders fans from your offer that supports OT Tracking Links.
  </Step>

  <Step title="You receive a tracking URL">
    After accepting the order, you get a hash-based tracking URL.
  </Step>

  <Step title="Drive traffic">
    Send traffic to the tracking URL. Each visitor is redirected to the model's OnlyFans page.
  </Step>

  <Step title="System tracks everything">
    Clicks, subscriptions, and conversions are automatically tracked and attributed to your campaign.
  </Step>
</Steps>

## Click ID Parameter

You can append a `click_id` parameter to your tracking URL for integration with external trackers:

```
https://ofprofile.com/go?hash=XXXXXXXX&click_id=YOUR_CLICK_ID
```

* Maximum length: **32 characters**
* The `click_id` is stored with the click record and returned in [postback](/partners/postbacks) notifications
* Use this to match conversions back to your traffic source or campaign

<Accordion title="Example: Using click_id with an external tracker">
  If you're using an external tracker, generate a unique click ID for each visitor and append it to the tracking URL:

  ```
  https://ofprofile.com/go?hash=abc123&click_id=tr_98765
  ```

  When a conversion happens, OnlyTraffic sends a postback to your tracker with the same `click_id`, allowing you to attribute the conversion to the exact click.
</Accordion>

## Advantages of OT Tracking Links

<CardGroup cols={2}>
  <Card title="Automatic link management" icon="gears">
    No need to manually create OnlyFans campaigns. The system handles campaign creation and link rotation automatically.
  </Card>

  <Card title="Click tracking" icon="chart-line">
    Every click is tracked with detailed metrics: click count, conversion rate, and timestamps.
  </Card>

  <Card title="Postback integration" icon="rotate">
    Receive real-time notifications for new subscribers and transactions. See [Postbacks](/partners/postbacks).
  </Card>

  <Card title="External tracker support" icon="link">
    Use the `click_id` parameter to integrate with any external tracking platform.
  </Card>
</CardGroup>

<Warning>
  There is a rate limit on tracking link clicks to prevent abuse. The system allows **1 click per 5 minutes per campaign**. Clicks exceeding this limit are redirected to your fallback URL (if configured).
</Warning>
