If you don't see any ads in your live game, or if they were showing at one point but no longer are, you may be using the wrong Game ID, or you may have run out of available campaigns in your region.
Try the following to solve your problem:
- Ensure that your game initializes Unity Ads (see integration documents for the appropriate platform).
- Ensure that you're using the correct Game ID (note that these are platform-dependent; double-check that you're not using an iOS ID for an Android build or vice versa).
- Wait for Unity Ads to be ready before attempting to show ads (it usually takes a few seconds to cache the ad).).
- Ensure that your device is connected to the internet.
- Check the dashboard to ensure that Ad delivery is still enabled
- Use the IUnityAdsInitializationListener to make sure Unity Ads is fully initialized.
- Unity Ads actively monitors our network for fraudulent activity and we will disable ad delivery if any user is found in violation of our policies. If Unity Ads has disabled ad delivery for your organization, and you believe this to be in error, please fill out this webform as completely as possible in order to appeal your case.
Please be aware that we cannot guarantee the availability of ads. This is why we provide methods to first check if ads are ready and can be shown.
For most of Europe and North America, ad availability is typically not an issue. In countries where fill may be somewhat limited, the effects of this can be more obvious. For instance, if there are only 12 ad campaigns available in a user's country, they can only see a maximum of 12 ad campaigns in a given period of time.
During development, it's recommended that you enable test mode to ensure you always have test ads available.
For more information, see documentation on Best practices.
Comments
0 comments
Article is closed for comments.