# Ad Blocking

Our dashboard allows you to block creatives via four OpenRTB specified attributes:

1. Advertiser Domain Blocks (badv)
2. Ad Category Blocks (bcat)
3. Creative Attribute Blocks (battr)
4. Creative ID (crid) Blocks

These can applied per-domain or account-wide.

### Per-domain Blocking

Log into your dashboard and click "Settings" in the top menu. Then go to **Ad Blocks & Controls**:

1. On the left, type in the name of the website you are blocking ads on, e.g. "newsfinance.com" (this is the publisher site). Click "Add Publisher Site". This will reveal a box or dropdown on the right.
2. On the right, select categories to block for that publisher (under "Ad Category Blocks"), or add advertiser domains ("adomains") under "Advertiser Domain Blocks".

### Account-wide Blocks

You can also implement account-wide blocks by going to **Account > Ad Settings & Blocks**. These blocks will be combined with the blocks defined per-domain:


---

# 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://developers.panxo.ai/dashboard-and-reporting/ad-blocking.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.
