I've read this question about how third party cookie are set , which is a subject I already know :
it can be done via three ways :
Script (
application/javascript
)mime type ( which is generated at server side) which can also set cookie. ( along with the script response).img
link<IMG href="http://www.advertiser.exmaple/add.cgi?source=example.com&user=1032354">
form submission to an iframe ( for safari)
Also , this answer explain it pretty well.
Question :
I was clicking on a glasses
item in example.com
.
How does advertiser.com
knows it should show me ads about glasses
? does an img
/ script
/ form submission to an iframe
is being requested (with query string value for glasses
) for each click on example.com? (I hardly believe so)
(even if so , it means that both advertiser.com
and example.com
has to agree that item #447
is glasses
....do they both share a db ? ---huh ?)
How does it working ?