...
All the demos have examples for all the AdFormats documented.
Each demo is a demo for each Implementation Type and how they are configured from the point of view of a Publisher.
Please, keep in mind they have been done for the purpose of showcasing the solution and and may not be optimized or with correct design patterns.
Single Tag Demo
Repo Link to check the demos clone the repo monorepo and test the apps locally.
Single Tag Demo
Purpose
This demo showcases the use of Tagged Wrappers and Triggers. There are wrappers in all Activities and Fragments, also an Interstitial is triggered each time to switch from fragment to fragment or from activity to activity.If required for showcasing each special format, there will be an activity for each one, such as Infinite Scroll. These do not have any more formats than the one it’s supposed to showScreen UIViewControllers
.
The demo app showcases
How to initialize the SDK with an enabled single tag.
How to show Ads by putting tags on the screens.
How to show interstitial by putting a tag on the button.
How to show interstitials on screen-to-screen transitions.
How to incorporate ads in the infinite scroll.
Manual Implementation Demo
Repo Link, if you want to check the demos fork and clone the repo and test the apps locally
Purpose
This demo showcases how to use RefineryAdFactory
with each adFormat ad format and also illustrates how quickly, in terms of lines of code added, you can add monetization to the app. One activity has all the formats by pressing each format button and showing it in a programmatically created wrapper. If required for showcasing each special format, there will be an activity for each one, such as Infinite Scroll. These do not have any more formats than the one it’s supposed to show
The demo app showcases
How to initialize the SDK in the manual mode.
How to display a banner or out-stream advertisement on the screen.
How to display an interstitial advertisement.
How to incorporate ads inside the scrollable views such as table view or collection view.