Vungle sdk for showing ad in android - android

I implemented Vungle SDK for showing ads video.its working fine.
after complete the video close button showing in corner, if i clicked then only moved to nextscreen.
but my scenario is after completion video ad automatically i have to launch next screen.How to achieve in Vungle SDK.ha
Thanks
Gowtham.R

I am Aki from Vungle.
You want to auto-close ad after it finishes?
Most of our ads has ebd card and you need to hit "close" button to close and come back to your app. Some ads have no end-card and it will close automatically.
Please contact us at tech-support#vungle.com for any question.
Thanks,
-aki

Related

Heyzap Ads Ad is not ready

Hi I am using Hey zap for show Rewarded Video Ads in android. I used this documentation . But I tried to show ads in application its show in the screen this Ad is not ready, as zone vzd448459637794d338c is V4VC enabled and must be played using an AdColonyV4VCAd object" After 5 minutes it show still this one .How can i solve it ?
I work on Heyzap's Android SDK.
The zone mentioned in that error message is set as the "Interstitial Zone ID" in our dashboard. If you don't intend to use interstitial ads, just remove that zone id entirely, and that may solve your problem.
It's also possible that AdColony isn't filling your rewarded video zone for some unrelated reason. Could you send us a copy of your APK? I could check it out and see if they fill for me, or if I see any other relevant error messages.
Thanks!

AdMob Ads on exit

I am creating an app with phonegap and using admob i am displaying fullpage ads on exit.
Is it ok to do so?
I am not blocking the user to exit the app
i am doing it like this
function backCall(e){
// pormt when back button is pressed on home screen
e.preventDefault();
var action=confirm("Do you want to Exit");
if(action){
if(AdMob) AdMob.showInterstitial();
navigator.app.exitApp();
}
So if the admob object is available the ad will show and the app will exit but if the admob object is not available then the app will exit anyway
I did not find anything the documentation.
Please let me know if i missed something in the docs.
You can't put ads on app load or exit according to Google guidelines.
Please read here.

How many times do I need to cache an ad?

I am fairly new to using Chartboost ads, and haven't managed to find much info regarding this.
I have written a game in which an interstitial ad and 'more apps page' ad is cached immediately when the game loads and is displayed when the user receives a game over message/clicks on show more apps button.
My question is do I have to call cacheInterstitial() and cacheMoreApps() again every time to cache a new ad whenever a previously cached add is displayed to the user, or is this handled automatically after the first time I call on the api to cache an add?
if you are not using Chartboost Autocache feature then YES you will have to call cacheInterstitial() and cacheMoreApps() again every time you display a previously cached Ad or chartboost will keep on showing same ad again and again.
To use Autocaching feature read the section 'Autocaching' in Chartboost docs.

android admob google-play-services interstitial video ads and dismissal

I received a user review that describes "having to sit through a video ad".
I thought all interstitial ads were easy to dismiss via either the device back button or the included [x] button...
Are there video ads that force a user to watch a portion / the whole video before being "dismissable"?
If so, is there a way of preventing such ads from being in the "ad lineup"?
I have never come across an ad that wasn't cancelable.
1-Log in to your AdMob account at https://apps.admob.com.
2-Click the Monetise tab.
3-Click All apps on the left-hand side and select the app that you want to modify.
4-Click + New ad unit.
5-Next select “Interstitial” as the ad Format
6-select Ad type you want to show

Admob banner not showing but working in logcat?

I wrote a test app to implement the admob banner using xml in the layout file. The first time I ran the application, it worked and I could see the banner. I added a second activity and I was able to switch between activities and I still can see the banner.
The following day I tried running the app again and the banner does not show. I checked the catlog and it tells me the a request for ad was succesfull but no ad was returned because my inventory is empty.
I wanted to know if this would be something normal when you are working on eclipse. Or if the banner would still show even if there are no ads in the inventory.
Thanks,
Richard.
If you get this error your code is probably correct (you say it worked before and you didn't change anything). The issue is that AdMob does not always have an ad to return to every request. You can enable the Use keyword-targeted ads and Google certified ad networks (GCANs) to improve fill rate. in AdMob app settings to increase the fill rate.
If you want to be sure your code works as intended you can set the testmode to true, if you get back an ad you can be sure your code is correct.

Categories

Resources