# Mediation > As Primary SDK > Supported ad networks

Source: https://help-display-sdk.equativ.com/mediation/primarysdk/supportedadnetworks.html

Here is a list of third-party ad networks supported by the **Equativ Display SDK** mediation through the use of open source mediation adapters provided by _Equativ_ and their format support compatibility matrix.

---
For the **Equativ Display SDK** integrated as **primary sdk**, _Equativ_ provides open-source adapters to load and display ads from several ad networks SDKs acting as _secondary SDKs_. You will find them on our [iOS mediation adapters Github](https://github.com/smartadserver/equativ-display-sdk-mediation-adapters-ios) and [Android mediation adapters Github](https://github.com/smartadserver/equativ-display-sdk-mediation-adapters-android) repositories.

To use them, simply copy the source files of the adapters you need in your project. Make sure that you include the corresponding Ad network SDK dependencies in your project as well. You will find more specific documentation in each adapter's ```README``` file on GitHub.

## List of supported third-party ad networks:

<table class="table table-bordered">
  <thead>
    <tr class="active">
      <th class="table-header-custom" rowspan="2">Networks</th>
      <th class="table-header-custom" colspan="5">Supported Ad Formats</th>
    </tr>
    <tr class="active">
      <th class="table-header-custom" >Banner</th>
      <th class="table-header-custom" >Interstitial</th>
      <th class="table-header-custom" >Rewarded video</th>
      <th class="table-header-custom" >Native</th>
      <th class="table-header-custom" >Native video</th>
    </tr>
  </thead>
    <tr>
      <td>Google Mobile Ads / AdMob
            ( [Android](https://github.com/smartadserver/equativ-display-sdk-mediation-adapters-android/tree/main/Google) / [iOS](https://github.com/smartadserver/equativ-display-sdk-mediation-adapters-ios/tree/main/Google) )
      </td>
          <td class="text-center">Supported</td>
          <td class="text-center">Supported</td>
            <td class="text-center">Not supported</td>
            <td class="text-center">Not supported</td>
            <td class="text-center">Not supported</td>
    </tr>
    <tr>
      <td>Ogury
            ( [Android](https://github.com/smartadserver/equativ-display-sdk-mediation-adapters-android/tree/main/Ogury) / [iOS](https://github.com/smartadserver/equativ-display-sdk-mediation-adapters-ios/tree/main/Ogury) )
      </td>
          <td class="text-center">Supported</td>
          <td class="text-center">Supported</td>
            <td class="text-center">Not supported</td>
            <td class="text-center">Not supported</td>
            <td class="text-center">Not supported</td>
    </tr>
</table>

If you prefer an easier integration using CocoaPods for iOS / Gradle for Android, rather than having to manually copy the source files in your project, please read the [packaged integration](https://help-display-sdk.equativ.com/mediation/primarysdk/packagedintegration.html.md) topic.
