A pixel tag is a tiny, usually 1x1 transparent image or code snippet embedded in a web page or email. It fires a request to a remote server when it loads. That request logs that you viewed the content. It is also called a tracking pixel, web beacon, or clear GIF.
Below: how the request works, what it captures, where it shows up, and how to block it.
What Is a Pixel Tag?
A pixel tag is a 1x1 transparent image, or an equivalent code snippet, that a site or email loads from a remote server. It is so small it is invisible, so most people never notice it firing. The moment your browser or email client requests that image, the server logs the visit, the email open, or the click. That single logged request is the entire tracking event.
This guide covers the marketing pixel tag, not the Bluetooth tracker tags Google sells for Pixel phones. Our full tracking pixel explainer covers the deepest technical treatment of this tracking method. This page focuses on the "pixel tag" name specifically: the literal image tag behind it, and how it shows up in email and ad tracking.
In short: a pixel tag is a tracking technology, not a product. Any site, ad platform, or email tool can embed one.
Pixel Tag, Tracking Pixel, Web Beacon, or Clear GIF: Are They the Same Thing?
Yes. Pixel tag, tracking pixel, web beacon, and clear GIF all name the same underlying technology. Each is a tiny image or snippet that fires a server request on load. The names differ by who is talking and what they emphasize.
| Name | What it emphasizes | Where you'll see it |
|---|---|---|
| Pixel tag / pixel | The literal <img> tag and the 1x1 pixel dimension | Google Ads, Google Marketing Platform, email marketing tools |
| Tracking pixel | The tracking function, regardless of the exact file | General marketing and analytics writing |
| Web beacon / web bug | The older, security-focused framing | Privacy, security, and legal writing; see the web beacon breakdown |
| Clear GIF / 1x1 GIF | The specific file format (a transparent GIF) | Legacy email-marketing documentation |
Ad-ops practitioners use these terms interchangeably in practice. One nuance survives the overlap: a "pixel" is the code that collects the data, while a "tag" is the wrapper that fires it. The next section separates the pixel tag, the cookie, and the tag in full.
How Does a Pixel Tag Work? (The 1x1 Image Request)
A pixel tag works by exploiting how browsers and email clients load images automatically. Embedding one takes four steps:
- The site or email embeds an
<img>tag pointing at a remote pixel URL. - When the page loads or the email opens, the browser or email client requests that 1x1 image from the server.
- The request itself pings the server, which logs the visit, the timestamp, and the request details.
- The server returns a transparent 1x1 image, so nothing visible ever appears on the page.
The literal tag looks like this:
``html <img src="https://example.com/pixel.gif" width="1" height="1"> ``
Some pixel tags hide the image further with CSS, using style="display:none" or style="position:absolute; visibility:hidden". Either way, the request fires the moment the image loads.
IONOS's digital guide describes the mechanics directly: the browser "reads the code snippet... and requests the tiny image using the stored tracking pixel URL," as IONOS puts it. The server then "sends the pixel tag to the client's browser" and "counts the page view," in IONOS's words. It also "logs the unique IP address of the recipient" and other visitor details from the request.
This is the detail most synonym-focused pages skip. The "pixel TAG" name refers to this literal <img> tag, not just the abstract idea of a tracking pixel.
What a Pixel Tag Tracks (and What It Doesn't)
A pixel tag captures the details attached to the image request itself. On a single load, that includes:
- Your IP address
- Your device type, browser, and operating system
- The timestamp of the request
- The page or email you viewed
- The referring page or link
- Whether you opened or forwarded a tracked email
- With cookies or a login present, your cross-site behavior and conversions
A bare pixel tag only ties an IP address and a request to a moment in time. It does not know your name. It becomes a powerful tracking tool once it is paired with cookies, a login, or other first-party data that ties the request to an identity.
One risk most marketing explainers skip: opening a tracked email confirms your address is live and monitored. Security researchers flag pixel tags as spam-validation tools as much as marketing ones.
Where Pixel Tags Are Used
Pixel tags show up almost everywhere digital marketing measures an action, but two use cases dominate: email and advertising.
Email Open Tracking
A pixel embedded in an email body reports whether and when you opened it, which device you used, and whether you forwarded it. This is the mechanism behind "open rate" metrics in every major email marketing tool. Privacy features work against it directly. Apple Mail Privacy Protection pre-fetches images for every message, defeating open tracking by making every email look opened immediately. Blocking remote images in your email client has the same effect.
Ad Conversion and Retargeting
An advertising pixel fires on a thank-you or checkout page to attribute a sale back to the ad that drove it. The most common examples are the Meta Pixel, a Google Ads conversion pixel, and the LinkedIn Insight Tag. The same pixel tags a visitor for retargeting, showing them ads for the product they viewed. Marketers usually deploy these through Google Tag Manager rather than pasting the raw tag into every page.
Pixel Tag vs Cookie vs Tag: How They Differ
A pixel tag, a cookie, and a tag are three distinct tracking mechanisms, not synonyms. A cookie stores data on your device, a pixel tag reports an event to a server, and a tag is the container that fires them. The table below sets them side by side.
| Term | What it is | Where it lives | What it does |
|---|---|---|---|
| Cookie | A small text file | Stored in your browser | Persists data between visits until it expires or is deleted |
| Pixel tag | An image request | Fires from the remote server, nothing stored locally | Reports a single event: a visit, an open, or a conversion |
| Tag | A code container, often deployed via a tag manager | Lives in the page's code | Fires pixels and other scripts when its trigger conditions are met |
A cookie drops a file on your device. A pixel tag drops nothing: it acts as a digital tripwire that reports your activity to a server. That distinction is why the "Is a Google tag the same as a pixel?" question comes up so often. A Google tag is the container, and the pixel is one of the things it can fire.
Are Pixel Tags Legal, and Do They Need Consent?
Pixel tags are legal, but using one to track people generally requires valid cookie consent first. Under GDPR, a non-essential tracking pixel needs consent that is freely given, specific, informed and unambiguous. Unambiguous consent cannot be implied: it must always come through an opt-in, a declaration, or an active motion.
The legal exposure runs in three directions:
- GDPR (EU/UK): consent must be collected before a non-essential pixel fires, not after.
- CCPA/CPRA (US): businesses must give notice at or before collecting personal information and let consumers opt out of the sale or sharing of that data.
- Legal classification: pixel tags appear on legal glossaries' lists of online identifiers, alongside device fingerprints and advertising identifiers, which puts them squarely inside the definition of personal data that GDPR and CCPA regulate.
Misuse has driven real litigation. The Meta Pixel has been named in wiretap and health-privacy lawsuits under laws like California's CIPA. In those cases, a pixel captured more visitor activity than the site disclosed. Pixel tags are not illegal to use. Using them without disclosure and consent is what creates legal risk, which is one piece of staying ahead on overall cookie compliance.
How to Block or Control Pixel Tags
Blocking a pixel tag depends on whether you are the visitor being tracked or the site owner deploying one.
As a visitor:
- Block remote images in your email client to stop email open tracking.
- Use a tracker-blocking browser extension or a privacy-focused browser.
- Reject non-essential tracking categories in a site's cookie banner.
As a site owner:
- Do not fire marketing or analytics pixels until the visitor has consented.
- Use a consent tool that scans your site for pixels and blocks them automatically, rather than trusting a manual audit.
One misconception to correct directly: rejecting cookies does not automatically stop a pixel tag. A pixel fires a server request independently of whether a cookie is set, so blocking cookies alone leaves the pixel itself free to fire. Stopping it requires blocking the pixel or its underlying script, not just refusing the cookie.
How Consently Detects and Blocks Pixel Tags
Consently scans your site for cookies and trackers, including pixels, scripts, and iframes, and blocks the non-essential ones until a visitor consents.
Consently crawls your site on install and detects every cookie automatically. Its scanner covers trackers, scripts, and iframes alongside cookies, so the pixels firing on your pages get surfaced instead of staying invisible.
From there, Consently blocks non-essential scripts and third-party embeds until the visitor makes a choice. It also passes that consent decision to ad and analytics tools through Google Consent Mode v2 and IAB TCF v2.3. A marketing pixel only fires after consent is given.
That is the real difference between a banner that looks compliant and one that actually stops pre-consent tracking. Detection alone finds the pixel; blocking is what keeps it from firing before someone agrees to it.
Start free and see what Consently finds on your site.
FAQs
What is a pixel tag in simple terms?
A pixel tag is a tiny, invisible image or code snippet that pings a server when it loads. That ping records that you viewed a page or opened an email.
Is a pixel tag the same as a tracking pixel?
Yes. Pixel tag, tracking pixel, web beacon, and clear GIF all name the same 1x1-image tracking technology, described in different contexts.
Is a pixel tag an online identifier?
Yes. Legal glossaries list pixel tags among online identifiers, alongside device fingerprints and advertising identifiers, which treats them as personal data under GDPR and CCPA.
Can a pixel tag track me without cookies?
Yes. A pixel tag fires a server request on its own, logging your IP address, device, and the request details. This works whether or not a cookie is also set.
Are pixel tags legal in the US?
Yes, but CCPA, CPRA, and related state laws require notice and an opt-out of sale or sharing. Misuse, including Meta Pixel wiretap and health-privacy lawsuits under laws like CIPA, has triggered real litigation.
How do I know if a website or email is using a pixel tag?
Block remote images in your email client, or use browser developer tools or a tracker-blocking extension to spot 1x1 image requests and third-party pixel scripts.
Does rejecting cookies stop pixel tags?
Not always. Rejecting cookies stops cookie storage, but a pixel tag can still fire its server request unless the pixel or its underlying script is blocked directly.

