---
metadata:
  - name: generator
    content: Diplodoc Platform v5.57.3
alternate:
  - https://boost.yandex.com/doc/en/ad-monetization/dev/android7/debug-panel.md
  - https://boost.yandex.com/doc/ru/ad-monetization/dev/android7/debug-panel.md
  - href: en/ad-monetization/dev/android7/debug-panel.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://boost.yandex.com/doc/en/llms.txt

<!--
Используется в Boost: boost/en/ad-monetization/dev/android
-->

# Debug Panel

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
The Debug Panel is a set of tools for testing ad integration, designed to speed up the integration of Yandex Mediation and ad launch. The panel is available as a separate interface where you can test various use cases.
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

## Getting started {#start}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
1. Install and run Mobile Ads SDK 7.0.0 or higher.
2. Call the `MobileAds.showDebugPanel(context)` method to display the Debug Panel.
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

## More about the Debug Panel {#additional}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
The Debug Panel contains sections with different information, statuses, and additional features, including:

1. App info.
2. SDK integration.
3. Integration of mediation adapters.
4. User privacy settings.
5. Additional features.
6. Creating a report with integration errors.

If there's a problem with integration, you'll see the ![](../../../_images/error.png) icon in the respective asset line. Click it to learn more.

<iframe width="300" height="700" allow="autoplay" src="https://runtime.strm.yandex.ru/player/video/vplv5otlnadtrigw2fnq?autoplay=1&mute=0&loop=1" frameborder="0" allowfullscreen></iframe>
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

### App info {#info}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
This section displays the current information about your app:

* Application ID.
* The app version.
* Operating system.
* Android API level.
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

### SDK integration {#sdk}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
This section displays the current information about the Mobile Ads SDK integration:

* SDK version: Mobile Ads SDK version installed.
* SDK integration status.

<!--
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

### Integration of mediation adapters {#adapters}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
The section is divided into three subsections: successfully integrated adapters, adapters with integration errors, and adapters that haven't been integrated.

It displays the following details for each adapter:

* Advertising network logo.
* Mediation network SDK version.
* Current adapter version.
* Latest adapter version available.
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

### User privacy settings {#conf}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
This section displays the current information about the privacy settings:

* Age Restricted User.
* Location Consent.
* User Consent.
* TCF Consent.
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

### Additional features {#func}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
This section shows additional available features and their status:

* Debug Error Indicator is an [indicator of correct native ad integration](https://boost.yandex.com/doc/en/ad-monetization/dev/android7/native.md#indicator). You can enable this feature without calling any method from the code.
  
  Using this indicator, you can find out whether the native ad integration was successful. If not, you can get debug info describing the cause of the issue.
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->

### Report with integration errors {#report}

<!-- source: en/ad-monetization/dev/_includes7/debug-panel.md -->
If the integration process ends with an error and you need troubleshooting recommendations, you can generate a report and send it to the support team.

1. At the top right of the Debug Panel, click ![](../../../_images/share.png).
2. When you click it for the first time, a dialog will pop up requesting log collection. Allow log collection.
3. Reproduce the error. The logs will now be included in the report.
4. Open the Debug Panel. Click the button in the top-right corner once again and save the file with the report.
5. Send the report to the support team.
<!-- endsource: en/ad-monetization/dev/_includes7/debug-panel.md -->
