Result Page

Scenario

  • User would edit something in the edit page, go to the result page after submitting and we can display the ad in the result page.

Ad Formats Supported

  • Card Ad

  • Native Ad

How to Integrate

  • You can add I2WAPI.preload() in the edit page to download ad assets earlier for improving the ad fill of the ad requesting in the result page.

String placement = YOUR_PLACEMENT;
int adCount = 1;
I2WAPI.preload(context, placement, adCount);
  • Please refer to DisplayAd or NativeAd to request ad in the result page without timeout (loadAd(0L)), SDK would response the result directly.

  • If there is no ad to serve after you call loadAd(0L), then you could try to request ad from other SDK immediately to improve the fill.

Last updated