Jump to content

Slide (carousel) banner?


Ezh

Recommended Posts

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.

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...