What a tracking pixel means
Technically, a tracking pixel is an <img> tag whose src attribute points to a server outside the page's own domain instead of a real image. The browser or email client loads it like any other image, no JavaScript required, and that plain HTTP request gets logged on the destination server with the IP address, user agent, timestamp and, if the URL carries parameters, the campaign or message ID.
The name gets confused with cookies constantly, but they solve different jobs: the pixel triggers the request, the cookie stores an identifier across visits. Most pixels in use today, like Meta's or LinkedIn's Insight Tag, don't load as a literal 1x1 image anymore. They run as a JavaScript tag that does both at once: it fires the event to the server and also reads or writes a cookie to recognize the same browser on a later visit. The word "pixel" stuck around out of habit even as the underlying technology moved on.
It gets used for three things mainly: confirming that an email got opened, logging the arrival on a landing page after an ad click, and building remarketing lists from visitors who were on a specific page.
