Skip to main content
Offer webhooks notify your endpoint when changes occur to offers in your network.

Events

Offer Created

Fired when a new offer is created. This event does not fire when related objects are created (e.g., new offer URLs, Smart Links, or creatives). Payload: Matches the Find Offer By ID endpoint response with the targeting relationship always included.

Offer Updated

Fired when the offer itself is modified. Triggers include:
  • Name or description changes
  • Payout/revenue setting additions or modifications
  • Cap configuration changes
  • Fail traffic setting adjustments
Does NOT trigger for:
  • Partner visibility grants
  • Offer group modifications
  • Custom payout/revenue for specific partners
  • New or modified offer URLs
Payload: Same structure as Offer Created (includes targeting relationship).

Payload Fields

FieldTypeDescription
network_offer_idintegerUnique offer identifier
network_idintegerNetwork identifier
network_advertiser_idintegerAssociated advertiser
namestringOffer name
offer_statusstringStatus (active, paused, pending)
currency_idstringCurrency code
destination_urlstringDefault destination URL
preview_urlstringPreview URL
visibilitystringVisibility level
daily_conversion_capintegerDaily conversion cap
weekly_conversion_capintegerWeekly conversion cap
monthly_conversion_capintegerMonthly conversion cap
global_conversion_capintegerLifetime conversion cap

Relationship Objects

  • targeting: Offer targeting configuration (always included in webhook payloads)
  • category: Offer category details
  • labels: Applied labels
  • payouts: Payout/revenue entries
  • channels: Associated channels
  • thumbnail_asset: Thumbnail image details

Example Payload