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

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


## Step 1. Add an app {#step-1}

> _Role: monetization manager / app developer_

Monetization is available for apps from the following stores:

- the App Store
- Google Play
- Huawei AppGallery
- Xiaomi (getapp.store)
- RuStore

To learn how to add an app, see [Adding an app](https://boost.yandex.ru/doc/en/ad-monetization/monetization/app/add.md#add-app).


## Step 2. Pass moderation {#step-2}

Once you've added your app, it'll be automatically queued for moderation, and you'll need to wait for it to get approved. For more information, see [App moderation](https://boost.yandex.ru/doc/en/ad-monetization/payments/app-moderation.md).

## Step 3. Verify that you're the owner of the app {#step-3}

> _Role: monetization manager / app developer_

[Verify your app](https://boost.yandex.ru/doc/en/ad-monetization/monetization/app/add.md#verify-app) using the developer's email or site specified in the app store.

One of the ways to do that is by using the app-ads.txt file. Learn about [app-ads.txt](https://boost.yandex.ru/doc/en/ad-monetization/monetization/app/ads-txt.md) and how to configure it.

 
## Step 4. Add an ad unit {#step-4}

> _Role: monetization manager / app developer_

The following ad formats are available in the Boost:

<div class="image-container">
  <img
    src="https://yastatic.net/s3/doc-binary/src/support/mobile-ads/en/add-format-shemes-en.svg"
    alt="Ad formats"
    width="999"
    height="307"
  >
  <!-- 7 кликабельных зон со ссылками -->
  <a href="monetization/ad-unit/interstitial" class="click-area" target="_blank"></a>
  <a href="monetization/ad-unit/rewarded" class="click-area" target="_blank"></a>
  <a href="monetization/ad-unit/native" class="click-area" target="_blank"></a>
  <a href="monetization/ad-unit/app-open-ads" class="click-area" target="_blank"></a>
  <a href="monetization/ad-unit/feed" class="click-area" target="_blank"></a>
  <a href="monetization/ad-unit/instream" class="click-area" target="_blank"></a>
  <a href="monetization/ad-unit/banner" class="click-area" target="_blank"></a>
</div>



After adding the app, create an ad unit of the required format: enter its name and specify the necessary settings.

Once created, the unit is assigned a unique ID in the following format: `R-M-0000000-0`.

For detailed instructions on how to create units of different formats, see [Creating ad units](https://boost.yandex.ru/doc/en/ad-monetization/monetization/formats.yaml).


{% note info "Resource Quality" %}

Impressions on high-quality sites are paid at a higher rate. To learn how to improve your site’s quality, see the section [Improving resource quality and increasing ad revenue](https://boost.yandex.ru/doc/en/ad-monetization/monetization/quality/index.md).

{% endnote %}


## Step 5. Integrate the SDK {#step-5}

> _Role: app developer_

Depending on the platform, determine the monetization method and integrate ad units into the app code:

![](./monetization/_images/integration.svg)

{% list tabs %}

- Android

  {% cut "Checklist 1. Yandex Mediation (all networks)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/android.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:
         - Use Android Studio 2021 or higher.
         - Check that your app's build file uses the following values:
         
           - minSdkVersion 21 or higher.
           - compileSdkVersion 31 or higher.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/android.md -->
    2. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/quick-start-mm.md#integration) the single build dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 2. Yandex Mediation (connecting individual adapters)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/android.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:
         - Use Android Studio 2021 or higher.
         - Check that your app's build file uses the following values:
         
           - minSdkVersion 21 or higher.
           - compileSdkVersion 31 or higher.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/android.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. Connect the required [adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/list-network.md) separately using the appropriate packages.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 3. Third-party mediation" %}

    Connect the adapter: to integrate ad units into Google AdMob, use the [Yandex Mobile Ads SDK adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/third-party-mediation.md). To integrate with a different ad exchange, use its [native adapter](https://boost.yandex.ru/doc/en/ad-monetization/monetization/third-party-mediation.md).

  {% endcut %}

  {% cut "Checklist 4. Direct SDK call" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/android.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:
         - Use Android Studio 2021 or higher.
         - Check that your app's build file uses the following values:
         
           - minSdkVersion 21 or higher.
           - compileSdkVersion 31 or higher.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/android.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/android/demo-blocks.md) integration.

  {% endcut %}

- iOS

  {% cut "Checklist 1. Yandex Mediation (all networks)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/ios.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements: use iOS 13 or higher for integration.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/ios.md -->
    2. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/quick-start-mm.md#integration) the single build dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 2. Yandex Mediation (connecting individual adapters)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/ios.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements: use iOS 13 or higher for integration.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/ios.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. Connect the required [adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/list-network.md) separately using the appropriate packages.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 3. Third-party mediation" %}

    Connect the adapter: to integrate ad units into Google AdMob, use the [Yandex Mobile Ads SDK adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/third-party-mediation.md). To integrate with a different ad exchange, use its [native adapter](https://boost.yandex.ru/doc/en/ad-monetization/monetization/third-party-mediation.md).

  {% endcut %}

  {% cut "Checklist 4. Direct SDK call" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/ios.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements: use iOS 13 or higher for integration.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/ios.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/ios/demo-blocks.md) integration.

  {% endcut %}

- Unity Ads

  {% cut "Checklist 1. Yandex Mediation (all networks)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/unity.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:
       - To use this SDK, your app's Target API Level must be set to 31 or above.
       - To load any type of ad, iOS version 13 or higher is required.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/unity.md -->
    2. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/quick-start-mm.md#integration) the single build dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/quick-start.md) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 2. Yandex Mediation (connecting individual adapters)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/unity.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:
       - To use this SDK, your app's Target API Level must be set to 31 or above.
       - To load any type of ad, iOS version 13 or higher is required.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/unity.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/quick-start.md) the Yandex Mobile Ads SDK.
    4. Connect the required [adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/list-network.md) separately using the appropriate packages.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 3. Third-party mediation" %}

    Connect the adapter: to integrate ad units into Google AdMob, use the [Yandex Mobile Ads SDK adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/third-party-mediation.md). To integrate with a different ad exchange, use its [native adapter](https://boost.yandex.ru/doc/en/ad-monetization/monetization/third-party-mediation.md).

  {% endcut %}

  {% cut "Checklist 4. Direct SDK call" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/unity.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:
       - To use this SDK, your app's Target API Level must be set to 31 or above.
       - To load any type of ad, iOS version 13 or higher is required.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/unity.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/quick-start.md) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/unity/demo-blocks.md) integration.

  {% endcut %}

- Flutter

  {% cut "Checklist 1. Yandex Mediation (all networks)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/flutter.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher. 

           - Check that your app's build file uses the following values:

             * minSdkVersion 21 or higher.
             * compileSdkVersion 31 or higher.

         - **iOS**
           
           * Use iOS 13 or higher. 
         
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/flutter.md -->
    2. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/quick-start-mm.md#integration) the single build dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 2. Yandex Mediation (connecting individual adapters)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/flutter.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher. 

           - Check that your app's build file uses the following values:

             * minSdkVersion 21 or higher.
             * compileSdkVersion 31 or higher.

         - **iOS**
           
           * Use iOS 13 or higher. 
         
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/flutter.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. Connect the required [adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/list-network.md) separately using the appropriate packages.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 3. Direct SDK call" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/flutter.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher. 

           - Check that your app's build file uses the following values:

             * minSdkVersion 21 or higher.
             * compileSdkVersion 31 or higher.

         - **iOS**
           
           * Use iOS 13 or higher. 
         
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/flutter.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/flutter/demo-blocks.md) integration.

  {% endcut %}

- React Native

  {% cut "Checklist 1. Yandex Mediation (all networks)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/react-native.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher. 

           - Check that your app's build file uses the following values:

             * minSdkVersion 23 or higher.
             * compileSdkVersion 34 or higher.

           - To load any type of ad, Android version 4.1 or higher is required.
           - Video ads are only served for devices with Android 5 or higher.  

         - **iOS**

           - Use iOS 13 or higher. 
           - Use Xcode 16.4 or higher.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/react-native.md -->
    2. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/quick-start-mm.md#plugin-connection) the single build dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 2. Yandex Mediation (connecting individual adapters)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/react-native.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher. 

           - Check that your app's build file uses the following values:

             * minSdkVersion 23 or higher.
             * compileSdkVersion 34 or higher.

           - To load any type of ad, Android version 4.1 or higher is required.
           - Video ads are only served for devices with Android 5 or higher.  

         - **iOS**

           - Use iOS 13 or higher. 
           - Use Xcode 16.4 or higher.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/react-native.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. Connect the required [adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/list-network.md) separately using the appropriate packages.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 3. Direct SDK call" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/react-native.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher. 

           - Check that your app's build file uses the following values:

             * minSdkVersion 23 or higher.
             * compileSdkVersion 34 or higher.

           - To load any type of ad, Android version 4.1 or higher is required.
           - Video ads are only served for devices with Android 5 or higher.  

         - **iOS**

           - Use iOS 13 or higher. 
           - Use Xcode 16.4 or higher.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/react-native.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/react-native/demo-blocks.md) integration.

  {% endcut %}  

- Compose Multiplatform

  {% cut "Checklist 1. Yandex Mediation (all networks)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/compose-multiplatform.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher.

           - For the common module's Android target, set the following:

             * minSdkVersion 24 or higher.
             * compileSdkVersion 36 or higher.

           - Set the **JVM 11** target bytecode version for Android (for example, in Kotlin, set `jvmTarget` to `JvmTarget.JVM_11` and configure Java 11 compatibility in Gradle).

         - **iOS**

           * Use iOS 13 or higher — for example, set `platform :ios, '13.0'` in your `Podfile`.

           * Add the **`YandexMobileAds`** pod using **CocoaPods** with the `https://cdn.cocoapods.org/` source, then run `pod install` from the directory containing your `Podfile` (for example, `iosApp`).

         - **Compose Multiplatform**

           * Use Kotlin Multiplatform with Compose Multiplatform and make sure to enable both Android and iOS targets in the module where you're integrating ads.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/compose-multiplatform.md -->
    2. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/quick-start-mm.md#integration) the single build dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 2. Yandex Mediation (connecting individual adapters)" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/compose-multiplatform.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher.

           - For the common module's Android target, set the following:

             * minSdkVersion 24 or higher.
             * compileSdkVersion 36 or higher.

           - Set the **JVM 11** target bytecode version for Android (for example, in Kotlin, set `jvmTarget` to `JvmTarget.JVM_11` and configure Java 11 compatibility in Gradle).

         - **iOS**

           * Use iOS 13 or higher — for example, set `platform :ios, '13.0'` in your `Podfile`.

           * Add the **`YandexMobileAds`** pod using **CocoaPods** with the `https://cdn.cocoapods.org/` source, then run `pod install` from the directory containing your `Podfile` (for example, `iosApp`).

         - **Compose Multiplatform**

           * Use Kotlin Multiplatform with Compose Multiplatform and make sure to enable both Android and iOS targets in the module where you're integrating ads.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/compose-multiplatform.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. Connect the required [adapters](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/list-network.md) separately using the appropriate packages.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/demo-blocks.md) integration.

  {% endcut %}

  {% cut "Checklist 3. Direct SDK call" %}

    1. <!-- source: en/ad-monetization/_includes/common/quick-start/compose-multiplatform.md -->
       <!--
       ГОТОВО
       Текст в РМП: mobile-ads/en/quick-start.md
       Текст в Trustmon: trustmon/en/quick-start.md
       -->

       Check the minimum app requirements:

         - **Android**

           - Use Android Studio 2021 or higher.

           - For the common module's Android target, set the following:

             * minSdkVersion 24 or higher.
             * compileSdkVersion 36 or higher.

           - Set the **JVM 11** target bytecode version for Android (for example, in Kotlin, set `jvmTarget` to `JvmTarget.JVM_11` and configure Java 11 compatibility in Gradle).

         - **iOS**

           * Use iOS 13 or higher — for example, set `platform :ios, '13.0'` in your `Podfile`.

           * Add the **`YandexMobileAds`** pod using **CocoaPods** with the `https://cdn.cocoapods.org/` source, then run `pod install` from the directory containing your `Podfile` (for example, `iosApp`).

         - **Compose Multiplatform**

           * Use Kotlin Multiplatform with Compose Multiplatform and make sure to enable both Android and iOS targets in the module where you're integrating ads.
       <!-- endsource: en/ad-monetization/_includes/common/quick-start/compose-multiplatform.md -->
    2. [Connect](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/quick-start.md) the Yandex Mobile Ads SDK dependency.
    3. [Initialize](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/quick-start.md#init) the Yandex Mobile Ads SDK.
    4. [Enable](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/formats.md) the necessary ad formats.
    5. [Check](https://boost.yandex.ru/doc/en/ad-monetization/dev/compose-multiplatform/demo-blocks.md) integration.

  {% endcut %}

{% endlist %}

## Finally, add payment details to receive payments {#payment-details}

> _Role: monetization manager / app developer_

Boost shares ad placement revenue with the partners of the Boost. We need your payment details and copies of the required documents in order to transfer your ad revenue. To find step-by-step registration instructions, see [Documents and payments](https://boost.yandex.ru/doc/en/ad-monetization/payments/payments.md).


## Additional Boost tools {#additional-features}

> _Role: monetization manager / app developer_

* See the [required documents and payment terms](https://boost.yandex.ru/doc/en/ad-monetization/payments/index.md). Note that you have to accept the terms of the offer in order to receive revenue.
* Delegate monetization setup to the [Easy Monetization](https://boost.yandex.ru/doc/en/ad-monetization/easy/index.md) service from Yandex.



<!-- source: en/_includes/chat-button.md -->
[Chat with us](https://yandex.ru/chat#/user/61c73805-2a89-9b86-4328-68e3b74b8122){.button}

<!-- source: en/_includes/button-style.md -->

<!-- endsource: en/_includes/button-style.md -->
<!-- endsource: en/_includes/chat-button.md -->






