Hi! I have successfully integrated Google Mobile Ads to my Unity app, and I am seeing the banner on my phone. However, I need the banner width to be limited to the middle third of the screen width, because the other two thirds are reserved for UI controls.
I understand you can do this if you are using Android Studio because you can change the layout files. Is there a way of setting this custom width from a C# script in Unity? Right now I am using AdSize.SmartBanner
Thanks!