''No data for this time period'' on unity dashboard
Hey I published my game 3 days ago on google play store, and I'm certain that ads does work as they show up normally when I play the game on my phone (the final build). However, on the unity dashboard,...
View ArticleGame IDs are wrong on the Unity dashboard
The game IDs for apple and google play are switched in different places on the Unity dashboard. In Monetization -> Placements i can see the game IDs. Then in Setting -> Project Settings, they are...
View ArticleAfter applying ads, unable to merge android manifests
After using admob, Unable to merge android manifest.. I have also edited android manifest and now it has same target API as in player settings.. here's the error.. CommandInvokationFailure: Unable to...
View ArticleThe type or namespace name 'ShowResult' could not be found
I have converted my project from Android to iOS. It shows me no errors, I can play game easily but when I try to make build, it shows me this error and build process is cencelled. _The type or...
View ArticleBanner Ads Fill Entire Screen,Banner ad fills entire screen
I'm new to unity ads, so please excuse my incompetence. When using a banner ad, i get the standard 'your ad unit is working' message, but it unfortunately fills up the entire screen. When I launch to...
View Articleunity app crashes when admob banner ad is requested but works fine for...
using System.Collections; using System.Collections.Generic; using GoogleMobileAds.Api; using System; using UnityEngine; public class AddManager : MonoBehaviour { private string APP_ID =...
View ArticleGoogle Admob ads are not showing
Hello for a few days now I have been trying to put Google Admob ads in my Android games. I do get all the dummy logs that says the ads work, but the ads never show, in the editor, using build and run,...
View ArticleWhen in my dashboard I can see earnings from ads
I have made a game in Unity (my first ever), now it's in closed alpha in Google Play, It has unity ads in it, so, a couple days ago I was testing ads with my friend, we were playing the game and were...
View ArticleTimer between ads displayed
Im using google admob and to make my users happy and not fed up with ads i want to space them out. I have a working code which i know works as in the console it says a message whenever one is supposed...
View ArticleUnity Ad Integration,Unity Ads
I am integrating a unity add through a button click. The click and going to the add are working fine. But I am trying to use the Ad Listener to know whether the video was watched so I can award the...
View ArticleAdMob ads not showing on unity3d game!
hello, I am having some issues with AdMob on my unity games and could not get real ads to work. I did everything google instruct on their implementation [page][1] and the Test ads are working just fine...
View Articlehow to implement admob into your game and why doesnt this script work
Hello, my app TileTap ( on google play ) has advertisements in it , but they never display however in the console they work when intended to saying load interstitial ad.. what do i need to add for this...
View Articlehow do you set up the google mobile ads package to show ads
Hello in my game i have the mobile ads package and want to use it to show ads however in the editor console it says theyre loading (dummy non physical ads) but in the build they dont work, is there...
View ArticlePlayable Ad bug
Hello. I am testing a playable ad on Ad Testing for Unity Ads on Android and after scanning the QR code, and initializing the ad, it only shows a black screen on my device. When scrolling through the...
View Articledo dummy ads mean real ads will load
ive set my ads up on my app and in the console when requested it says load dummy ad, what does that mean?![alt text][1] [1]: /storage/temp/146973-untitled.png
View ArticleUnity Ads in Live Mode but no data in statistics
I have my first app every published on both Android and IOS stores. Unity Rewarded Ads is enabled in the game, correctly linked to my unity account, "Enable Test Mode" is not checked and real ads are...
View ArticleBest 3rd Party Attribution link for unity ads
Hello everyone! I just released my small game and am looking to run about $50 of ads for it. When filling out the unity ads campaign section is asks me for a "Attribution links" I read the...
View ArticleI have Unity Ads already configured in my project and want to Add Admob...
Hello, I was using Unity ads and configured it correctly ,and working perfect. Now I changed my mind , since I can not Add mediation on top of it. And Migrated to Admob. to integrate Unity ads as a...
View ArticleUnity Advertisement is not working on the editor
using System.Collections; using UnityEngine; using UnityEngine.Advertisements; public class AdController : MonoBehaviour { public string gameId = "1234567"; public string placementId = "testad"; public...
View Article