Re: Comparing data in two consecutive rows from a single table
"--CELKO--" <jcelko212@eart hlink.net> wrote in message
news:18c7b3c2.0 406041125.3cd71 4a7@posting.goo gle.com...[color=blue][color=green][color=darkred]
> >> Serving them has no duration, no. And we serve (and record the[/color][/color]
> serving) of over 14 million banner ads a day. <<
>
> Perhaps I do not understand what "serving" means; can you give me a
> scenario. I am a customer; I want to run a banner ad. My banner
> needs to be up from Christmas to New Years day. It needs to run
> between 0600 UTC to 1200 UTC everyday, and it is 5 seconds long. What
> are you recording so that I get the exposure for which I am paying?[/color]
Banners don't have a duration. (Well, active content do, but let's come
back to that.).
So, given the criteria you've given, we'd charge you probably (and this
varies but for this we simplify) on number of impressions. I.e the number
of times it's been served.
So an end user goes to a page on our site. The code (generally ASP) goes to
a DB table and queries "what banner should I show." (there may be more than
one scheduled for say the top position on the page). A "coin flip" is made
and the DB hands back a URL to the banner in question. At that point it
records in the database that your banner was served.
Now, the end user may spend 10 seconds at that page or 10 minutes. At that
point we don't really care (and have limited ways of knowing anyway since
the web is generally stateless). You're not paying for that, you're paying
for impressions served.
Now, a standard banner is generally just a gif file, or perhaps an animated
gif. Active content may be fancier, like a flash ad (yuck) or Quicktime,
etc. But again, we don't record any of that, simply the time that the
banner was handed to the user.
This is fairly standard in terms of how banner ads are served. So, no
duration, simply an impression.
"--CELKO--" <jcelko212@eart hlink.net> wrote in message
news:18c7b3c2.0 406041125.3cd71 4a7@posting.goo gle.com...[color=blue][color=green][color=darkred]
> >> Serving them has no duration, no. And we serve (and record the[/color][/color]
> serving) of over 14 million banner ads a day. <<
>
> Perhaps I do not understand what "serving" means; can you give me a
> scenario. I am a customer; I want to run a banner ad. My banner
> needs to be up from Christmas to New Years day. It needs to run
> between 0600 UTC to 1200 UTC everyday, and it is 5 seconds long. What
> are you recording so that I get the exposure for which I am paying?[/color]
Banners don't have a duration. (Well, active content do, but let's come
back to that.).
So, given the criteria you've given, we'd charge you probably (and this
varies but for this we simplify) on number of impressions. I.e the number
of times it's been served.
So an end user goes to a page on our site. The code (generally ASP) goes to
a DB table and queries "what banner should I show." (there may be more than
one scheduled for say the top position on the page). A "coin flip" is made
and the DB hands back a URL to the banner in question. At that point it
records in the database that your banner was served.
Now, the end user may spend 10 seconds at that page or 10 minutes. At that
point we don't really care (and have limited ways of knowing anyway since
the web is generally stateless). You're not paying for that, you're paying
for impressions served.
Now, a standard banner is generally just a gif file, or perhaps an animated
gif. Active content may be fancier, like a flash ad (yuck) or Quicktime,
etc. But again, we don't record any of that, simply the time that the
banner was handed to the user.
This is fairly standard in terms of how banner ads are served. So, no
duration, simply an impression.
Comment