Normally the Interstitial ad is delivered by an ad server. Virtualcms give the chance to create and customize the Interstitial banner.
It can be used to promote an event, such as a week free subscription, or a shipping for free.
The Intersitial ad can:
It need to have in the code also the follow script:
<script type='text/javascript' src="js/bannerInterstitial.js"></script>
Set views
Using the openOnViews parameter, we will set when the popup will be displayed.
// views
bannerInterstitial.openOnViews = [1,2,3,4,5];
/* the popup will be displayed the first time, the second time, ...,
that the page is reached by user.*/