> For the complete documentation index, see [llms.txt](https://offerslook-api.gitbook.io/api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://offerslook-api.gitbook.io/api-documentation/networkapi/offers/put_batches_offers_tracking_domain.md).

# 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 | <p>Offer id</p><p>If id=0, apply to all offers</p> |

## Example request

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

## Example response

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