Make sure that AdSize
is VUNGLE_MREC
, and placementReferenceId
is an MREC ad type. Refer to the following code:
AdConfig adConfig = new AdConfig(); adConfig.setAdSize(AdConfig.AdSize.VUNGLE_MREC);//Set the AdSize is VUNGLE_MREC vungleNativeAd = Vungle.getNativeAd(placementReferenceId, adConfig, vunglePlayAdCallback);