Tracking links
A tracking link is the URL you give to publishers. Every click on that URL is logged in Integr8 with a unique transaction_id that is later matched to a conversion. This guide walks you through generating one and explains the parameters you can pass.
Before you begin
- Create an offer with a redirect URL that includes the
{transaction_id}macro. - Add at least one publisher in Publishers > Publishers Management.
Generate a tracking link
You can generate a tracking link from two places. Both produce the same URL.
From the Offers list:
- Go to Offers > Offers Management.
- Click the tracking link icon next to the offer.
- Select a Publisher, set a Sub ID (optional but recommended for source tracking), and choose a Domain.
- Append
&external_transaction_id=PUBLISHER_CLICK_IDto pass the publisher’s own click ID through. - Copy the generated link and share it with the publisher.
From inside an offer:
- Open the offer and scroll down to the Generate Tracking Link card.
- Select the link type, publisher, sub ID, landing page, and domain.
- Add any additional parameters.
- Copy and share the link.
Tracking link types
| Type | Use case |
|---|---|
| Standard | Default for most integrations. |
| JavaScript | Adds browser fingerprinting for stronger fraud detection. Recommended when the publisher’s traffic source supports JavaScript. |
| Test | Ignores caps and targeting. Use to verify setup before going live. |
Tracking link parameters
| Parameter | Description |
|---|---|
offer | Offer ID |
publisher | Publisher ID |
sub_id | Sub-publisher identifier for source attribution |
external_transaction_id | Publisher’s own click ID, returned in the conversion postback |
lp | Landing page ID. Optional, uses the offer default if omitted. |
Example
https://track.yourdomain.com/?offer=42&publisher=7&sub_id=newsletter&external_transaction_id=CLICK_ID_HERENext steps
- Configure conversion tracking so postbacks match clicks to conversions.
- Enable JavaScript tracking for fingerprinting.
- Use a custom tracking domain instead of the default Integr8 domain.