-
Notifications
You must be signed in to change notification settings - Fork 811
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
two rewardVideo problems #52
Comments
For 1), that request in the charles log is for a 400x333 ad against a Native express ad unit. Did you send over the right charles log? For 2), the onAdLoaded callback currently does happen before the full video is fully loaded, but it's generally expected that the video will finish loading before it ever needs to buffer. How often is this happening? I'd expect this to be a corner case that only shows up when you have a spotty connection. |
hmmm,ok,this time i disabled other ad types. for 2), i am not sure how bad our office network is and how often this will happen..... but we think it's a great frustration for our app users if it ever happens, we havent put admob reward ads in production environment as of now |
hellow i am only test rewardBasedVideoAd that error |
@azurebld From the Charles log, I do see rewarded requests now. The ad that's returning does seem to be a video ad. I'm not sure why it wouldn't play the video, but it does sound like a bug. I will have to circle back and follow up with you. For 2), I'll share the feedback that you want some callback to know when the video has fully loaded. |
For 1), there is a bug in the SDK. If the video doesn't load, we do show just the end card. This is fine for an interstitial placement but not for rewarded. This will be fixed, but I don't have an ETA to share. For 2), it isn't just a simple answer to prefetch the entire video. It's a balance between prefetching enough and not wasting network usage for an ad that may not be shown. Plus, ExoPlayer has a buffer policy of 30s, so it's currently not feasible to fully cache long videos. That said, the team is investigating how to better optimize precaching. I'm going to close this issue since I've confirmed it's not a problem with the samples themselves. If you have additional questions regarding this, please ask on the Google Mobile Ads SDK developer forum. |
hello!
we encountered 2 problems while testing admob reward ads.
sometimes a non-reward-video-ad is served
https://github.com/cngamegirl/cngamegirl.github.io/blob/master/admobbug.chls.zip
we always preload ads and check availability before presenting it, but sometimes the video just pause/freeze. i suspect the ads is not fully cached when it's ready to show?????
we encounter this problem on interstitial video ads too, the count-down number stops counting and then disappear when time is up
The text was updated successfully, but these errors were encountered: