Bast Posted November 30, 2015 Report Posted November 30, 2015 Hi Guys, We are using adserver for more than 1 year and it's really convenient.We are mostly only making URL restriction in the delivery options. But we now want to have a kind of carousel.I made a small script which does a new request after 10 seconds and try to get a new image. if it takes the same banner 10 times, it doesn't try anymore...assuming that this is the only one for this page.In order to avoid browser caching, I make the ajax request with a random string at the end (e.g.: ?rand=87849).My question is the following: Is there a way to get a list containing all the banners for a specific URL? (and why not their probability)Thanks in advance. Bast Quote
andrewatfornax Posted November 30, 2015 Report Posted November 30, 2015 Hi @Bast,No, not that I'm aware of - all of the delivery tags that exist are designed to return one banner from the zone for display, on the assumption that the delivery tag will do the displaying; not for returning all possible banners.The API might allow this to be done? But I have to admit, I'm not sure. Quote
Bast Posted December 2, 2015 Author Report Posted December 2, 2015 Hi @andrewatfornax,Thanks for the reply.So how would you write your code for a simple rotation?And what's the API URL? Is there a free version? If yes, is there any doc about this?kr, Bast 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.