What is a clear GIF and how does it work?

I was just reading through an online company’s privacy policy, which included the following paragraph:

Pardon my ignorance here, but what is a clear GIF in this context? I wasn’t aware of any kind of GIF apart from the graphic file format, and I can’t see how that would apply in this case. Thanks.

A google search provides plenty of information.

BTW, this is not new.

Cookies are used to store information. Cookies can only be served up to a domain if you load a page or graphic on that domain. You can go to site A and they display a completely transparent GIF file served from site B, C, or D. B, C, or D can then make note of what you do on site A, as well as any other site that serves up their transparent GIFs. If enough sites serve up those invisible graphics those sites can use those cookies to make pretty good records about the types of sites you visit, for demographic purposes.

I didn’t think this was new, sailor; I was just asking what it meant since I’m not exactly an HTML guru, obviously.

Thanks for the responses.

Just to clarify, clear GIFs are used to track you. DoubleClick is notorious for using them, but I’d bet a lot of web-ad companies use them.

Say you’re on CNN.com. CNN.com displays an add provided by DoubleClick (for example). You’re technically on CNNs site, so it would be hard for DoubleClick to tell how many people are looking at their adds, and therefore how much to charge the advertiser. Their solution is the clear GIF. As stated before, this is usually a 1x1 image, same color as the background, so you won’t see it on your screen. What most people don’t realise is that images aren’t really bundled into the HTML of the web pages - instead the HTML just states where (on what web server) the image is located. So, it the DoubleClick add was for straightdope.com, the HTML coding for the clear GIF might look like:


<img src='http://www.doubleclick.com/clear_gif_straightdope_add.gif>

When your web browser sees this, it has to go to doubleclick.com to get the image, because it assumes you want to see it (you do want to see the pretty pictures, right?) When it does that, your computer has to tell the DoubleClick server what your web address was, so that DoubleClick knows where to send the image. Forever after that, when you browse a web site that has a DoubleClick add on it, they can match up your web address and see what kind of sites you like to look at. Look at a lot of car sites? You may notice after awhile that you’re seeing a lot of car adds.

Of course, they use cookies too, but I won’t get into that. Unless you’re really curious.