v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Tracking Domains

Create Affiliate Tracking Domain

post/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.

is_apply_all_offersboolean required

Whether to apply this tracking domain to all offers.

network_offer_idsinteger[] required

List of offer IDs to apply this tracking domain to.

Response

Example response

{
  "tracking_domains": [
    {
      "relationship": {
        "tracking_domain": {
          "time_created": 1734455015,
          "time_saved": 1734455015
        }
      }
    }
  ]
}