Prevent Unity Ads from Asking for Permission (Cookies) when First Played
Hello, When I install my game on a new device and the first time an ad video plays, Unity Ads is asking for permissions regarding personalized ads (cookies). Is there a way to disable this behavior? I...
View ArticleAm I following the ads process correctly?
I'm new to the whole Ads thing, i've done some studying today and I saw some videos where people showed how they placed adds on their games but it didn't work for me. I then saw one video where a guy...
View Articleunity ads isready(rewardedVideo) always false on android, help needed
hello, i'm getting a weird problem, when i have code and tested my ads manager it was working on editor and on my android device. now i have upgrade to unity 5.5.0 and i'm testing some new behaviors on...
View ArticleHow to hide banner ads when using unity monetisation
Hi, I want to show banner ads in only home screen but if user opens any other screen like setting screen I want to hide the banner. How can I do this with unity monetisation sdk? I haven't found any...
View ArticleWhite Ads and the Close button
Hi, I am getting some complaints from my users, to be honest - I have to agree with them. There seems to be some Ads that have a WHITE background. This makes the close X button really hard to see. Some...
View ArticleNative Ad Placement Within Scroll List
When ever the ad is placed within scroll view, some of the object like icon wont scroll with the scroll list. Has anyone found a work around with this?
View ArticleStarting the SDK twice
hey guys! I was testing my game on the device, normally I test it in the editor. The thing is that. I have ads in the game to help the player with powerups and also in the menu to get some virtual...
View ArticleAdmob Mediation with Unity Ads
I am attempting to integrate Admob Mediation with Unity Ads, what I mean is I would like the Admob Unity SDK to drive the mediation and decide if it should display the Admob or Unity Ad based on...
View ArticleUsing Mediation with Unity Ads
Hi! Is it possible to use Unity Ads API (using Unity Monetization 3.0 from the Asset Store) but to show banner ads from AdMob? I want to try out revenue comparison, and AdMob's unity plugin is really...
View Articleadmob in unity only shows test ads but not real ones
i am using the default script given by unity here is my script using System; using UnityEngine; using GoogleMobileAds.Api; // Example script showing how to invoke the Google Mobile Ads Unity plugin....
View Articleone project multiple games
Hi, if i made one project but use this one project to develop several separate app games, will this affect how the Unity ad service/system works? thanks
View ArticleUnityAds do not show in android release mode
Hi all, I'm newbie. i got a problem with UnityAds sdkbox, when i build my app on android on debug mode, it's work fine. But when i build in release mode, it's not show up, does anyone know how to solve...
View Articleusing unity ads on another engine
hi, i use another engine do i need to set up an sdk to use unityads just for advertising my game ? ps: i just need to use unityads for advertising and not for publishing ads thanks
View Articleunity ads 3.3.0 getting error while trying to build android FAILURE: Build...
unity sdk 3.3.0 getting error while trying to build for andrFAILURE: Build failed with an exception. i have attached screenshot
View ArticleBanner open callback
Hello, Is there any way to get a callback when unity ads banner has been pressed? Thank you for your answers.
View ArticleProblem with Callback OnUnityAdsDidFinish
I have different kind of scripts such as: Interstacial ads Rewarded ads The problem is that whenever e.g. I'm watching an interstacial ad I get the reward from all "active" scripts with...
View ArticleRewarded Videos and Zero Revenue
Hey, First of all let me start saying that I did notice a trend on the forum, with many others having similar questions to mine. I've seen a clarification saying that "at least 5000 views are required...
View ArticleHelp with ads
I am a little confused about the implementation of rewarded ads. I am trying to use "public void OnUnityAdsDidFinish (string placementId, ShowResult showResult)" by following the guide...
View ArticleInitializing Adverstisement and Monetization
Hello When I am initializing advertisment and monetization together, I am getting an error "ArgumentException: An item with the same key has already been added. Key: video". How do I Initialize these...
View Article