Hi,
we are going to add the inline adaptive banner to our content where the banner view size
could fit to the banner.
The Problem we encounter is that there are 2 call back from the request, from the first request, the banner height from the first request is 267, while a higher one is return from the second call back.
Thus, if we create the banner view following the first call back, we cannot got a larger size banner. to obtain a large size banner, we have to set a view with 600 height and the out come is the banner does not fit to the view occasionally.
Our question is
1. Why we got 2 call back from one request, is it the norm or we do something wrong?
2. if 2 call back is the norm, how can we make the banner view fit to the height of the banner
Here is what we receive in a banner request for reference.

Cheers,
Jason