# Getting Started

To use the aggregation function of Mint Mediation, you need to integrate with the Mint Mediation SDK correctly and complete the loading and presentation of corresponding ad types.

WARNING

Warning: Mint Mediation SDK is used to integrate with the Adapter module of the third-party ads platform and packaged in a separate AAR file. In addition to SDK of ads platform, you need to integrate the Adapter into your project separately.

For example, if you want to integrate with the ads of AdMob, you need to add AdMob's SDK and corresponding AdMob Adapter to the libs of project.

# Integration of Ad Networks

Mint Mediation supports multiple third-party ad networks. The following three operations are required for the integration of third-party platforms:

  1. Third-party Ad Platform Operation Log in to the third-party network operation interface, and create the app and corresponding ad placement.
  2. Platform Operation Update the aggregation setting of corresponding ad placement, and add the instance of this network.We recommend that you adopt the automatic optimization mode.
  3. App Code You need to update your app, and add SDK and corresponding Adapter of the third-party ad network.