Quantcast
Channel: Unity Ads & User Acquisition
Viewing all 6164 articles
Browse latest View live

Unity Ads 3.4.0 doesn't give reward after video

$
0
0
Building the project gives duplicateClass error. I followed this link and disabled "build-in ads extention".
https://stackoverflow.com/questions...s-gives-duplicate-error-when-building-project

After disabling build-in ads extention, I was able to build the project but it doesn't give rewards anymore. I am using Android App Bundle and Scripting backend as IL2CPP. I don't know If they are related with Ads but I have couple of things changed in the Player...

Unity Ads 3.4.0 doesn't give reward after video

Unity Ads not working

$
0
0
Hello,

I am having trouble with Advertisements in unity. I have 3 types of ads that all work fine in the editor. The banner ads say “Your Ad would be here” and the Interstitial / Reward Video ads show up when they’re supposed to, but when I create an all the ads don’t work. I’ve tested across multiple devices and simulators to no avail. I had the Advertisement.IsReady() printing time the screen and it always remained false even after leaving it on for several minutes. Are there any steps I...

Unity Ads not working

'Advertisement' does not contain a definition for 'Banner'

$
0
0
On Unity 2019.2.13f1, I installed Unity Ads from the Package Manager and enabled the ads through the Services tab. I followed the example scripts, but it will not compile and highlights the method "Advertisement.Banner.Show(placementId);" saying the Advertisement does not contain a definition for Banner.

As far as I know, I followed the tutorials and examples, yet the end result does not work. I figured I would try just Advertisement.Show(placementId) since the placement has been configured...

'Advertisement' does not contain a definition for 'Banner'

Unity Ads not showing any data in Statistics

$
0
0
Hi,

My game, Bomb Dodge, has Unity Ads enabled on it, and I've tested it; it's fully functional. Yet I'm not showing any Ad Starts on my Unity Ads Dashboard in the Statistics section. This can't be true, because I have played multiple ads on my device myself, so it should show those ads even if nobody else has started an ad (which is unlikely). This could be an issue on Unity's side, but I assume I'm doing something wrong. Help?

Thanks tons :).

IUnityAdsListener Is not getting callbacks

$
0
0
Code (CSharp):
  1. using UnityEngine;
  2. using UnityEngine.UI;
  3. using UnityEngine.Advertisements;
  4. [RequireComponent(typeof(Button))]
  5. public class UnityAdsController : MonoBehaviour,IUnityAdsListener
  6. {
  7. #if UNITY_IOS
  8.     private string gameId = "1111111";
  9. #elif UNITY_ANDROID
  10.     private string gameId = "1111111";
  11. #endif
  12.  
  13.     Button myButton;
  14.     public string myPlacementId = "rewardedVideo";
  15.     void Start()
  16.     {
  17.         myButton = GetComponent<Button>();
  18.         // Set interactivity to be dependent on...
IUnityAdsListener Is not getting callbacks

Unity Ads not Showing Up

$
0
0
Hello,

I'm pretty sure this may be posted a lot on here, but I unfortunately cannot find a thread that helps my issue. Whenever I try to load an ad, nothing shows up, it just continues on with the game. It says it has initialized with my ID (Initialize(myandroidgameid, True)). I have test mode enabled and I have changed my company and product name for the game if that matters. If you have any questions, please ask, as I'm sure I accidentally left out some details. Help would be greatly...

Unity Ads not Showing Up

Unityad refund

$
0
0
I had deposited to run unityad. But I decided not to proceed with advertising. I asked Unity to refund that amount, but they haven't been doing it for more than two months. What should I do in this case?

Unity Ads Banner bad size and low resolution in landscape mode

$
0
0
Hi,

I'm trying to add a banner to my game. It is in "Landscape Left" mode only, and when the banner appears its size is too big and its resolution is too low (in the editor the preview banner size is right). You can see how it shows in the image attached.

View attachment 530277

If I start the game in portrait mode, wait until banner is loaded and then change it to landscape mode the banner size is rigth and its resolution too, but this workaround doesn't seems good. You can see...

Unity Ads Banner bad size and low resolution in landscape mode

Suggestions for banner ads

$
0
0
Hi,

I'm using unity video ads and they seem to work fine but i also want to use some banner ads on my game.

Preferably i would have liked to use unity's banner ads but i cant seem to figure out how to get it working. the guide is just ... well it just doesn't work. Tried using Applovin and thats giving me errors too although it worked for me before i moved to the new version of unity. Admob wont let me create ac account. Facebook audience network doesnt seem to have detailed guides either...

Suggestions for banner ads

Ads not working in fresh project

$
0
0
I'm using Unity 2018.3.9f1 (Personal) to create a simple test project to test how Unity Ads work.
I do the following steps:

1) Switch platform to Android from Build Settings
2) Go into Services and enable ADS
3) Enable test mode within ADS tab
4) Enable built-in Ads extension
5) Create a super simple script to start the default rewardedVideo once it is ready

but nothing happens. When game is run in editor I get the following log in console:...

Ads not working in fresh project

Campaign´s Tracking Links

$
0
0
Tracking Links is a mandatory requirement for one to make an Ad campaign go live. I understand they are a way to measure users behavior when looking at your ads, but beyond that I know nothing and the documentation is not really newb friendly.

Sure, they tell you different kinds of tracking links in a whole block of text that I read and have no idea what it means, but never provides you a way to just skip that and worry about it after the campain is already live.

My main purpose is to go...

Campaign´s Tracking Links

Unity Ads 3.4.1 No IUnityAdsListener events would be fired

$
0
0
Just updated to Unity Ads 3.4.1. Glad to see the canvas overlay issue is fixed, but....
None of events defined in IUnityAdsListener would be fired at least when tested in editor.
This issue totally blocked the process.

Unity Ads and Android ANR

$
0
0
So I pretty much removed every single bug from my app, the last version had 0 crashes on 1000+ downloads.

Now I'm looking at these ANRs that appear on Google Console, and I had only 1 for this latest version, I cannot figure out where these come from, apparently they come from opening some urls?

I do not use any kind of web browsing in the game.

I use Unity Ads only and the Google Play Plugin for Unity is used for login, save games on cloud and achievements.

I'm thinking this comes from...

Unity Ads and Android ANR

How do setup Interest-Based Ads on our Unity Games?

$
0
0
Hey guys, I'm developing a game that includes ads. In this game i want to set a checkbox on the settings: Turn On and Off the Interest-Based Ads. How can we achieve this? Is there any documentation for that?

game crashes when running ads reward callback

$
0
0
my game crashes each time i run google mobile ads on my unity game. it doesn't crash when i try watching the ad but it closes when i'm firing the reward call back for google mobile ads. help
i have attached a file containing the log of the behavior of the app when i run the ads and the code snippets of my ads implementation. if there is any suggestion on what could possibly help please do post or if there's some kind of setting in unity i should turn on or off in unity before building please...

game crashes when running ads reward callback

Advertisement.Banner.SetPosition() Issue - Unity Ads (3.4.1)

$
0
0
Hello,

When setting the position of a banner ad (as of Unity Ads 3.4.1) like so...

Advertisement.Banner.SetPosition(...)

The banner is displayed at the top left, regardless of the position specified. If the banner is hidden then re-shown and SetPosition() called again, the banner is then displayed at the correct position.

Unity ads filter not working and slips gambling ads on google play [Urgent]

$
0
0
Hello, my app has been rejected by google play multiple times because Unity shows gambling ads to a child friendly app, I have applied all the filters needed, but it still does this, it shows gambling ads or ads that are not appropriate for children, causing google to reject the app. Is there any fix for this I need this fixed urgently.
Thank you

Difference between unityengine.advertisement and unityengine.monetization

$
0
0
Hi

I have been using UnityEngine.Advertisement in my app script to monetize my app. Today for the first time, I came across a tutorial on youtube in which the narrator included unityengine.monetization package and also included unity ads 3.0 sdk.

I am curious to know the difference between unityengine.advertisement and unityengine.monetization. And also please share information on benefit of using sdk.

For app development I am using Unity engine. Thanks in advance.

Are Unity Ads Exempt from export Compliance/Encryption - US

$
0
0
Hello Everyone,
I am about to release my App on the iOS App Store. They ask me if my app uses Encryption, and I was wondering if I am using Unity Ads does it use Encryption and if so does it generate Export Compliance Documents?

Thank you
Taylor

Unity Ads crash on some Android 10 devices

$
0
0
On our production app, we got some reports from users that game crashes sometimes. After checking google play console's crash reports, we noticed that there seems like some problem exists within unity ads caching library on Android 10, Galaxy S 10+.(Unity 2017.4 LTS 35f)

Here's the crash report :

java.lang.Error: FATAL EXCEPTION [UnityAdsCacheThread]
Unity version : 2017.4.35f1
Device model : samsung SM-G975N

at java.util.zip.Inflater.ensureOpen (Inflater.java:416)
at...

Unity Ads crash on some Android 10 devices
Viewing all 6164 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>