Event
Partner Approved for Offer
Fired when a partner receives approval to run an offer. This typically occurs when the network grants offer visibility or approves an offer application for a specific partner.Payload Structure
This webhook uses a custom envelope payload that contains top-level metadata fields along with full nestedoffer and affiliate objects.
Top-Level Fields
| Field | Type | Description |
|---|---|---|
offer_id | integer | The offer the partner was approved for |
affiliate_id | integer | The partner who was approved |
event_time | integer | Unix timestamp of when the approval occurred |
webhook_generation_time | integer | Unix timestamp of when the webhook payload was generated |
Nested Objects
offer
Contains the full offer object matching the Find Offer By ID response structure, with the targeting relationship included. This is the same payload structure used by Offer Created/Updated webhooks.
Key fields include:
network_offer_id,name,offer_statusnetwork_advertiser_id,currency_iddestination_url,preview_urlvisibility,daily_conversion_cap,weekly_conversion_cap,monthly_conversion_cap,global_conversion_captargetingrelationship object
affiliate
Contains the full affiliate object matching the Find Affiliate By ID response structure.
Key fields include:
network_affiliate_id,name,account_statusnetwork_id,default_currency_idnetwork_traffic_source_idtime_created,time_saved
