Unity ads unit page keeps redirecting me to the about page.
Hello, I've been trying to set up ads on my Unity game and have come to a block that is preventing me from finishing. I click on the ads units tab in the monetization section of the dashboard and it...
View ArticleGradle build error: Colliding Attributes
![alt text][1]Using Unity 2021.3.9f1. The following error is displayed: "The attribute meta-data#metrica:api:level@value=105 in :com.yandex.android.mobmetricalib-4.1.1: collides with another value(See...
View ArticleShould I preload advertisement in Unity Ads
I want to give players a seamless experience by preloading ads so that when they request for a reward, the ads is shown immediately (ie no latency). Sometimes the preloaded ads are never shown as...
View ArticleWhy can't I set the ad type?
I want my rewarded ad unit can show playable ads, but once I set skip allowed, the ad type is not changable. ![alt text][1] [1]: /storage/temp/200227-dasdasd.jpeg
View ArticleAds Show in editor but nothing happens after build
Hello there, I'm trying to show Interstitial ads in my game after I die in my game it already shows this ![alt text][1] so, when I build the game in Android Platform and then test to die the ad doesn't...
View ArticleUnity banner ads not showing in published app
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Advertisements; public class bannerad : MonoBehaviour { public string gameId = "1234567"; public string...
View ArticleBanner Ad won't load unless left in default position. Ads 4.3.0
My banner ad will only load if I leave it at default (TOP_LEFT) If I tell it to go BOTTOM_CENTER, I get this error in logcat: java.lang.ClassNotFoundException:...
View ArticleUnity Ads - Ad Requests but no Impressions
Hello, I have a problem with Unity Ads. I have configured the Ads with a script and everything seems to be working normally in the Editor. But as I build the Game and play it on a device, there are not...
View ArticleCan I use WebGL build for playbale ads?
Can I use WebGL build for playbale ads? I don't want to make a new game with another game engine for a playable game ad..
View ArticleI am getting build error
I imported unity meditation package and with a build gradle issue. error : Duplicate class android.support.v4.app.INotificationSideChannel found in modules androidx.core.core-1.6.0-runtime.jar
View ArticleBuild failed with an exception.
* What went wrong: Execution failed for task ':launcher:checkReleaseDuplicateClasses'.> 1 exception was raised by workers: java.lang.RuntimeException: Duplicate class com.unity3d.ads.BuildConfig...
View ArticleAbout Playable Ads
I have created a creative to run a playable ads but these days my html file is always rejected with the reason: "Install button does not lead to Android Store". But I checked again in the code and...
View ArticleUnity Ads keeps records of EU consents?
Dear All, What I understand (correct me if I'm wrong) is that the GDPR European privacy regulations require that we keep records of users' consents (with their date of consent etc..) to display...
View ArticleMediation Ads issue,Issue with ads
When ever I try to run ads on my project I get this error in the compiler : ![alt text][1] [1]: /storage/temp/201680-screenshot-2022-11-10-183932.png Any Idea on how I can fix it? Here is my code:...
View ArticleUnity android exporting fails with ads
Any clue why I am getting this error when building to android? It says something along the lines of gradle failed check console but It only happens when I have unity mediation installed for ads. I...
View Article"'mainTemplate.gradle' was not patched correctly"?
Hello! I'm getting this error with the **mainTemplate.gradle** whenever I build my project, for Android. This only happens when I install and set up **Advertisement** or **Advertisement with...
View ArticleExecution failed for task ':launcher:checkReleaseDuplicateClasses'.
**I got this error when i was building project. How to fix this?** FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':launcher:checkReleaseDuplicateClasses'. > 1...
View ArticleAds Not Work When Release Build
Admob ads do not work if I enable Project Settings -> Player -> Publishing Settings -> Minify -> Release I am not getting any errors, everything's okay but ads not work. Maybe there is a...
View ArticleAdmob Rewarded and Interstitial test ad working in Editor but not working in...
My admob rewarded and interstitial test ad is working in editor but dont working in my phone.I Think there is no error in the codes, but there may be an error in the build settings. Why do you think...
View Article