Aug 16, 2026 · 9 min read
Is iContact Tracking Your Email? How to Block It
Hover a link in an iContact newsletter and the status bar shows click.icptrack.com. Not the brand that emailed you, and not iContact either. We probed that domain ourselves, and what came back is more specific than any vendor page admits.
Most platforms in this series name themselves in their tracking hosts. Ortto uses ortto.com, Bloomreach uses exponea.com. iContact tracking does not: it runs on icptrack.com, a registrable domain with no visible relationship to the company, to the brand whose logo sits at the top of the email, or to anything a recipient would recognise. That gap is why blocking iContact tracking works differently from blocking a tool that signs its own name.
Key Takeaways
- iContact serves its email tracking from
click.icptrack.com, a separate registrable domain we confirmed redirects to www2.icontact.com/icontactmail when loaded on its own. - The pixel endpoint at
click.icptrack.com/icp/track.phpreturns a 43 byte GIF measuring 2x2 pixels, not the 1x1 nearly every tracking guide assumes. - The WOT community scorecard for click.icptrack.com carries 98 reviews and a 56 percent security score, which reflects recipients who could not tell what the domain was, not evidence that it is malicious.
- The TLS certificate on that host names only icptrack.com and *.icptrack.com, so inspecting the certificate does not tell a recipient who is behind it either.
- iContact's own site names Ziff Davis and J2 Martech in its page source, and TechCrunch reported the platform served 70,000 organisations when Vocus acquired it for $169 million in 2012.
What Is click.icptrack.com?
It is iContact's email tracking host, and we verified that rather than assuming it. Loading https://icptrack.com/ returns an HTTP 301 to https://www2.icontact.com/icontactmail, and several paths under click.icptrack.com/icp/ bounce a logged out visitor to www.icontact.com/login. Same operator, different name on the door.
The domain is old: its whois record shows a creation date of 8 January 2004, registered through CSC Corporate Domains. iContact has been mailing under a name recipients cannot decode for twenty years and through at least two changes of owner. TechCrunch reported Vocus buying iContact for $169 million in 2012, and icontact.com today names Ziff Davis and J2 Martech in its own page source. The tracking domain outlasted both deals. Logos change at acquisition. DNS records do not.
Is iContact Tracking On by Default?
We could not verify this from public documentation, and we are not going to guess. iContact's help centre is a Salesforce portal that renders articles in JavaScript and returns no readable text to a fetcher, so the sender side defaults, the report fields and any custom tracking subdomain option sit behind a wall we could not open honestly.
What we can say is what the infrastructure does, the part that touches you. The host answers, the pixel endpoint serves an image, the redirect paths resolve. None of it depends on a setting you control, because none of the settings are yours. In every platform we have examined, including Constant Contact's tracking setup, the toggles belong to the marketer and the pixel belongs to your inbox.
We also found no documented recipient side opt out. Unsubscribing removes you from one sender's list, does nothing about the next iContact customer, and the unsubscribe click itself typically travels through the tracking host.
What Does the iContact Tracking Pixel Actually Look Like?
It is a 43 byte GIF, and it is two pixels square rather than one. We requested https://click.icptrack.com/icp/track.php with no parameters at all, and the server returned HTTP 200 with content-type: image/gif and content-length: 43, through Cloudflare. In the file header the bytes read GIF89a followed by a width of 2 and a height of 2.
That detail is small and matters more than it looks. Every explainer about open tracking, ours included, calls the mechanism a 1x1 transparent image, and plenty of detection tricks tell you to search a message source for width="1". Against iContact that search comes back empty while the tracking works perfectly. Anything keyed on pixel dimensions matches a convention, not a mechanism, and conventions drift. Our walkthrough on detecting email tracking pixels in Gmail covers the technique that survives this.
We could not confirm from iContact's documentation that track.php is the exact path in every campaign, and we will not claim it is. The probe establishes the shape: an image endpoint on a tracking host, returning a near empty GIF to anyone who asks.
How Does iContact Click Tracking Rewrite Your Links?
Every link becomes a URL on the tracking host that logs the click, then forwards you where you meant to go. A thread on the Pi-hole community forum preserves a real example, posted by a recipient trying to get rid of it:
click.icptrack.com/icp/relay.php?r=25824912&msgid=1152216&act=QM57&c=144587&destination=...
Read the parameters and the architecture explains itself. r is you, an eight digit recipient identifier. msgid is the campaign, c is the sending account, and destination is the only part you wanted. Three identifiers escort one useful value, and all three reach iContact's server before the page you asked for begins to load. The Pi-hole thread also settles a common hope: DNS filtering cannot strip these parameters, because a resolver decides only whether a hostname resolves, never what a URL contains. Stripping needs something that reads the message, which is why the useful controls live in the mail client. The same link wrapping pattern shows up across the industry, but a recipient identifier sitting in plain sight as a numeric parameter is unusually legible here.
What This Means for Your Inbox
An iContact open tells the sender you were reading, and when. The request carries your IP address and user agent unless something stands in the way, enough to place a city and a device class. Add the click log and a marketer reconstructs a Tuesday evening they were never invited to.
Gmail changes the shape of this rather than removing it. Google routes external images through its own proxy, hiding your raw IP address, but the image still loads and the open is still recorded. We covered the boundary in what Gmail's image proxy does and does not hide. Timing survives the proxy intact, and the click path is untouched, because clicking is not an image load.
There is a compliance angle for anyone sending through iContact rather than receiving from it. European regulators treat the pixel as an access to the recipient's terminal equipment requiring consent, and the CNIL's recommendation on email tracking pixels set a deadline many senders have not met. A tracking host that does not name its operator makes that transparency duty harder to satisfy.
How Do You Spot an iContact Email in Gmail?
Read the raw message. Open it, click the three dot menu on the message itself rather than the toolbar, and choose Show original. Then look for these markers, more reliable than any visual cue in the rendered email:
- Search for
icptrack. One hit is enough. It appears in wrapped links and in the image host, and it is the most reliable iContact signal. - Search for
destination=. Everything to the left of that parameter is metadata about you. - Do not search for
width="1"and conclude you are safe. The pixel we measured is 2x2. - Compare the host in every
hrefagainst the sender's domain. A mismatch on every link is wrapping.
How Do You Block iContact Tracking in Gmail?
An open is recorded only if your client fetches the image, a click only if you travel through the redirect. Three actions, in order of what they cost you.
Turn off automatic image loading. Open Gmail Settings, See all settings, and under Images select "Ask before displaying external images". Nothing loads until you say so, and the pixel never fires. Legitimate images break too, which is why most people revert inside a fortnight, and click tracking is untouched.
Unwrap links by hand before you click. Right click, copy the address, paste it somewhere plain, and read the value after destination=. That is the real URL. Percent decode it, paste it into the address bar, and the click never reaches icptrack.com. Slow, free, and reliable.
Install a blocker that filters by host. The only approach that keeps ordinary images working while refusing the tracking request, and the only one that handles the pixel and the wrapped link together.
iContact Blockers Compared
No tool catches everything, and the gaps are narrower than the marketing suggests. Where each lands against iContact:
- Gmail's image proxy. Not a blocker. It hides your IP address and device, then loads the pixel anyway, so the open lands with a timestamp.
- Apple Mail Privacy Protection. Preloads images through Apple's servers, filling the report with opens you never performed. Corrupting data is not withholding it, and clicks are untouched.
- Ugly Email. Marks tracked messages with an eye icon in the Gmail list before you open them. A warning light, not a brake.
- PixelBlock. Blocks open pixels and tells you it did, but leaves rewritten links alone, half the problem with a platform that wraps every URL.
- Trocker. Works across several webmail providers and shows where in the message the pixel sits.
- Proton Mail and HEY. Block trackers by default at the provider level, genuinely strong, but you have to move your email to get it.
Gblock sits in the extension category, and its differences are specific rather than sweeping. It runs inside Gmail, so you keep the address you use. Its blocklist updates automatically, which matters against an estate that can add hostnames under *.icptrack.com at will. And it strips tracking links as well as pixels, the half iContact's redirects depend on. Our roundup of email tracker blocker extensions sets out the trade offs across the category.
The honest limit is the one every host based blocker shares: if a sender routes tracking through a subdomain of their own brand, the identical pixel arrives from a hostname no blocklist has seen. We could not verify whether iContact offers that option, so treat host blocking as a very good filter, not a wall.
The Practical Bottom Line
Most write ups of a platform like this fixate on how much data it gathers. The more revealing fact about iContact is the naming. A pixel from mailchimp.com at least answers who is watching. One from icptrack.com answers nothing, and a domain registered in 2004 has had two decades to acquire a recognisable identity and declined.
The legal position in Europe is settled. The EDPB's Guidelines 2/2023 on the technical scope of Article 5(3) of the ePrivacy Directive concluded that a tracking pixel instructs the recipient's device to send information to a remote server, which brings it inside the consent requirement. That duty belongs to the sender, and nothing in your inbox tells you which senders took it seriously. Which leaves one place where the decision is still yours: your own mail client, in the moment before the request leaves your machine.