Display ads in your app with the Microsoft Advertising SDK

Warning

As of June 1, 2020, the Microsoft Ad Monetization platform for Windows UWP apps will be shut down. Learn more

Increase your revenue opportunities by putting ads in your Universal Windows Platform (UWP) app for Windows 10 or Windows 11 by using the Microsoft Advertising SDK. Our ad monetization platform offers a variety of ad formats that can be seamlessly integrated into your apps and supports mediation with many popular ad networks. Our platform is compliant with the OpenRTB, VAST 2.x, MRAID 2, and VPAID 3 standards and is compatible with MOAT and IAS.


Install SDK icon Get started

Install the Microsoft Advertising SDK
Develop icon Developer guides

Banner ads
Interstitial ads
Native ads
API ref icon Other resources

Set up ad units in your app
Best practices
API reference

Step 1: Install the Microsoft Advertising SDK

To get started, install the Microsoft Advertising SDK on the development computer you use to build your app. For installation instructions, see this article.

Step 2: Implement ads in your app

The Microsoft Advertising SDK provides several different types of ad controls you can use in your app. Choose which types of ads are best for your scenario and then add code to your app to display those ads. During this step, you will use a test ad unit so you can see how your app renders ads during testing.

These are static display ads that utilize a rectangular portion of a page in your app to display promotional content. These ads can refresh automatically at regular intervals. This is a good place to start if you are new to advertising in your app.

For instructions and code examples, see this article.

An image depicting a banner advertisement on a tablet.

Interstitial video and interstitial banner ads

These are full-screen ads that typically require the user to watch a video or click through them to continue in the app or game. We support two types of interstitial ads: video and banner.

For instructions and code examples, see this article.

An image depicting an interstitial advertisement in a game that is being played on a tablet.

Native ads

These are component-based ads. Each piece of the ad creative (such as the title, image, description, and call-to-action text) is delivered to your app as an individual element that you can integrate into your app using your own fonts, colors, and other UI components.

For instructions and code examples, see this article.

An image depicting a native advertisement that can be displayed on various devices.

Step 3: Create an ad unit and configure mediation

After you finish testing your app and you are ready to submit it to the Store, create an ad unit on the In-app ads page in Partner Center. Then, update your app code to use this ad unit so that your app will receive live ads. For more information, see Set up ad units in your app.

By default, your app will show ads from Microsoft's network for paid ads. To maximize your ad revenue, you can enable ad mediation for your ad unit to display ads from additional paid ad networks such as Taboola and Smaato. You can also increase your app promotion capabilities by serving ads from Microsoft app promotion campaigns.

To start using ad mediation in your UWP app, configure ad mediation settings for your ad unit. By default, we automatically configure the mediation settings using machine-learning algorithms to help you maximize your ad revenue across the markets your app supports. However, you also have the option to manually choose the networks you want to use. Either way, the mediation settings are configured entirely on our servers; you do not need to make any code changes in your app.

Step 4: Submit your app and review performance

After you finish developing your app with ads, you can submit your updated app in Partner Center to make it available in the Store. Apps that display ads must meet the additional requirements that are specified in section 10.10 of the Microsoft Store Policies and Exhibit E of the App Developer Agreement.

After your app is published and available in the Store, you can review your advertising performance reports in Partner Center and continue to make changes to your mediation settings to optimize the performance of your ads. Your advertising revenue is included in your payout summary.

Additional help

For additional help using the Microsoft Advertising SDK, use the following resources.

Task Resource
Report a bug or get assisted support for advertising Visit the support page and choose Ads-In-Apps.
Get community support Visit the forum.
Download sample projects that demonstrate how to add banner and interstitial ads to apps. See the Advertising samples on GitHub.
Learn about the latest monetization opportunities for Windows apps Visit Monetize your apps.

Windows 8.1 and Windows Phone 8.x apps

For Windows 8.1 and Windows Phone 8.x apps, we provide the Microsoft Advertising SDK for Windows and Windows Phone 8.x. For more information about using this SDK to show ads in Windows 8.1 and Windows Phone 8.x apps, see this article.