Skip to content

Sky/googleads-mobile-ios-mediation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Mobile Ads SDK for iOS

The Google Mobile Ads SDK is the latest generation in Google mobile advertising featuring 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:

Example adapter and custom event project

This repository contains the source code for a sample project demonstrating how an ad network can plug into AdMob Mediation. There are four main components:

  • Sample SDK - This is a mock SDK that stands in for a real ad network SDK. This project is intended to show developers how to use custom events and mediation adapters to adapt other ad networks' SDKs, so here we adapt a fake one.
  • Custom Event - A sample custom event class that will request ads from the Sample SDK and pass them on to the Google Mobile Ads SDK.
  • Adapter - A sample mediation adapter that will also request ads from the Sample SDK and pass them on to the Google Mobile Ads SDK.
  • MediationExample - A simple, one-view application that displays ads loaded through the adapter and custom event. It can be used to test the functionality of both.

If you're just getting started developing a custom event or adapter, you can replace the code inside this project's adapter and/or custom event classes and (as long as you don't change the names of those two classes) test your own implementation. The ad units provided as part of the project are keyed to the names of the adapter and custom event classes.

Building the example project

To build the project, follow these steps:

  1. Download or clone the source onto your local machine.
  2. Run 'pod update' in the project's root directory (this will download the SDK).
  3. Open the workspace file in Xcode.
  4. Run the project.

Mediation Adapters

Open source adapters for mediating the following networks via the Google Mobile Ads SDK:

  • Unity Ads
  • Chartboost

Downloads

Please check out our releases for the latest downloads of our Mediation apps.

Documentation

Check out our developers site for documentation on using the SDK, and join the developer community on our forum.

Suggesting improvements

To file bugs, make feature requests, or to suggest other improvements, please use github's issue tracker.

License

Apache 2.0 License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 93.7%
  • Shell 6.2%
  • Ruby 0.1%