setMediaAspectRatio(MediaAspectRatio.PORTRAIT) is not working Google ad manager
I need to load a Portrait Full-screen native ad.
I have set the nativeAdOptions like theseval nativeAdOptions = NativeAdOptions.Builder().setMediaAspectRatio(MediaAspectRatio.PORTRAIT).build()
and load the ad like this
AdLoader.Builder(context, adUnitId).withNativeAdOptions(nativeAdOptions)
Even I set the MediaAspectRatio
to MediaAspectRatio.PORTRAIT
. I am getting landscape ads.
Is there any issue with Google Ad Manager SDK or Do I need to specify any extra AdOptions?