54 lines
3.5 KiB
Markdown
54 lines
3.5 KiB
Markdown
/*
|
||
Title: Getting started
|
||
Sort: 1
|
||
*/
|
||
|
||
|
||
Created by the leading mobile game engine, the Unity Ads SDK provides a comprehensive monetization framework for your game, whether you develop in Unity, xCode, or Android Studio. It streamlines ads, in-app purchasing and analytics, using cutting edge machine learning to maximize your revenue while maintaining a great player experience. Getting started is simple.
|
||
|
||
This page illustrates the journey towards maximizing your revenue with Unity Ads. Follow step by step, or jump to the integration step that best fits your stage of development.
|
||
|
||
## Preparation
|
||
New to Unity Ads? Take care of these basics before implementation:
|
||
|
||
1. Download and import the latest Unity Ads Asset package or SDK: [Unity (C#)](https://assetstore.unity.com/packages/add-ons/services/unity-ads-66123) | [iOS (Objective-C)](https://github.com/Unity-Technologies/unity-ads-ios) | [Android (Java)](https://github.com/Unity-Technologies/unity-ads-android/releases)
|
||
2. [Create](https://id.unity.com/) a Unity Developer ID.
|
||
3. Use the [Developer Dashboard](https://operate.dashboard.unity3d.com) to [configure Placements](MonetizationPlacements.md) for monetization content.
|
||
4. Review our [Best practices guide](MonetizationResourcesBestPractices.md), complete with case studies, to better understand your monetization strategy before diving in.
|
||
|
||
## Implementation
|
||
Integration may vary, depending on your development platform.
|
||
|
||
#### Integrate Unity Ads in your game
|
||
* [Unity (C#)](MonetizationBasicIntegrationUnity.md)
|
||
* [iOS (Objective-C)](MonetizationBasicIntegrationIos.md)
|
||
* [Android (Java)](MonetizationBasicIntegrationAndroid.md)
|
||
|
||
#### Expand your basic ads integration
|
||
* Reward players for watching ads:
|
||
* [Unity (C#)](MonetizationBasicIntegrationUnity.md#implementing-rewarded-ads)
|
||
* [iOS (Objective-C)](MonetizationBasicIntegrationIos.md#implementing-rewarded-ads)
|
||
* [Android (Java)](MonetizationBasicIntegrationAndroid.md#implementing-rewarded-ads)
|
||
* Incorporate banner ads:
|
||
* [Unity (C#)](MonetizationBannerAdsUnity.md)
|
||
* [iOS (Objective-C)](MonetizationBannerAdsIos.md)
|
||
* [Android (Java)](MonetizationBannerAdsAndroid.md)
|
||
* Incorporate [Augmented Reality](MonetizationArAds.md) (AR) ads.
|
||
* [Unity (C#)](MonetizationArAdsUnity.md)
|
||
* [iOS (Objective-C)](MonetizationArAdsIos.md)
|
||
* [Android (Java)](MonetizationArAdsAndroid.md)
|
||
|
||
## Manage, analyze, optimize
|
||
Beyond implementation, Unity empowers you to fine-tune your strategy:
|
||
|
||
* The [Unity Developer Dashboard](https://operate.dashboard.unity3d.com/) allows you to [manage your ads implementation](MonetizationResourcesDashboardGuide.md). Use the dashboard's [robust metrics tools](MonetizationResourcesStatistics.md) to adopt a data-driven approach to fine-tuning your monetization strategy.
|
||
* Learn how to [filter your ads](MonetizationResourcesDashboardGuide.md#ad-content-filters) to target your audience.
|
||
* Don’t miss out on revenue; be sure to [add your Store Details](MonetizationResourcesDashboardGuide.md#platforms) once your game is live.
|
||
* Sign up for [automated payouts](MonetizationResourcesRevenueAndPayment.md#automated-payouts).
|
||
|
||
## Support
|
||
Have questions? We're here to help! The following resources can assist in addressing your issue:
|
||
|
||
* Browse the Unity Ads [community forums](https://forum.unity.com/forums/unity-ads.67/).
|
||
* Search the Unity Ads [monetization Knowledge Base](https://support.unity3d.com/hc/en-us/sections/201163835-Ads-Publishers).
|
||
* [Contact Unity Ads support](mailto:unityads-support@unity3d.com) with your inquiry. |