Skip to main content
POST
Create Affiliate Tracking Domain
Assign a tracking domain to an affiliate. You can apply the domain to all offers or specify individual offer IDs. Note: If is_apply_all_offers is set to true but network_offer_ids contains offer IDs, the backend will override is_apply_all_offers to false and create one assignment per offer ID.

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Path Parameters

affiliateId
integer
required

The unique affiliate ID.

Body

application/json
network_affiliate_id
integer
required

The affiliate ID.

network_tracking_domain_id
integer
required

The tracking domain ID to assign.

is_apply_all_offers
boolean
required

Whether to apply this tracking domain to all offers.

network_offer_ids
integer[]
required

List of offer IDs to apply this tracking domain to.

Response

200 - application/json
tracking_domains
object[]

List of created affiliate tracking domain assignments.