Light bulb Limited Spots Available: Secure Your Lifetime Subscription on Gumroad!

Sep 07, 2026 · 11 min read

Is Wix Email Marketing Tracking You? How to Block It

Wix runs email campaigns for millions of small business sites, and every one of them ships with open tracking switched on. Wix even publishes an API that returns the name, address and open timestamp of every person who read the message.

The newsletter from your local bakery, your yoga studio or the freelance designer who redid your kitchen was very likely built in Wix. Wix email tracking is not an add on that the sender had to go looking for. It is the default, it is free, and the results land on a dashboard next to the campaign the moment you open the message. What follows is exactly what Wix records, exactly what the sender can see, and how to stop the pixel from firing without giving up your images or leaving Gmail.

Key Takeaways

  • Wix Email Marketing, previously sold as Wix ShoutOut and later folded into Ascend, reports Delivered, Opened, Clicked, Bounced and Spam Complaints for every campaign, and refreshes those numbers every three hours.
  • Wix exposes a documented REST endpoint, GET /email-marketing/v1/campaigns/{campaignId}/statistics/recipients?activity=OPENED, that returns each reader's contactId, emailAddress, fullName and lastActivityDate.
  • The same endpoint accepts activity=NOT_OPENED, so a sender can also pull the list of everyone who ignored them and follow up on that basis.
  • Wix's own help pages admit that Apple Mail Privacy Protection inflates open counts and tell senders to judge campaigns by Total Clicked instead, which pushes the measurement onto the one action that leaks your real IP address.
  • Campaigns from free and Essentials plans arrive from a Wix address such as user@pb01.ascendbywix.com, which is the easiest fingerprint for spotting a Wix send in your inbox.

What Does Wix Email Marketing Actually Track?

It tracks whether the message was opened, when, whether any link was clicked, and which of those events belongs to you specifically. Wix bundles email campaigns into the standard site dashboard, and per the Wix help page on email marketing statistics the reported metrics are Delivered, Opened, Clicked, Bounced and Spam Complaints. Wix defines Opened as "the number of delivered emails that were opened by your contacts" and states that "email statistics update every 3 hours."

The mechanism is the same invisible image every marketing platform uses. A transparent one pixel image with a URL unique to your address sits in the message body. Your mail client requests it while rendering, the request hits Wix infrastructure, and the open is written against your contact record. There is nothing exotic here, which is rather the point: the technique is thirty years old and works on almost everyone. The same pattern shows up in Squarespace email campaigns and in Mailchimp, the two platforms Wix competes with most directly.

Wix Analytics goes a step further than the campaign screen. Its Email Performance report shows open and click rates alongside "how many sales they generated within 30 days," and the Email Engagement over Time report lets a site owner "check which day of the week receives the highest unique opens," according to the Wix Analytics email marketing reports documentation. Your reading habits are aggregated into a weekly rhythm chart whether or not anyone asked you.

Can a Wix Site Owner See Exactly Who Opened?

Yes, by name and by timestamp, and Wix documents the API call that returns it. This is the part people assume is aggregate only, and it is not.

The List Recipients reference in the Wix developer docs describes a single GET request against https://www.wixapis.com/email-marketing/v1/campaigns/{campaignId}/statistics/recipients with a required activity parameter. The accepted values are DELIVERED, OPENED, CLICKED, BOUNCED, NOT_SENT, SENT and NOT_OPENED. Each returned recipient carries four fields worth reading twice:

  • contactId, the stable identifier that ties the open to everything else the site knows about you, including past orders and form submissions.
  • emailAddress, your primary address in plain text.
  • fullName, if the site ever captured it.
  • lastActivityDate, a full timestamp in ISO format, for example 2023-08-12T09:05:20.000Z.

Up to a thousand recipients come back per page. So a sender who wants a named list of every person who read Tuesday's newsletter, with the second at which each of them read it, makes one HTTP request. And because NOT_OPENED is in the same enum, the inverse list is equally cheap: everyone who received the campaign and did not open it. If you have ever wondered whether ignoring a newsletter is visible, this is the answer. For the broader picture of what a sender can infer, see can someone tell if you read their email.

Inside the Wix interface the same data drives segmentation. A site owner can build a contact segment on the condition "email campaign open" and then treat that group differently, which is a perfectly ordinary marketing practice and also a quiet behavioural sort you never consented to individually.

A small business owner's sunlit desk with an open laptop showing a marketing newsletter being composed, a smartphone displaying a mail inbox beside it, and a glass paperweight catching a faint reflection of the screen

Why Does Wix Tell Senders to Ignore Open Rates?

Because Apple broke the open pixel for a large share of the audience, and Wix says so in its own documentation. This is the most useful admission on the whole help site.

Wix explains that when an Apple user turns on Protect Mail Activity, the Mail app downloads message content automatically, and that "for a marketing email, this automatic download is counted in campaign statistics as an email being opened." Wix then advises senders to "track your campaigns success by reviewing your Total Clicked statistics" instead. Apple's feature has been distorting open reporting across the industry since 2021, and the scale of it is covered in Apple Mail fakes half of all email opens.

Read that advice as a privacy user rather than a marketer and it is faintly alarming. The recommended replacement for the unreliable signal is the click, and a click is not proxied, not anonymised and not cached by anyone. When you click a tracked link your browser connects straight to the sender's redirect host and hands over your real IP address, your real User Agent, your operating system, your language headers and the exact second you acted. The industry's response to losing open fidelity has been to lean harder on the one event that discloses the most. Unsubscribe links are wrapped the same way, which is its own trap.

How Do You Spot a Wix Campaign in Your Inbox?

Look at the sending domain first, then look at the raw source. On free and Essentials plans a Wix campaign arrives from a Wix owned address in the shape of user@pb01.ascendbywix.com rather than the business's own domain, because Wix only sends from your address once you are on a higher plan with a connected domain. Older sends may still reference shoutout.wix.com, the original product name.

To see the pixel itself, open the message in Gmail on the web, click the three dot menu and choose "Show original". Search the raw source for <img and look for tags with width="1", height="1", a display:none style, or a URL path containing open, o, beacon or track. Then look at every visible link and notice that none of them point at the destination you expect. A fuller walkthrough lives in how to detect email tracking pixels in Gmail.

Does Gmail's Image Proxy Stop Wix Email Tracking?

No, and this is worth stating plainly because most people believe the opposite. Gmail routes remote images through Google proxy servers on googleusercontent.com, which strips your IP address, your location and your real browser from the request. It does not stop the request. Wix still receives one hit on a URL that was minted for your address alone, so it still learns that you opened the message and when.

Caching helps a little. Google serves a cached copy, so re opening the same newsletter in the same browser does not generate a second hit, which means the sender's total open count is deflated while unique opens stay accurate. Read the message on a laptop and later on a phone and Wix logs two opens. Anonymising the transport does nothing when your identity is baked into the URL path. The mechanics are unpacked in the tracking pixel is not dead, it just learned to dodge Gmail.

How Do You Block Wix Email Tracking in Gmail?

Something has to refuse to make the request. There are three realistic ways to do that, and they differ mostly in what they cost you.

  • Turn on Gmail's image confirmation prompt. On the web, click the gear icon, choose "See all settings", stay on the General tab, scroll to "Images" and select "Ask before displaying external images", then save. On iPhone and Android, open the Gmail app, go to Settings, tap your account, then Images, and choose the ask option. Nothing is fetched until you press Display images. The catch is that every logo and product photo in every message goes blank, and the moment you approve one message the pixel loads with everything else.
  • Install a tracker blocking extension. A blocker sits in Gmail and drops the request before it leaves your browser, so the images you actually want still load. This is the only route that keeps Gmail usable and stops the pixel at the same time. Options are compared in email tracker Chrome extensions and how to block them.
  • Never click a tracked link. Hover over any link in a campaign, read the real destination in the status bar, and if it points at a redirect host you do not recognise, search for the page instead of clicking through. This includes the unsubscribe link, which is the single most commonly wrapped link in commercial email.

A fourth option is leaving Gmail entirely. Proton Mail removes known spy pixels at the server and strips known tracking parameters, and HEY blocks spy pixels before delivery and names the sender doing it. Both work well and both require you to change address and workflow, which most people will not do for a bakery newsletter. Step by step instructions for staying put are in how to block email tracking in Gmail.

How Does Gblock Compare to Ugly Email, PixelBlock and Trocker?

All four are Chrome extensions that live inside Gmail, and none of them is strictly better on every axis. Here is the honest split, with fuller notes in Ugly Email vs PixelBlock vs Trocker.

Tool Blocks the open pixel Handles tracking links Tradeoff
Ugly Email Yes, for trackers on its list, and flags them with an eye icon No List based, so a tracker it has not seen passes through
PixelBlock Yes, blocks images it identifies as pixels No Very narrow feature set, little active development
Trocker Yes, and marks tracked images in the body Warns you before you follow one More settings to understand before it behaves as you want
Gblock Yes, drops the request before Gmail's proxy is ever asked Yes, strips click tracking redirects Desktop Gmail in a Chromium browser only

The pattern the table hides is that a blocklist is only as good as its last update, and platforms like Wix rotate infrastructure. Whichever tool you pick, the one that ships updates most often will hold up best against a sender who changes domains.

Why Email Users Should Care

A single bakery newsletter knowing you read it at 11pm is not a crisis. The problem is volume. Wix powers a very large number of small business sites, so a typical inbox carries campaigns from a dozen unrelated Wix senders, each of them independently building a timeline of your attention.

The consequences show up in ordinary situations. A contractor sees you opened their quote three times and holds firm on price. A recruiter sees you read the message on a Sunday night and reads that as interest. A studio sees you have not opened the last four emails and drops you into a win back sequence with a discount you would have got anyway by waiting. None of that requires your IP address, so none of it is stopped by Gmail's proxy, and all of it is available through a documented API to anyone with the site's credentials, including whichever agency or freelancer still has dashboard access.

There is a compliance edge too. Under GDPR and the ePrivacy rules an open pixel is generally treated as requiring consent, and regulators in the EU have started saying so explicitly. A site owner who switched on Wix Email Marketing without thinking about it may be running tracking on European recipients that they cannot show consent for.

The Honest Summary

Wix is not doing anything underhanded by industry standards. Open and click tracking are table stakes for an email product, the documentation is public rather than hidden, and most Wix senders are a two person business that never once thought about the pixel. The tracking is a default, not a plot.

But defaults are what actually happen. The default here is that opening a campaign writes your name, your address and a timestamp into a database you cannot see, that the list is one API call away, and that Gmail's much praised image proxy does not prevent any of it. If you would rather senders learned nothing, the request has to be refused before it is made. That is a browser side decision, and it is the only one that keeps your images and your inbox intact.

Stop Email Tracking in Gmail

Wix logs the minute you open a campaign — Gblock blocks the pixel before the request ever leaves your browser.

Try Gblock Free for 30 Days

No credit card required. Works with Chrome, Edge, Brave, and Arc.