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

Unity Ads - Multiple Buttons gives exponential rewards

$
0
0
Hi everyone,

I'm really new to C# and Unity
I've been spending a lot of time trying to debug an issue with Unity Ads and hope someone will be able to help

I'm building a quizz game showing a Button (WatchAdButton) on each level (one scene by level)
That button has a rewarded ads script that handles the placement and shows the ad etc... (from Unity's documentation : http://unityads.unity3d.com/help/unity/integration-guide-unity#rewarded-video-ads

when my Ad is finished, I want...

Unity Ads - Multiple Buttons gives exponential rewards

Do banner ads require a certain amount of show time before they're worth anything?

$
0
0
In my game, I show the banner through every screen apart from the game over screen. The problem is the game-over screen can happen quite frequently. Will this cause problems? I really can't find any decent information regarding banner ad show time.

Or are banner ads only paid with conversions? (just thought of this as I was about to hit create)

Unity video ads work until I reload scene.

$
0
0
Hi. I have a button that plays one video ad. So far so good. If I press 10 times it works but when I reload the scene [SceneManager.LoadScene(...)] the banner ad is working as expected but the video ad it's not working and gives me this error:

MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object....

Unity video ads work until I reload scene.

Average Income per watched video unity ads

$
0
0
Hello,

is there an average value for the income you get per watched video?

Problem with Callback OnUnityAdsDidFinish

$
0
0
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 OnUnityAdsDidFinish in it. Which runs all my rewards from ALL the scripts with a OnUnityAdsDidFinish in it, even though I have separate placementIds in the different scripts.

Code (CSharp):
  1. public void OnUnityAdsDidFinish(string placementId, ShowResult showResult) {
  2.  
  3.         if (showResult ==...
Problem with Callback OnUnityAdsDidFinish

Help with switching ads

$
0
0
Hey, can anyone guide me to how i can change from unity ads to admob? I have everything setup in admob ´, but not sure exactly how and what i need to change to show ads from admob instead. Any suggestions?

Unity video ad works fine until scene is reloaded

$
0
0
Hello everyone! I have a game that when you lose 3 lives a lose panel appears and it gives you 3 options, Continue button, this will resume your progress (you need to watch the ad) Restart Level button (it reloads the scene) and Back to menu button. When I enter for the first time to the game the continue button displays the ad and resumes the game properly but If then lose again and click the restart button the ad will not work the next time.

An error in console appears that the object is...

Unity video ad works fine until scene is reloaded

No matching function for call to _UnityAdsCopyString and _NSStringFromIl2CppString

$
0
0
Using the latest Xcode, Unity 2019.2.17f, latest Advertisement package from Package Manager (3.4.1)

The methods are in the file UnityAdsUtilities.h but for some reason the files referencing them can't either find NSStringFromIl2CppString or UnityAdsCopyString (referenced in UnityBannerUnityWrapper).

These look like some kind of bug with the latest Advertisement package. I was able to build successfully after commenting out all the lines that use said methods... but well, that's just a...

No matching function for call to _UnityAdsCopyString and _NSStringFromIl2CppString

Can i put Unity Ads in Bitcoin/satoshis game?

$
0
0
Hi everybody!

I have a question and hope you can help me.

I have a unity game where users can earn some points and then claim them to real satoshis/bitcoins and i do not know if Unity Ads is compatible with this kind of apps, ¿What do you think, should i put Unity ads in my game?

Of course i'll never ask or force users to click in ads, i'll use only traditional videos and rewarded videos.

Thanks so much for your help!

Unity Ads Banner in production

$
0
0
Hi! I have a problem with unity banner
I have 2 types of ads: banner and video
They both work on test mode.
When I put real ads only the video one works. The banner don't even show

Do I need to do something special for Banner ads? Or if the video ads are working the banner should too? (Because in test they both work)

Interstitial ads not working

$
0
0
I've literally copied and pasted the code from the integration guide and it doesn't seem to work. I tried the old "deprecated" Monetization ads and they work perfectly... so I know my placements and my game ID is correct. It's literally the two lines of code to initialize and show.

Update: I've narrowed it down to the sdk not initializing.... still unsure why its not... It did with monetization. Also, I've now switched to the package manager distribution.

Code (CSharp):
  1. using UnityEngine;...
Interstitial ads not working

Violation of Families Policy Requirements (Google Play Store)

$
0
0
- My game is "Primarily Targeted to Children Under 13" set Age Destination.
- In Unity Ads Dashboard is set to "Do not show ads rated 13+"
- In Filters, I have
View attachment 513368

But Google Keep's rejecting my app due Falime Policy Requeriments Violation

View attachment 513365


Is there something else that I have to configure to be able to meet the requirements?

contact info for Advertising?

$
0
0
Hi

I'm paying Unity to advertise in their network. Nowhere on the dashboard or website I find a contact email or anything. Does anyone know where do we direct our issues about the "acquire dashboard"?

about unity Campaigns

$
0
0
May I ask why my app is not installed and the balance cannot be spent

Oversized Unity Ads Banner

$
0
0
I'm testing my game on a iPhone device (iPhone 8) and I'm getting an oversized banner. Since I cannot control the banner size, only the placement, I don't know how to fix it. Also, the banner placement is the default one (bottom center) but it shows on the top left corner. See attachment.

Can anyone help? I'm out of ideas...

Ads requests successfully on the Dashboard, but ads not showing in the App:

$
0
0
Me (Mail to Unity support service):
Hello,
i implemented Unity ads to my Mobile game, when the button is clicked to show ads, my dashboard shows the ads requested successfully, but the ads don't show, even after uploading it to the Google play store and attaching the play store ID to the project on unity dashboard.

(Note: The ads test works fine when testing it on Unity engine.
: I installed the App in Nigeria, and requested the ads in Nigeria, could that be the...


Ads requests successfully on the Dashboard, but ads not showing in the App:

Unity Ads API

$
0
0
Hi,

I've been toying with the unity ads API foe reading revenues and I have a couple of questions about it:

1) Is there a way to read the organization list just by using an API Key ?
2) Is there a way to read revenues for lifetime ? There's currently a limitation on the date range to P1Y (one year maximum),

Cheers,

Adrian

1.1kb of GC generated every frame after initializing the monetization.

Forum Reply Button Won't Work

Banner ad does not appear

$
0
0
Hello everyone.
I am developing a test game for a course I am going to teach and I am having trouble with Unity banner advertising.
The test banner works normally on both Unity and mobile. However, outside of test mode, the banner does not appear. Video ads work normally. From what I researched, there may be no advertising available for display, but I would like to confirm this reason to pass on to my students. I am from Brazil, and I believe that perhaps the region should influence the...

Banner ad does not appear
Viewing all 6164 articles
Browse latest View live


Latest Images

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