Ezh Posted October 18, 2018 Report Posted October 18, 2018 Testing Revive for our sites. Is it possible to show multiple banners in one zone, that slides every X sec? I put a zone as iframe and set 3 sec. But no banner change happens and thete is no "dots" for list banners manually. The test site: http://test.royalpetshop.ee/testbanner/ Tnx. Quote
Ezh Posted October 25, 2018 Author Report Posted October 25, 2018 Anybody? I mean this kind of banners: Quote
Sergei Posted October 26, 2018 Report Posted October 26, 2018 I don't know certanly is it right or not I think, you have two variantes at last, if i understand what you mean: 1) If you want to make the banner that will be like one single banner, I mean that you have the few banners and they should be recognized by your ad-system like unit, you can use html5 banners. These banners will include css/js that are responsible for your carousel. 2) In other cases you can put this carousel right into the sourse code of your site, then create zone(or few zones) for it and then get the banners , for example for the asyncjs by this way: <ul class="carusel_banner_list"> <li class='first'> <ins data-revive-zoneid="{{new created zone}}" data-revive-id="{{your_id}}"></ins> </li> <li class='third'> <ins data-revive-zoneid="{{new created zone}}" data-revive-id="{{your_id}}"></ins> </li> <li class='second'> <ins data-revive-zoneid="{{new created zone}}" data-revive-id="{{your_id}}"></ins> </li> </ul> <script async src="/asyncjs.php"></script> (if you don't know how to create or use a js slider, it is different question for other forums and internet sources). sorry for my english. Quote
andrewatfornax Posted November 1, 2018 Report Posted November 1, 2018 Answer above is correct: 1. There is no native support in Revive Adserver to deliver multiple banners in a carousel. 2. However, you can do this yourself, by delivering the carousel itself as an HTML5 banner. However, this will not record separate "impressions" for the "different" banners in the carousel - it will just treat the whole carousel as a single banner. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.