Create an offer
An offer is the core unit of a campaign in Integr8. It defines the product being promoted, the tracking link structure, and the payout rules for publishers. This guide walks you through creating your first offer and wiring up its revenue and payout.
Before you begin
- Create the advertiser the offer belongs to. See Create an advertiser.
- Have the destination URL ready, including the macro your advertiser uses to receive the click ID.
Add the offer
- Go to Offers > Offers Management and click Create.
- Fill in the required fields:
- Name: a clear internal label, for example
Brand X CPA UK. - Advertiser: select from the dropdown.
- Preview URL: the offer landing page for preview only (not tracked).
- Redirect URL: the destination URL with the
{transaction_id}macro appended, for examplehttps://example.com?clickid={transaction_id}.
- Name: a clear internal label, for example
- Set Status to
Activewhen the offer is ready to receive traffic. - Click Save.
Always include {transaction_id} in the redirect URL. The advertiser’s system passes this value back on conversion, and Integr8 uses it to match the click to the conversion.
Configure revenue and payout
After creating the offer, set up the conversion payout:
- Open the offer and go to the Revenue & Payout tab.
- Click Create to add a conversion definition.
- Set:
- Conversion name, for example
Purchase. - Revenue type: how the advertiser pays you (
CPA,CPS,CPL, orFixed). - Revenue value: amount or percentage.
- Payout type: how you pay publishers. Can differ from the revenue type.
- Payout value: amount or percentage.
- Currency: select from the dropdown.
- Conversion name, for example
- Click Save.
Field reference
| Field | Required | Description |
|---|---|---|
| Name | Yes | Internal label for the offer |
| Advertiser | Yes | Advertiser this offer belongs to |
| Preview URL | Yes | Non-tracked preview of the landing page |
| Redirect URL | Yes | Tracked destination, must include {transaction_id} |
| Status | Yes | Active, Paused, or Expired |
| Category | No | Classification for reporting |
| Description | No | Internal notes |
| Tags | No | Optional labels for filtering |
Next steps
- Generate a tracking link for publishers.
- Set up postback tracking so conversions flow back to publishers.