Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #7

Open
optikalefx opened this issue Dec 19, 2014 · 3 comments
Open

Update docs #7

optikalefx opened this issue Dec 19, 2014 · 3 comments

Comments

@optikalefx
Copy link

You need to prepare your interstitial every time you want to show it. Once you show it once, you can't show it again. This should be noted in the docs.

@optikalefx
Copy link
Author

Instead, I think easiest practice is to just always prepare with autoShow:true

@floatinghotpot
Copy link
Owner

Yes, you need prepare before show. After a ad is dismissed, need prepare again.

As it will always need some time to load ad(depends on network speed), if use autoShow:true, it may delay a few seconds.

If call prepare to preload in the background, when you call show(), the ad can be displayed immediately.

@optikalefx
Copy link
Author

Yea, I get that now, I think it should be more clear in the docs that you need to prepare every time you show an ad. Most people with ads show more than 1 ad, so they should know they need to prepare many times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants