https://github.com/appmonet/bidder-dfp-sample-app
https://github.com/appmonet/bidder-dfp-sample-app
appmonet
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appmonet/bidder-dfp-sample-app
- Owner: AppMonet
- Created: 2020-09-14T11:55:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T15:39:12.000Z (almost 6 years ago)
- Last Synced: 2025-01-26T04:42:43.653Z (over 1 year ago)
- Topics: appmonet
- Language: Swift
- Homepage: https://appmonet.com
- Size: 22.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bidder-dfp-sample-app
This sample app demonstrates how to use the AppMonet "bidder" standalone SDK in DFP or MoPub. This allows you to include AppMonet without any other mediation dependencies.
## Key files
- [AppMonetManager.swift](./DFP%20Standalone/AppMonetManager.swift) demonstrates how to initialize & manage lifecycle of our SDK
- [AMCustomEventBanner.m](./DFP%20Standalone/AMCustomEventBanner.m) this is the custom event banner class you would put in the DFP yield group. Note that you can create a similar class for MoPub
- [ViewController.swift](/DFP%20Standalone/ViewController.swift) this demonstrates the usage of the "AppMonetManager" class