Getting started is very simple:
- Create your app and a banner or an interstitial ad unit in the AdDuplex client area.
- Download AdDuplex for Unity package and import it into your Unity project.
- In Unity create AdDuplexManagement object via GameObject -> Advertising -> AdDuplex
- Fill in AdDuplexManagement inspector properties. Use ad unit credentials from AdDuplex client area.
- To show interstitial ads fill in Interstitial ad AdUnitId in the AdDuplexManager game object and call:
AdDuplexInterstitialAds.ShowInterstitialAd();
- Build the game targeting Windows Store with Universal 10 or Phone 8.1 SDK.
If you have any questions, please email us at support@adduplex.com
Comments