Skip to main content
Advertiser webhooks notify your endpoint when changes occur to advertiser accounts in your network.

Events

Advertiser Created

Fired when a new advertiser is created at the top level. This event does not fire when creating additional users for an existing advertiser. Payload: Matches the Find Advertiser By ID endpoint response with users and billing relationships.

Advertiser Updated

Fired when the advertiser record itself is updated. Triggers include:
  • Account manager changes
  • Address updates
  • Billing modifications
Does NOT trigger for:
  • Partner blacklist additions
  • Link template additions
  • Advertiser user changes
Payload: Same structure as Advertiser Created.

Advertiser Signed Up

Fired when an advertiser self-registers via the advertiser signup form. Does not fire when an advertiser is manually created in the UI. Payload: Includes users, billing, and signup relationships with additional signup-specific data.

Payload Fields

All advertiser webhook payloads include:

Relationship Objects

  • users: Array of advertiser user accounts
  • billing: Billing configuration and payment terms
  • account_manager: Assigned account manager details
  • contact_address: Business contact address
  • signup (Signed Up event only): Signup form data including website URL, referral code, and promotional information

Example Payload (Created / Updated)

Example Payload (Signed Up)

The Signed Up event includes the same base structure as Created/Updated, with an additional sign_up relationship: