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

# Tracking

For each offer, whenever the user clicks on it, partners must direct users to a Playback tracking link. This allows Playback to track clicks, attribute downstream events, and trigger the correct postbacks.

The offers endpoint will return a tracking link for the offer with the partnerId and offerId parameters prefilled. You just have to add the userId and any optional parameters you may want

## Tracking Parameters

For a complete schema definition of the tracking link, see the [clicks endpoint](/api-reference/tracking/activate-a-partner-offer) reference page.

| **Parameter** | **Detail**                                                                                                 | **Format** | **Type**     |
| ------------- | ---------------------------------------------------------------------------------------------------------- | ---------- | ------------ |
| `partnerId`   | Partner ID (5 characters)                                                                                  | `String`   | **Required** |
| `offerId`     | The offer ID                                                                                               | `String`   | **Required** |
| `userId`      | The user ID                                                                                                | `String`   | **Required** |
| `adId`        | Optional mobile advertising identifier supplied by the caller (for example GAID on Android or IDFA on iOS) | `String`   | Optional     |
| `sub1`        | Optional sub-affiliate parameter 1 (pass-through to partner postback)                                      | `String`   | Optional     |
| `sub2`        | Optional sub-affiliate parameter 2 (pass-through to partner postback)                                      | `String`   | Optional     |
| `sub3`        | Optional sub-affiliate parameter 3 (pass-through to partner postback)                                      | `String`   | Optional     |

**Example Tracking URL:**

`https://track.playbacktracking.com/v1/clicks?partnerId=gna4z&offerId=cRHvgUhIvjPg0P5ZEpxl&userId=1f9edfff-4b2c-43d6-91f7-f75415b497f18`
