Aug 05, 2026 · 10 min read
Is Oracle Eloqua Tracking Your Email? How to Block It
Eloqua is the marketing automation platform behind a large share of enterprise B2B email. Oracle's own documentation spells out what it records when you open a message, and the answer goes considerably further than a read receipt.
If you have ever handed a work email address to an enterprise software vendor, whether through a demo request, a whitepaper download or a conference badge scan, there is a good chance Oracle Eloqua is doing the email tracking on everything that vendor sends you afterward. Eloqua is one of the largest B2B marketing automation platforms in the world, and its tracking is not a bolt on. Open tracking, click tracking and website visitor tracking are the product. This page explains exactly what Eloqua records about you as a recipient, using Oracle's own documentation, and what you can realistically do about it inside Gmail.
Key Takeaways
- Oracle documents that Eloqua embeds a 1x1 tracking pixel in outbound email carrying an elq parameter, your unique recipient GUID, and that loading the image records an open against your contact record.
- Links in an Eloqua email are rewritten with tracking parameters including elqTrackId and elqTrack=True, and clicks route through an Eloqua redirect before reaching the destination.
- Eloqua assigns website visitors a globally unique identifier by cookie and separately associates email opens with a named contact, which is what lets a vendor connect browsing behaviour to a person.
- Oracle's Profiler tool shows a sales representative your email sends, opens, clicks, web visits, form submissions and external activities on a single screen before they call you.
- France's CNIL published a recommendation on email tracking pixels in April 2026 treating them as trackers requiring prior consent, with an information and opt out deadline of 14 July 2026.
What Is Oracle Eloqua, and Who Is Sending You Eloqua Mail?
Oracle Eloqua is an enterprise B2B marketing automation platform, not a consumer newsletter tool. It sits behind the nurture campaigns of large software vendors, hardware manufacturers, financial services firms and industrial suppliers.
That positioning tells you who is emailing you, and it changes the stakes. These are organizations selling six figure contracts where a single named prospect is worth chasing for eighteen months. The economics matter here. A consumer newsletter tracks opens to tune a subject line. An Eloqua campaign tracks opens to decide whether a human being should phone you on Tuesday.
If you want the equivalent breakdown for the other giant in this category, we covered Marketo's tracking mechanics separately, and the two platforms behave more alike than either vendor's marketing suggests.
How Does Eloqua's Tracking Pixel Work?
Eloqua's open tracking works by embedding a 1x1 transparent image in the email whose URL contains your personal identifier. Oracle's documentation on calculating email opens is unusually candid about it: "The tracking pixel is a 1x1 sized pixel image that is embedded in emails by default when email tracking is enabled." The image tag "points to an endpoint on the Oracle Eloqua servers and accepts the elq parameter (unique recipient id). When the image is loaded, the endpoint records the email open against the RecipientID (which can be resolved to a contact for reporting)."
The elq value is a GUID. It is not a hashed guess or a probabilistic match. It is a pointer to a specific row in a specific contact database with your name, job title, company and email address on it.
Hostnames vary, and this is the detail that defeats casual inspection. Oracle's own worked example in that documentation serves the pixel from a customer branded domain rather than anything containing the word Eloqua. Oracle separately documents a visitor tracking image on the pattern s[siteID].t.eloqua.com/visitor/v200/svrGP, where the s number is the customer's Eloqua site ID, in its tracking image tag guide. A related hostname worth knowing is img.en25.com, which serves Eloqua tracking configuration script.
Oracle also documents a second, quieter mechanism: the blind form submit. Per Oracle's guide to creating blind form submit links, clicking one of these links silently submits a form on your behalf with predefined values. Oracle notes this "means you can also execute form processing steps with a single click. For example, use processing steps to add the contact to a campaign, add them to a shared list, or send an email notification to a sales representative." Your visible experience is unchanged. Oracle recommends customers enable URL shortening on these links specifically to mask the personally identifiable information they would otherwise carry in plain sight.
What Does Eloqua's Click Tracking Add?
Click tracking rewrites every link in the email so your click passes through Oracle's infrastructure before it reaches the page you actually wanted. Oracle's redirect links documentation describes the sequence plainly: the Eloqua generated URL opens first, then you are forwarded to the destination.
The parameter family is set out in Oracle's tracking parameters reference:
- elqTrackId is "a unique string of alphanumeric characters that allows Oracle Eloqua to individually identify each linked item in an asset." Two buttons in the same email pointing at the same URL get different values, so Eloqua knows which one you clicked.
- elqTrack=True is added so clicks through to untracked external pages still register.
- elq is your RecipientId. Oracle states that "when an email is sent, a Globally Unique Identifier (GUID) is generated and injected into the link for each recipient."
- AssetType and AssetId identify whether the asset is an email or a landing page, and exactly which one.
- CampaignId ties the activity to the right campaign when an asset is reused across several.
- SiteId identifies the sending company's Eloqua instance.
Those parameters disappear from the address bar once the redirect completes, which is why most recipients never notice them. Click tracking also serves as a fallback: Oracle documents that if you blocked images but clicked a link, Eloqua "uses clickthroughs to assume an email open." Blocking images alone does not make you invisible. This is the same URL rewriting pattern we broke down in our guide to email link wrapping and click tracking.
How Does One Click Deanonymize Your Browsing?
Because Eloqua tracks website visitors and email recipients in the same system, and a tracked click is the event that connects the two identities. This is the part almost nobody realizes, and it is why Eloqua matters more than a generic newsletter tracker.
Oracle's page on website and email activity tracking documents both halves. On the web side: "Oracle Eloqua uses cookies to track visits to your website. When a visitor visits your organization's website, cookies are placed in the browser and the visitor is identified with a globally unique identifier (GUID)," capturing "the page visited, the time spent on the page, the IP address, and so on." On the email side: "When you send emails from Oracle Eloqua, emails contain a recipient ID and a tracking pixel," and "the recipient ID enables Oracle Eloqua to associate email open activity with a contact."
Put those together and the chain is straightforward. You browse a vendor's website anonymously for months, reading pricing pages, comparison pages, a support article about a bug. All of it accumulates against an anonymous cookie GUID. Then you click one link in one Eloqua email, and that link carries your recipient GUID, which resolves to your name.
The implication runs backward, not just forward. The cookie predates the click, so the history it accumulated while you were anonymous becomes attributable the moment you identify yourself. One click on a "read the case study" button can convert months of quiet research into a named, timestamped browsing log. Nothing in the email tells you this is what the click does.
Oracle does document a strict mode in which no GUID is assigned to visitors who opt out, along with an opt out cookie for site level suppression. Both are options the sending organization chooses to implement. Neither is a control you hold.
What Does a Sales Rep Actually See About You?
A rep opens Profiler and sees a timeline of your behaviour before they dial. Oracle's Profiler documentation describes a graphical summary of prospect online activities, with analytics covering Email Sends, Email Opens, Email Clicks, Web Visits, Forms Submitted and External Activities.
Oracle also ships Sales Tools for Google Chrome, which surfaces that Profiler data in a popup without the rep leaving their tab. So when a rep says "I saw you were looking at our platform page," that is not a lucky guess. It is a screen.
How Do You Check Your Own Inbox for Eloqua Tracking?
Open the message in Gmail on desktop, click the three dot menu, and choose Show original. That gives you the raw source. Then search the text for eloqua, en25.com, elqTrackId, elqTrack=True, or elq=. A hit on any of these inside an image tag with width and height of 1 is your open tracking pixel; hits inside link href values are click tracking.
One caveat before you conclude an email is clean. Because senders can serve tracking from branded subdomains, the string "eloqua" may not appear anywhere in the message. A 1x1 image with a long random parameter is suspicious regardless of hostname. Our walkthrough on detecting email tracking pixels in Gmail covers the same inspection process for other platforms.
How Do You Block Eloqua Email Tracking in Gmail?
There is no single switch that stops all of it, and anyone telling you otherwise is selling something. Here is what each option genuinely does.
Turn off automatic image loading. In Gmail, go to Settings, then General, then Images, and select "Ask before displaying external images" (Google's settings documentation). This stops the open pixel from firing until you choose to load images. The limitations are real: it is all or nothing, it breaks every legitimate image in every email you receive, and it does nothing about click tracking. Click one link and, by Oracle's own documentation, Eloqua assumes the open anyway.
Apple Mail Privacy Protection. MPP proxies and prefetches remote images, so the sender sees a proxy fetch from Apple rather than your real open with your real IP. It does not stop collection so much as pollute it, and marketing platforms have adapted by separating these automated opens from human ones in their reporting. MPP also does nothing for Gmail in a browser, which is where most people read work mail.
Strip the parameters by hand. You can copy an Eloqua link, delete everything from the tracking parameters onward, and paste the clean URL. It works. Nobody does it consistently on a phone at 8am, and blind form submit links break entirely when stripped, which is arguably the correct outcome but produces confusing errors.
Use a blocker extension. Several exist and they work differently. PixelBlock blocks tracking pixels in Gmail and flags attempted opens with a red eye icon. Ugly Email identifies tracked messages in your inbox list before you open them. Trocker marks tracking pixels and also flags tracked links, across Gmail, Outlook and Yahoo. All three are legitimate tools.
Gblock takes the same basic approach with two differences worth stating plainly: the blocklist updates automatically as new tracker hostnames are identified, which matters specifically because Eloqua customers serve pixels from branded subdomains that a static list will miss; and it strips tracking parameters from links so the Eloqua redirect does not fire when you click. It runs inside Gmail, so you do not switch mail clients to get it. It will not catch every tracker on the internet, and no extension protects you once you fill in the form at the other end. We compared the broader category in our roundup of anti tracking browser extensions.
Where the Law Stands
The regulatory position is shifting toward requiring your consent before any of this happens. France's CNIL published a recommendation on tracking pixels in email in April 2026, qualifying email tracking pixels as trackers under Article 82 of the French Data Protection Act and subjecting most marketing uses to prior consent. For addresses already on file, the CNIL required clear information and an easy opt out by 14 July 2026. The broader ePrivacy and GDPR debate across the EU is heading the same direction, as we covered in our analysis of the CNIL deadline.
That is the sender's problem to solve. As a recipient, you should not have to wait for a regulator in another country to enforce a deadline before your inbox stops reporting your reading habits to a CRM.