Closed rogierdna closed 6 years ago
Hello,
You should not use:
adView?.debugMode = true
This property is intended only for internal usage by Adform. Also, you should set ad size 600x500 on adView, because you are using this size in placement configuration. If you want to load banners with different sizes in one adView, you should use additionalDimensions instead.
Hello, we need a little help with ad sizes
in Placement configuration we have this setting.
in app using code: (when initialising CellNode in tableView) We use this code to load the ad via adform-ios-sdk
So here we get the banner loaded but we do not know its size before it gets loaded. Is it possible to get that size before ad loads?
adView?.adSize
Also if we try get the adSize after loading then the adSize value is not the size set in Dimensions field. Nor it is the size of the ad loaded.
Also when checking from
adInlineDidLoadAd
delegate method the value of adInline.adSize is also not the size of loaded adsame issue with
adInlineWillShow
, the result is not the size set in placement configAny help is appreciated.