Questions tagged [ad-delivery]

Ad Delivery is the technical mechanism by which banners are inserted onto a page.

Ad Delivery is the technical mechanism by which banners are inserted onto a page. Although server-side delivery is common in mobile contexts, typically ads are inserted client-side using either Javascript, Iframes or a combination of the two. As they relate to the challenges facing Ad Ops teams, each of these techniques has its own advantages and disadvantages.

1 questions
1
vote
1 answer

Pacing algorithm for ad delivery system

Suppose there are 3 ads that my system can deliver. If I want all three to be delivered roughly the same amount of times over the course of a week, I can just choose a random number between 1-3 each time, then deliver ad 1, 2, or 3. var ads = [ …
rodrigo-silveira
  • 12,607
  • 11
  • 69
  • 123