> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# BlockAdsOptions

Input options for configuring ad blocking features on a Page.
Used within PageOptions.

## Definition

```graphql theme={null}
input BlockAdsOptions {
  ads: Boolean
  tracking: Boolean
  annoyances: Boolean
}
```

## Fields

### `ads`

[Boolean](/reference/graphql/scalars/boolean)

If true, attempts to block known ad-serving domains and resources. Defaults to false.

### `tracking`

[Boolean](/reference/graphql/scalars/boolean)

If true, attempts to block known tracking domains and scripts. Defaults to false.

### `annoyances`

[Boolean](/reference/graphql/scalars/boolean)

If true, attempts to block resources associated with web annoyances (e.g., pop-ups, cookie banners, if supported by the blocking engine). Defaults to false.
