Unity Ads Banner in production

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)

Does anyone have banner ads working on Europe? or its a bug on my side?

I would look at the logs on the device or the network events being send from device to capture and see if you are getting fill. The most common reason you dont get banners to show is due to no fill. Depending on your sdk verison we should output a message in the console log when no fill happens.

There is a way to check if I’m getting the banner using adb logcat?

Found this on the logs.

01-07 17:41:11.557 16501 17068 E UnityAds: com.unity3d.services.core.api.Sdk.logError() (line:70) :: No fill for placement banner

yup so you are setup correctly, but based on various characteristics, you are not getting fill. that doesn’t mean that your users wont as their profile will differ from yours and may be candidates for certain banner campaigns. Especially users in other geos.

Ok thanks. I will give it a try.