Skip to content

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

  1. Go to Offers > Offers Management and click Create.
  2. 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 example https://example.com?clickid={transaction_id}.
  3. Set Status to Active when the offer is ready to receive traffic.
  4. 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:

  1. Open the offer and go to the Revenue & Payout tab.
  2. Click Create to add a conversion definition.
  3. Set:
    • Conversion name, for example Purchase.
    • Revenue type: how the advertiser pays you (CPA, CPS, CPL, or Fixed).
    • 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.
  4. Click Save.

Field reference

FieldRequiredDescription
NameYesInternal label for the offer
AdvertiserYesAdvertiser this offer belongs to
Preview URLYesNon-tracked preview of the landing page
Redirect URLYesTracked destination, must include {transaction_id}
StatusYesActive, Paused, or Expired
CategoryNoClassification for reporting
DescriptionNoInternal notes
TagsNoOptional labels for filtering

Next steps