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

UnityEngine.Advertisements.Advertisement does not contain a definition for `isReady'

$
0
0
Code (CSharp):
  1. using UnityEngine;
  2. using System.Collections;
  3. using UnityEngine.Advertisements;
  4.  
  5. public class NewBehaviourScript : MonoBehaviour {
  6.     void Start ()
  7.     {
  8.         Advertisement.Initialize ("1042635", true);
  9.     }
  10.  
  11.     public void Buton()
  12.     {
  13.         StartCoroutine (ShowAdWhenReady());
  14.     }
  15.  
  16.     IEnumerator ShowAdWhenReady()
  17.     {
  18.         while (!Advertisement.isReady())
  19.             yield return null;
  20.  
  21.         Advertisement.Show ();
  22.     }
  23.  
  24. }

Age limits for advertising

$
0
0
If my game in Google Play has an age rating in most 3+ countries, do I need to set age limits for ads (maximum 5+) in unity ads filters? Or should I just turn off some categories (for example, casinos and acquaintances) and not touch the age limits of advertising (they are set to 17+ by default)?

Very low ecpm unexpectedly

$
0
0
hi every one for the last 7 days i got
Videos started 5200
Fill rate 99.2
Ecpm 0.83

İ got 4.5 $ for 5200 ads shown an thats is unexpected
İ contacted unity ads and i recived a fast respond talking about general things we all aready know about impleminting ads well and the quality of the ads but i think this is not my problem there must be something wrong,
My ads implemented well in my game and i use both rewarded and unrewaded videos bit all i got is 4.5 $ for 5200 ads shown.
I hope i get...

Very low ecpm unexpectedly

"The ad content in your app does not comply with Families Policy Requirements." Google Play

$
0
0
My app was removed from Google Play because Unity Ads displayed a gambling ad (pic included) despite me setting the age settings in the Dashboard to prevent this.

Please investigate this and make sure it doesn't happen again.

Does the Data Privacy opt-out option disable data collection from Unity Ads?

$
0
0
The description on the Unity Data Privacy Plug-in says the following:

"If you use both Unity Ads and Analytics, the opt-out mechanism provided by Unity Ads applies to both services."

Does this also mean that the Data Privacy Plug-in opt-out button also disables Unity Ads data collection such as unique advertising identifiers?

Automated Payout Delay

$
0
0
Hello guys, Im Andor from Hungary.
I've been waiting for the last payment since April 1st. I've never had to wait so far, the slowest was 3 business days, but now this is the eighth business day.
Something has changed with payments? (the last payment from Finland, now i see U.S.A)

thanks

Advertising has been suspended in one of my games

$
0
0
Hello.
Advertising has been suspended in one of my games and I can't get my payout because unity ads team think that I generated artificial traffic. So I can't get my payout.
Unity Services Support answered me:

"Hello,

Thank you for reaching out. Unfortunately, you have been found in violation of our Monetization Terms of Service agreement by generating revenue through...

Advertising has been suspended in one of my games

Unity Ads not showing on Google Play, but showing in debug mode

$
0
0
When I run my game from debug mode directly via USB cable on my phone, the real ads show. When i upload that .aab file to google play, the ads don't show. The game has been linked in unity ads console. So im not sure what is going on. Can someone help me figure this out?

Unity Monetization error after upgrading Unity

$
0
0
Hello, my project were working just fine on Unity 2018.3.11f1
After i upgraded to Unity 2019.2.0b7 i started getting an error when trying to initialize it :

Code (CSharp):
  1. NullReferenceException: Object reference not set to an instance of an object
  2. System.Net.AutoWebProxyScriptEngine.InitializeRegistryGlobalProxy () (at <0079a30f96a047348857e1cecc6c638a>:0)
  3. System.Net.AutoWebProxyScriptEngine.GetWebProxyData () (at <0079a30f96a047348857e1cecc6c638a>:0)...
Unity Monetization error after upgrading Unity

Banner Ad 'No Fill'

$
0
0
I know Unity banner ads was only originally supported in the US and has now been rolled out Europe but I am getting 'No Fill' when showing banner ads.
The ads work correctly in Test Mode and from what I can see this is because there aren't any ads to show at that current time.
Is there any update as to when Banner ads will be usable?

Unity Ads Game ID

$
0
0
Hi, my game is almost ready to be sent out into the scary wide world! I'm on the final phase of uploading the screenshots ect to itunes connect. When adding my game to Unity Ads, I've chosen the option unpublished ios game, as it is currently unpublished! but when I eventually publish, and I make the change to the game in the Unty Ad Consol, will my game ID in unity ads change? can i change it's condition to published or do i need to create a new game ID? or will there be something else to...

Unity Ads Game ID

Confusion: Game ID

$
0
0
Hi there,
I have a project, under one Unity account. However, I have switched it to another account. As such, I would think I would need the Game ID, to match this new account.

My question is, when I open Unity Services, Ads, Settings, iOS Game ID, it is in the format of a 7 digit number, ex. 1234567.

I wanted to double check that this was correct. So I thought I could find a corresponding value, in the Unity Services, Account, Project Page. However, when I log in, the UPID is all I can...

Confusion: Game ID

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 :).

UnityEngine.Advertisements.Advertisement' does not contain a definition for `gameId'

$
0
0
Since upgrading to 2018.3.3f1 I am getting the error

UnityEngine.Advertisements.Advertisement' does not contain a definition for `gameId'


When trying to access Advertisement.gameId

Despite it still being in the documentation:

https://docs.unity3d.com/ScriptReference/Advertisements.Advertisement-gameId.html

My latest project also isn't showing up on the Dashboard website even after enabling Advertisements in 'Services'.

Why has this value disappeared and how do...

UnityEngine.Advertisements.Advertisement' does not contain a definition for `gameId'

Game crash on android after integrating Unity Ads

$
0
0
Hi everyone,
I am developing a small mobile game and wanted to integrate Unity Ads into it in the form of rewarded videos.
My project was working perfectly fine without unity ads. But now that I put Unity ads in the mixture it behaves strangely.
If I run in editor, everything goes perfectly, and I can see the test ad.
But when I upload it to android, it just executes for around 5 seconds and suddenly the application crashes.
Here is the Script integrating unity ads:
Code (CSharp):
  1. using...
Game crash on android after integrating Unity Ads

Unity Ads in App Store game targeted at kids

$
0
0
Hi everyone,

So as I am sure many of you know, when publishing to the App Store a parental gate must be added in games targeted at children to stop them clicking on ads and going to an external site etc. or else they get rejected.

I just want to know definitively...

Is there honestly no way of adding a parental gate with Unity Ads?

Thanks!

Admob Native Advanced

$
0
0
Hello Guys n Galz,

i just want know any one here worked on admob native advanced in unity?

Payment Delays Problem

$
0
0
Please can anyone tell me if there are issues with payment delays? I sent my invoice since 8th of Dec 2016 and yet to get payment.

How is the 30 days calculated (with Weekends or without weekends)?

Thanks

Unity Ads Revenue BUG???

$
0
0
As you can see from the picture, it doesn't make any sense because on Jul 2 & Jul 5, I have quite low impressions but got higher revenue than Jul 6. And it quite weird because on Jul 6, 7, 8 I got nothing $0. For total I have like 512 impressions but just 6 cents??? That is pretty low.

https://imgur.com/AV3ADaO

Could not show banner due to No fill for placement

$
0
0
Hi.

I am just testing out unity-ads for the first time, using the code provided in the tutorial.

Video ads work fine, in the editor as well as on my device.

However, the banner ad dummy only shows up, when I'm in the editor and on my device I get the warning:
"Could not show banner due to No fill for placement"

This sounds to me, like there were just no banner ads found to display.

Now this is confusing, because I have set my application in the dashboard to "testing", so...

Could not show banner due to No fill for placement
Viewing all 6164 articles
Browse latest View live


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