# AdBreak Media Docs

## AdBreak Media

- [Quickstart](https://docs.adbreakmedia.com/quickstart.md): This guide will walk you through the steps you need to take to start monetizing with AdBreak Media. Start by learning how to integrate the AdBreak Media Offer wall & API
- [Account Setup](https://docs.adbreakmedia.com/monetization/account-setup.md): Let us guide you through the step-by-step process of setting up your account and unlocking your earning potential with AdBreak Media.
- [Postback](https://docs.adbreakmedia.com/monetization/postback.md): Experience a seamless journey towards setting up your own Postback as we walk you through each step, providing comprehensive guidance along the way.
- [Web Offerwall](https://docs.adbreakmedia.com/monetization/web-offerwall.md): Integrating Adbreakmedia's offerwall into your website is a quick and simple process, follow this guide, it just take few minutes
- [API Reference](https://docs.adbreakmedia.com/monetization/api-reference.md)
- [Client API](https://docs.adbreakmedia.com/monetization/api-reference/client-api.md): The following api is for client side only, meaning you can directly integrate our offers on your client side using javascript or similar code/framework
- [Static API](https://docs.adbreakmedia.com/monetization/api-reference/static-api.md): Static APIs allow server-side data retrieval. Utilize these APIs to fetch offers directly on your server.
- [Account Setup](https://docs.adbreakmedia.com/advertising/account-setup.md): Let us guide you through the step-by-step process of showcasing your brand and maximizing your reach with AdBreak Media.
- [Create Campaign](https://docs.adbreakmedia.com/advertising/create-campaign.md): Creating Campaign is simple and straight-forward process, let us guide you step by step on how and what to do!
- [Postback](https://docs.adbreakmedia.com/advertising/postback.md): Setting up the global postback is straightforward. See below for a detailed guide on postback setup.
- [Publisher Reporting API](https://docs.adbreakmedia.com/reporting/publisher-reporting-api.md): Track user activity & access detailed conversion/reversal info via our publisher API. Stay informed & make data-driven decisions effortlessly.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.adbreakmedia.com/quickstart.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.
