3rd party cookies
What cookie types are there?
There are threetwo types of cookies:
How Third-Party Cookies work
You’re unintentionally creating a “trail of crumbs.” Most web users don’t realize that a browser window with multiple tabs open constitutes a single “session.” As you move from tab to tab, you are unwittingly relaying information about your web visit history to other websites and parties. And, closing the web browser doesn’t always eliminate the cookies your computer stores following the session. Depending on the browser you use, you may have to activate this manually.
You may be on a website with 3rd party cookies and not even know it. One of the failings of cookie notices is that they don’t often specify what types of cookies are being used on the site. They could be first-party, third-party, or both. But, if the website has advertisements (which many do), then you can reasonably expect the website to be generating both first- and third-party cookies.
How are Third-Party Cookies created?
The simplest way 3rd party cookies can be created is when a currently visited website requesting a third-party service. Let's say there is an integrated live chat on the website example.com
. To make it work, example.com is requesting a script from some live chat service provider, ex. someservice.com
.
The script could look like this:
<script src="https://someservice.com/js/livechat.js"></script>
Basically, it says "go to someservice.com
and get this live chat JavaScript file". When the page is loaded, such a request is initiated. As a reply, your browser receives a JavaScript file with LiveChat and optionally some cookies placed in your browser by someservice.com
domain. And there you go, before you notice and before the live chat window appears, your browser is already storing 3rd party cookies from some random website you never even visited.
Are Third-Party cookies actually useful?
Since the late 1990s, online marketers have built their businesses on the ability to track online users and then target them with advertisements, and much of this has been through the use of third-party cookies. Let’s play “devil’s advocate” for a moment. Could third-party cookies actually be useful for users? In a way, yes. The two largest online advertising firms, Google Ads and AdSense, make a valid point that 3rd party cookies are useful to consumers as they create advertisements that are in line with individual interests. After all, if you are forced to see the ads, it's better if they are related to your interests.