Setting offer Tracking Domain for an affiliate

HTTP method

Endpoint

PUT

v1/domains/batches/affiliate/offers/{affiliate_id}/{domian_id}/{offer_ids}

Path parameters

Parameter

Description

affiliate_id

Affiliate id

domian_id

The unique id for the tracking domain

offer_ids

Offer id;</br>If id=0, apply to all offers

Example request

Request GET https://{networkname}.api.offerslook.com/v1/domains/batches/affiliate/offers/148/884/0

Request GET https://{networkname}.api.offerslook.com/v1/domains/batches/affiliate/offers/148/884/111,222,333

Example response

{
    "code": 0,
    "message": "Success"
}

Last updated