Patel Farhan
Patel Farhan
I'll be happy to contribute this feature if we have consensus after discussion.
This request is specifically about banner ads. When using the component, there doesnโt seem to be a way to preload it โ it starts loading automatically on mount and doesnโt...
@mikehardy yeah, I saw that too. From what I understand, that load() method is part of the internal BannerAdRef, so you can call it after the component mounts via a...
Yeah, that makes sense. From what I can tell, load() does map to a native โloadโ command on the view instance, but since the ref only gets attached once the...
Thanks @dylancom for the clarity. May be we can expose an API that creates pool of ads instances(i.e AdView) for preloading and attach to the component on mount. Of course...
From what Iโve seen, It only count impressions once the banner is actually rendered and viewable on screen (per MRC standards), not when itโs preloaded. So preloading should be safe...