# Ad Network

For monetization purposes, we provide **6 Ad Networks** options with the switch ads method, you can choose the ad network you want to display in the application through the admin panel, you can change the ad network anytime you want. The following is a list of ad networks that are supported in this application :

* **Google AdMob**
* **StartApp (Start.io)**
* **Unity Ads**
* **AppLovin's MAX**
* **Mopub**
* **Audience Network (Bidding Only) with AdMob, AppLovin's MAX or Mopub as Mediation Partner**

Especially for **Audience Network**,  **Audience Network** will only use bidding for Android apps starting September 30, 2021. So, you need to setup for Bidding with Partner Mediation. If you choose to use **Audience Network** Bidding, please select **Ad Network Type** to be **AdMob, AppLovin or Mopub**, These Ad Networks support being a Mediation Partner although it's still a Beta version.

**IMPORTANT** : All ad network id units are placed in admin panel except **AdMob App ID** and **AppLovin SDK Key**, both ids must be integrated programmatically in android code inside **res/value/ads.xml**

<div align="left"><img src="/files/bUs4ItcEMwJu6BMSKHIF" alt=""></div>

### **Remote Ad Networks from the Admin Panel :**

* You can switch to use Ad Network according your needs
* You deactivate a particular ad **format** in the available form by giving 0 value
* You can completely deactivate the ad by set OFF in the Ad Status form

<div align="left"><img src="/files/LLgo06bq4C5hmObQpKl2" alt=""></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://android-ebook-app.gitbook.io/docs/android-studio/ad-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
