---
metadata:
  - name: generator
    content: Diplodoc Platform v5.56.0
alternate:
  - https://yandex.com/dev/rtb/doc/en/ssp/disclaimer.md
  - https://yandex.com/dev/rtb/doc/ru/ssp/disclaimer.md
  - href: https://yandex.com/dev/rtb/doc/en/ssp/disclaimer.md
    type: text/markdown
    title: Markdown version
  - href: https://yandex.com/dev/rtb/doc/en/llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/rtb/doc/en/llms.txt

# Disclaimers

Under the Russian Federal Law No. 38-FZ "On Advertising", ads for certain products and services must include a disclaimer. Specific requirements for disclaimers vary by ad category:

- For dietary supplements and alcoholic beverages, the disclaimer is required and must cover at least 10% of the banner area.
- For medical products, the disclaimer ("Consult a doctor") is required and must cover at least 5% of the banner area.
- For real estate and other regulated categories, the disclaimer is required and must be clearly visible during an ad impression.

## Banner ads

This format supports ad serving with any type of disclaimer. Partners don't have to worry about legal compliance because we handle full creative rendering to meet all regulatory standards.

Partners are only required not to resize the WebView after our markup is applied.

{% cut "Sample banner with a disclaimer" %}

![](../_images/banner-disclaimer-example.jpeg)

{% endcut %}


## Native ads

By default, ads with disclaimers are disabled for new partners. To enable these ads:

- The SSP partner must comply with all legal requirements.
- Yandex DSP verifies that creatives render correctly.
- Yandex DSP activates this demand for the partner.

#### Sample response with a disclaimer

JSON object for native ads:
- `seatbid.bid.adm.native.ext.disclaimer`: Object that contains all disclaimer information, where:
    - `percent`: Specifies the disclaimer-to-ad size ratio as a percentage.
    - `text`: Contains the disclaimer text.

``` json
{
  "native": {
    "ext": {
      "advertiserinfo": "ID #105568659",
      "disclaimer": {
        "percent": 5,
        "text": "Some medicine disclaimer",
        "isEcom": false
      }
    }
  }
}
```

{% cut "Examples of native ads with disclaimers" %}

![](../_images/native-disclaimer-expample-1.jpg) ![](../_images/native-disclaimer-expample-2.jpg)

{% endcut %}


## Video ads

By default, ads with disclaimers are disabled for new partners. To enable these ads:

- The SSP partner must comply with all legal requirements.
- Yandex DSP verifies that creatives render correctly.
- Yandex DSP activates this demand source for the partner.

#### Sample response with a disclaimer

JSON object for video ads:
- `seatbid.bid.ext.disclaimer`: Object with all required information about the disclaimer, where:
    - `percent`: Specifies the disclaimer-to-ad size ratio as a percentage.
    - `text`: Contains the disclaimer text.

``` json
{
  "bid": [
    {
      "ext": {
        "disclaimer": {
          "percent": 5,
          "text": "Some medicine disclaimer"
        }
      }
    }
  ]
}
```

## How to calculate the disclaimer area

{% note alert %}

Disclaimer area is calculated based on character size, not the empty space around the text.

{% endnote %}

{% cut "Correct calculation" %}

![](../_images/correct_disclaimer.png)

{% endcut %}


{% cut "Incorrect calculation" %}

![](../_images/incorrect_disclaimer.png)

{% endcut %}

