You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are encountering a behavior related to banner ads and would like clarification regarding the OnBannerAdLoadFailed event. According to the documentation, this callback is triggered when a banner ad fails to load into the banner view. However, there is also a built-in refreshing mechanism for banner ads that reloads ads based on a predefined refresh rate.
Question:
When the OnBannerAdLoadFailed event is invoked, does the automatic banner ad refresh mechanism still function as expected, or do we need to manually handle the banner ad reloading process? Specifically:
If a banner ad fails to load and OnBannerAdLoadFailed is called, should we create a new instance of the banner ad and load it manually, or will the built-in refresh mechanism continue to work and handle subsequent ad loading attempts automatically?
The text was updated successfully, but these errors were encountered:
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Description:
We are encountering a behavior related to banner ads and would like clarification regarding the
OnBannerAdLoadFailed
event. According to the documentation, this callback is triggered when a banner ad fails to load into the banner view. However, there is also a built-in refreshing mechanism for banner ads that reloads ads based on a predefined refresh rate.Question:
When the
OnBannerAdLoadFailed
event is invoked, does the automatic banner ad refresh mechanism still function as expected, or do we need to manually handle the banner ad reloading process? Specifically:If a banner ad fails to load and
OnBannerAdLoadFailed
is called, should we create a new instance of the banner ad and load it manually, or will the built-in refresh mechanism continue to work and handle subsequent ad loading attempts automatically?The text was updated successfully, but these errors were encountered: