# Simple offer creation

Before you start adding the offer to Trackwill, you need to have the offer URL accessible for quick reference.

To add the offer to the Trackwill platform, perform the following steps:

1. Go to the **Offers** tab
2. And click **Create** button

![](https://1654950543-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnCHMNqMqBJ0JbGpOR2%2F-LwOHVaf7j4UQXj3rzoJ%2F-LwOHc7Jg5NizZ6dSizA%2F%D0%B3%D0%B8%D1%84%201%20\(1\).gif?alt=media\&token=fa3d1c82-0852-4adc-bb99-9651c33db8b3)

In the **Offer Creation** popup you need to:

1. Set **offer name;**
2. Set **workgroup;**
3. Set **offer URL.**

![](https://1654950543-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnCHMNqMqBJ0JbGpOR2%2F-LvHrb2W0tomO7IqGV8M%2F-LvI8LGur_-M5eaPzpX8%2Fimage.png?alt=media\&token=fd6111ff-311d-4988-8330-006602b2d905)

> Trackwill note: Without thouse 3 simple steps you will not be able to save an offer in Trackwill.

### URL and Available tokens to use

In the offer URL, you can use tokens. For example, the {campaign.id} token passes the campaign id. Thus, if the advertiser is not satisfied with the quality of the traffic, he can tell you which campaign the "bad" traffic is coming from.

![](https://1654950543-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnCHMNqMqBJ0JbGpOR2%2F-LvHrb2W0tomO7IqGV8M%2F-LvIAGgAB2QcJGP3GSbQ%2Fimage.png?alt=media\&token=c55a91d4-f1de-4203-bbb8-c42c0a43605d)

Be sure to add the {click.id} token, otherwise on the network all conversions will be with an empty clickid and Postback will not return to the tracker, so you won’t have conversions. For example, your link to the offer URL will look like: <https://trackwill-testoffer.com/?click_id={click.id}> . You can click on the token buttons under the URL input field and the parameter along with the token will automatically be added to the URL. When you click this button again, the parameter with the token will be removed from the URL.

### Affiliate network templates

![](https://1654950543-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LnCHMNqMqBJ0JbGpOR2%2F-LvHrb2W0tomO7IqGV8M%2F-LvIChVn_XMV9s_bbXlE%2Fimage.png?alt=media\&token=d1da6ef0-46f8-4ce3-8ab7-16d91ce8b27c)

You can configure tokens for a group of offers by using **Affiliate network** - in this case, you do not need to manually enter tokens for each offer from one affiliate network. Before use this feature you need to create Affiliate Network template first. Go to the appropriate section of the document to learn how to do this.

When the offer configuration is done click **Save** button.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trackwill.com/offers/simple-offer-creation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
