# 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"
}
```
