Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleads/googleads-mobile-android-mediation
Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
https://github.com/googleads/googleads-mobile-android-mediation
Last synced: 4 days ago
JSON representation
Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
- Host: GitHub
- URL: https://github.com/googleads/googleads-mobile-android-mediation
- Owner: googleads
- License: apache-2.0
- Created: 2015-08-20T23:05:45.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T18:41:52.000Z (14 days ago)
- Last Synced: 2024-10-30T19:32:04.393Z (13 days ago)
- Language: Java
- Size: 8.56 MB
- Stars: 242
- Watchers: 44
- Forks: 198
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Google Mobile Ads SDK - Android Mediation
=========================================
The Google Mobile Ads SDK is the latest generation in Google mobile advertising,
and features refined ad formats and streamlined APIs for access to mobile ad
networks and advertising solutions. The SDK enables mobile app developers to
maximize their monetization in native mobile apps.This repository is broken into two sections:
## Mediation Example
A sample project demonstrating how an ad network can plug into AdMob Mediation.
The project contains a "Sample Ad Network" SDK library, as well as a sample
mediation adapter and custom event implementation for AdMob Mediation capable of
loading banners, interstitials, rewarded video, and native ads.A test application is also included, and uses the Google Mobile Ads SDK to call
into the adapter and custom event to test their implementations. It can be used
during development to test new adapters and custom events, once ad units have
been set up.## Mediation Adapters
Open source adapters for mediating via the Google Mobile Ads SDK. A list of
these adapters is available on our
[Mediation](https://developers.google.com/admob/android/mediation#choosing_your_mediation_networks)
page.## Prebuilt adapters
For prebuilt versions of these adapters, see the
[Google Maven Repository](https://maven.google.com/web/index.html?#com.google.ads.mediation).## Documentation
Check out our [developer site](https://developers.google.com/admob/android)
for documentation on using the SDK and our
[mediation developer guide](https://developers.google.com/admob/android/mediation-developer)
for information on how to create an adapter.
You can also join the developer community on
[our SDK forum](https://groups.google.com/forum/#!forum/google-admob-ads-sdk).## Suggesting improvements
For feature requests, or to suggest other improvements, please use
[github's issue tracker](https://github.com/googleads/googleads-mobile-android-mediation/issues).## License
[Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0.html)