Setting offers’Tracking Domain

HTTP method

Endpoint

PUT

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

Path parameters

Parameter

Description

domian_id

The unique id for the tracking domain

offer_ids

Offer id

If id=0, apply to all offers

Example request

Request PUT https://{networkname}.api.offerslook.com/v1/domains/batches/offers/111/112,113

Example response

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

Last updated