> 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/sub-resources/offer-events.md).

# Offer Events

**Adding multiple-event tracking, meeting the client demands to analyze and promote offer in multiple aspects.**

**Note: event\_id=1 information is related to offer information. And it won’t be able to reset is\_private and is\_end.**

## Available methods <a href="#available-methods" id="available-methods"></a>

| Methods    | HTTP method | Endpoint                                                                                                                                        | Description               |
| ---------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------- |
| **Create** |             |                                                                                                                                                 |                           |
|            | POST        | [/v1/offers/{offer\_id}/offer\_events](/api-documentation/networkapi/offers/sub-resources/offer-events/add_offer_event_of_offer.md)             | Add offer event of offer  |
| **Update** |             |                                                                                                                                                 |                           |
|            | PUT         | [/v1/offers/{offer\_id}/offer\_events/{event\_id}](/api-documentation/networkapi/offers/sub-resources/offer-events/update_the_offer_event.md)   | Update the offer event    |
| **Edit**   |             |                                                                                                                                                 |                           |
|            | PATCH       | [/v1/offers/{offer\_id}/offer\_events/{event\_id}](/api-documentation/networkapi/offers/sub-resources/offer-events/update_the_events_status.md) | Update the event’s status |
| **Get**    |             |                                                                                                                                                 |                           |
|            | GET         | [/v1/offers/{offer\_id}/offer\_events/{event\_id}](/api-documentation/networkapi/offers/sub-resources/offer-events/get_an_offer_event.md)       | Get an offer event        |
|            | GET         | [/v1/offers/{offer\_id}/offer\_events](/api-documentation/networkapi/offers/sub-resources/offer-events/get_the_offer_event.md)                  | Get the offer event       |
