# Ad Network

For monetization purposes, we provide 5 Ad Network 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**
* **Audience Network (Bidding Only) with AdMob or AppLovin as Mediation Partner**

Especially for Audience Network,  **Audience Network** will only use bidding for Android apps starting September 30, 2021. Placement ID from Waterfall are **deprecated** now. So, put Audience Network placement ID from admin panel is no longer used, 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** or **AppLovin**, both Ad Networks support being a Mediation Partner although it's still a Beta version.

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

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

<div align="left"><img src="/files/-Mf8r_7koH5omTsHIF7H" 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-news-app.gitbook.io/docs/android-studio/ad-network-new.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.
