|
|
|
|
|
by musikele
2068 days ago
|
|
I wrote an article on the subject: https://michelenasti.com/2019/10/21/how-internet-ads-work.ht... You may find the answer in the last paragraph. Basically, the browser will ask multiple bidders for an ad, and then an auction is performed in the browser. The result of this first auction may be then sent to google to see if there's a better offer from them.
It's called "header bidding" because... in origin.. this stuff was done in the <head> part of the page. |
|
The auction is performed in the browser? No wonder the web feels pokey these days.
I thought at first this must be due to the privacy requirements around cookies, only the browser can coordinate the different parties because none of them will be sent all the cookies needed to run a complete auction themselves. But it seems like it's really more some kind of hack around a limited (for business reasons) Google API.