v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Tracking Domains

Update Affiliate Tracking Domain

put/networks/affiliates/{affiliateId}/trackingdomains

Path parameters

affiliateIdinteger required

The unique affiliate ID.

Request body

network_affiliate_idinteger required

The affiliate ID.

network_tracking_domain_idinteger required

The tracking domain ID to assign.

network_affiliate_tracking_domain_idinteger required

The ID of the affiliate tracking domain assignment to update.

is_apply_all_offersboolean required

Whether to apply this tracking domain to all offers.

network_offer_idinteger required

The offer ID to apply this tracking domain to.

Response

network_affiliate_tracking_domain_idinteger

Unique affiliate tracking domain assignment ID.

network_idinteger

Network ID.

network_affiliate_idinteger

Affiliate ID.

network_tracking_domain_idinteger

Tracking domain ID.

is_apply_all_offersboolean

Whether this tracking domain applies to all offers.

network_offer_idinteger

The specific offer ID this domain is applied to.

Example response

{
  "relationship": {
    "tracking_domain": {
      "time_created": 1734455015,
      "time_saved": 1734455015
    }
  }
}