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

Unity Admob Alignment Problems

$
0
0
0
I am using Unity and Admob on Android. The orientation is Landscape and is banner position is set to Top. The problem is that some android devices have a “notch” , and the ad banner will fail to center at top on Landscape Left, but is OK on Landscape Right.

Thank you for your suggestions

unity3d admob

Demand Partners List

$
0
0
Hey,

Where can I find a list of demand partners Unity is working with?

Unity Ads. Ads Never ready

Сan't get money

$
0
0
Good day! On my Unity3d account already $ 104.
Payout Method is full. Payout Tax Info is status validated. How do I get money?
Thank you in advance!

Unity Fake ads work great in editor but not on android or even published

$
0
0
Testing my game in Editor, the ads work great right where they should be but when exported to my android phone and installed from google play no ads show. Ive tested on a Galaxy Note 8, Samsung S7, samsung s8. I did the Unity guide step by step. I have my script on a prefab called AdBox. I made sure that I pasted mygame ID(hoping it was a simple error). Just seem I cant figure this out. Is it possible Unity ADs take awhile with publishing? Thinking of every possible angle here lol
Here is my...

Unity Fake ads work great in editor but not on android or even published

Banner ads preventing clicks on UI

$
0
0
Hi,

I am just starting to integrate unity ads into my mobile app. I've integrated a banner ad at the top of the screen.

I have 2 issues. The first major issue is, that once a banner ad is shown, the UI buttons directly below it are un-clickable (see screenshot for reference).


Is there a required spacing buffer between the banner and any interactable elements? I did not see any mention of this in the documentation? Has...

Banner ads preventing clicks on UI

Full screen ad shows on Editor, not on Phone

$
0
0
Morning Folks

So I am trying to integrate Ads into my Android App.

I have enabled Ads on the Unity Services.
I have enabled Test Ads
I have filled out Placements in the Dashboard.
I have forced test ads on Platforms (Dashboard).

So far I have this on an initialisation script on the main menu, after Google Login

Code (CSharp):
  1. using UnityEngine.Monetization;
  2.  
  3. public class InitAd : MonoBehaviour
  4. {
  5.     string gameId = "*******";
  6.     bool testMode = true;
  7.  
  8.  
  9.     void Start()
  10.     {...
Full screen ad shows on Editor, not on Phone

I have revenue data for my android platform, but not my iOS platform

$
0
0
Hello I was wondering if it takes more than 24-48 hours for revenue data to show up for unity ads. I have everything working for android, but when i switch the platform to iOS it says

"No data for this time period"
"There isn’t any data for the time period selected to show the chart. It’s possible that your Unity Analytics integration is configured incorrectly, or that your game is still in development and has limited data available."

Do I just need to wait or did I do something wrong?

Unity Ads Money "stolen"

$
0
0
Hi, I have a weird problem with my Unity Ads.
2 hours ago, I checked the operate dashboard unity ads and my UnityAds Unpaid Earnings were : 16.68$.
Now I check the balance again and see 14.45$
What happened?

unity banner ads loading fine but appearing off centre so can only see half the banner

$
0
0
as explained above banner ads load fine and at the bottom of the screen but half the banner is off the screen, what could be the issue?

Admob Rewarded video not calling events after close

$
0
0
I'm trying to add an Admob reward video ad to my android game made in Unity. The displays fine but when I close the ad, the reward is never given (coin).
This is my unity c# script.


-- AdmobRewardedVideo:

using System.Collections;
using System;
using UnityEngine;
using GoogleMobileAds.Api;

public class AdmobRewardedVideo : MonoBehaviour
{

private RewardBasedVideoAd rewardBasedVideo;
public AddCoinScript Controller;

public void Start()
{...

Admob Rewarded video not calling events after close

Advertisement

$
0
0
I am currently developing an app for android and using Advertisement.Initialize("*******"). ******* - from operate dashboard - game id - Google Play Store. Before, when I tested unity ads, in final screen I saw - "Test game android". But now I see - "Test game ios". should I be worried about that?

Very low revenue and ECPM

Unity Ads keeps players from signing in Google Play Services

$
0
0
Hi !

I recently created a test app for android, everything has been setup right and by that i mean i can publish my game and everyone can download it.
All the process about SHA fingerprint are done.
I even configured Firebase in my game and everything works A1
BUT Whenever i try to add the Unity Ads services, all of a sudden, we can't sign in Google Play Services AT ALL.

Like the manifest is being modified or something.

The log cat throws me this error :
View attachment 383560 ...

Unity Ads keeps players from signing in Google Play Services

Can you create banners with UnityAds?

$
0
0
Hello, is it possible to create banners with UnityAds and put them only at the bottom of the screen like AdMob?
So far, i looked into the things called "Ad Placements", but they only have videos, big interstitial pictures and rewarded videos.

If UnityAds doesn't support the simple banners to put them on top/bottom of the screen, then will it in the future?

Update your privacy policy - Google removing games from store

$
0
0
We have recently been made aware of some changes to Google's Developer Distribution Agreement that will affect our Unity Ads publishers.

The changes affect all games that collect the Google Advertiser ID (GAID) for showing ads to users. This means that our publishers who haven't recently updated their privacy policy (since the introduction of new GDPR laws), in both the Google Play Console and their applications, run the risk of having their game removed from the store. New games should not...

Update your privacy policy - Google removing games from store

Android App Exit Instantly from Unity Ads

$
0
0
Android App Exit Instantly after Integrating Unity Ads
Could it be because I'm using another Unity Ads account and ID or is it the implementation, Test Ads works fine inside the unity editor!

Adsense for games (Google IMA SDK) integration with Unity WebGL

$
0
0
Hi,

How do I integrate Adsense for Games into a WebGL Unity game? The docs say:
"To get started, insert this example IMA ad tag into your game launcher’s ad console, and generate a sample page running video ads from the example tag. The sample page must contain a working ad implementation and your full website template (i.e.,...

Adsense for games (Google IMA SDK) integration with Unity WebGL

What is the Bank Acount of Unity Ads Payment?

$
0
0
Hello!
UnityAds Support Team:
My bank manager told me that in the wire transfer information they received, your(UNITY TECHNOLOGIES FINLAND OY KAISABIEMENKATU 2B HELSINKI 00....) bank account was incorrect. It should be a string of numbers, and you are giving character string like this: POXXXXXX. So the bank will not accept this wire transfer.

I don't know the bussiness of wire transfer, and what should I do next?

About AR Ads

$
0
0
Hi,

I have a question regarding AR Ads implementation on Unity, I've been asked to implement the code needed to show an Unity Ad into a project, and that ad would be an AR Ad, my doubt comes when seeing the example code for implementing a basic non-rewarded ad

Code (CSharp):
  1. using UnityEngine.Monetization;
  2.  
  3. public class UnityAdsPlacement : MonoBehaviour {
  4.  
  5.     public string placementId = "video";
  6.  
  7.     public void ShowAd () {
  8.         StartCoroutine (ShowAdWhenReady ());
  9.     }
  10.  
  11.     private...
About AR Ads
Viewing all 6164 articles
Browse latest View live


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