> For the complete documentation index, see [llms.txt](https://docs.exads.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exads.com/general/videos.md).

# Videos

Short video walkthroughs of the Admin Panel for Advertisers and Publishers.

These videos walk through the most common tasks in the Admin Panel, grouped by role. For written step-by-step instructions, see the Advertisers and Publishers sections.

## Advertisers <a href="#a-dvertisers" id="a-dvertisers"></a>

### Creating a Campaign <a href="#creating-a-campaign" id="creating-a-campaign"></a>

Create a campaign in the **Admin Panel**.

{% embed url="<https://youtu.be/H-vlmn6leRQ>" %}

### Using the Bidder <a href="#using-the-bidder" id="using-the-bidder"></a>

Use the **Bidder** to adjust bids automatically, favoring zones that convert and blocking those that don't.

{% embed url="<https://youtu.be/WyPmkYGy3qs>" %}

### Understanding Pricing Models <a href="#understanding-pricing-models" id="understanding-pricing-models"></a>

Understand the available pricing models and choose the right one.

{% embed url="<https://youtu.be/swzkXlFxZLk>" %}

### Tracking Conversions <a href="#conversion-tracking" id="conversion-tracking"></a>

Track user activity on your site with the Conversion Tracking API (S2S) and pixel tracking.

{% embed url="<https://youtu.be/5rnF0-VWV6Q>" %}

## Publishers <a href="#publishers" id="publishers"></a>

### Creating Sites and Zones <a href="#creating-sites-and-zones" id="creating-sites-and-zones"></a>

Create Sites and Zones from the **Sites and Zones** tab.

{% embed url="<https://youtu.be/-WMJWJv0pXk>" %}

### Using Tags <a href="#using-tags" id="using-tags"></a>

Use Ad Tags in your Ad Zones.

{% embed url="<https://youtu.be/y7xe1LB0opE>" %}

### Using SubIDs <a href="#using-subids" id="using-subids"></a>

Use SubIDs to segment traffic.

{% embed url="<https://youtu.be/ndoPhqhTMBk>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.exads.com/general/videos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
