# Create Campaign

### Filling information

<table><thead><tr><th width="239">Fields</th><th>Information</th></tr></thead><tbody><tr><td>Upload Icon</td><td>This option allows you to manually upload your icons</td></tr><tr><td>Icon Url</td><td>if you have direct icon url, instead of uploading the Icon, you can directly paste your icon url</td></tr><tr><td>Campaign Name</td><td>This is your app/website name for which the campaign  is running.</td></tr><tr><td>Description</td><td>The basic description of you app/website</td></tr><tr><td>Url</td><td>This is the tracking url, this is responsible for tracking conversions, check bellow on how to configure tracking url</td></tr><tr><td>Preview Url</td><td>Your App/Website direct link</td></tr><tr><td>Targetted Conversion</td><td>Number of total conversions that you are willing to get from this campaign </td></tr><tr><td>Conversions per day</td><td>This is optional, if set, your campaign  will get paused for the remaining day once the threshold is reached.</td></tr><tr><td>Targetted Country</td><td>Choose in which country you would like the campaign to show, you can choose multiple</td></tr><tr><td>Category</td><td>Choose one category depending on your app/website type</td></tr><tr><td>SubCategories</td><td>You can choose multiple subcategories, maximum 2, this describes your App/Website feature</td></tr><tr><td>Device</td><td>Choose in which devices, you would like to run your campaign </td></tr><tr><td>Start &#x26; End Date</td><td>Optional, if you would like to start or end the campaign in specific date, you can select the range of start and end date</td></tr><tr><td>Multievent</td><td>choose true/false, if selected true, you will get a button to create multiple events</td></tr><tr><td>Event-Action</td><td>Requirement of the event which leads to conversion/completion</td></tr><tr><td>Event-Payout</td><td>Amount in USD per successful conversion/completion of the specific event</td></tr><tr><td>Event-ID</td><td>On Multi-event only : this is the event id which is needed on postback, you need to return this event id on s2s postback</td></tr></tbody></table>

### Tracking URL setup

Here are the supported params for tracking url

<table><thead><tr><th width="217">Params</th><th>Description</th></tr></thead><tbody><tr><td>[YOUR_CLICK_ID]</td><td>This is the param for click id that will be passed along with your tracking url and you need to send this back though s2s postback call on each conversion/event complete.</td></tr><tr><td>[YOUR_SOURCE_ID]</td><td>This is the param for traffic source, you can use this to measure the traffic quality or ask us to increase/decrease/stop traffic on this source.</td></tr></tbody></table>

> Example Tracking Url : \
> <https://yourdomain.com/tracking?clickId=[YOUR_CLICK_ID]&source=[YOUR_SOURCE_ID]>

{% hint style="info" %}

#### Hint:

For prompt assistance with campaign setup or tracking URL configuration, please feel free to contact us at <business@adbreakmedia.com> . We are committed to providing you with timely support.
{% endhint %}


---

# 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.adbreakmedia.com/advertising/create-campaign.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.
