In the new version of Chartboost iOS SDK, showInterstitial
will display video or image Interstitial, how to make it showInterstitial
display image Interstital & showInterstitialVideo
display video Interstitial? I pop up an Interstitial when app become active, it's not welcome to users that display a 10 seconds video Interstitial.
Can I set the CBLocation on the website to let the showInterstitial
display image or video,e.g showInterstitial:CBLocationMainMenu
only for video? But I failed because CBLocationMainMenu
also displays image Interstital.
In Chartboost dashboard, you can add campaign(s) to your app to show interstitial. If you added 2 campaigns to your app, one with Ad Type set to static interstitial, and the other one with Ad Type set to video interstitial; and you call showInterstitial with the a location name that exists in both campaigns, then your interstitial may be image or video.
If you only want to show only image interstitial when your app starts, you can do it in two ways.
1) Add only one campaign (with Ad Type set to static interstitial) or
2) Use both static interstitial and video interstitial campaigns for you app. Go to the video campaign and at the Game Logic part, choose the location that you only want to show image, and tick the checkbox of Never Show. You can find the Never Show checkbox next to the priority drop-down.
You can configure on the dashboard to make your app only show video interstitial in similar way.
Also, the official document provided this information:
You can configure the rest of the campaign as normal, but publishers should note that – because the call to show an interstitial video is the same as the call to show a static interstitial – you should set an interstitial video campaign to a higher priority than other campaigns running at the same named location if you want to show a video ad first.