A Small Feature With Big Privacy Implications
DuckDuckGo's iOS app has quietly shipped a feature that privacy professionals, developers, and security-conscious users have long been performing manually: automatic tracking parameter removal at the point of copy. The new Copy Clean Link function strips UTM tags, click identifiers, and other fingerprinting parameters from URLs before they ever reach the iPhone clipboard — meaning every link you share is sanitised by default. For anyone working in a GDPR-compliance environment or simply tired of propagating Facebook's fbclid tokens across internal Slack channels, this is a meaningful step forward in everyday digital privacy tooling, as first reported by ZDNET.
The feature was listed in an App Store update at the end of July. DuckDuckGo did not respond to a press request for comment at the time of reporting, but the mechanism is straightforward: when a user copies a link inside the DuckDuckGo iOS browser, the app discards everything after the question mark in the URL — including the question mark itself — retaining only the canonical resource path. The result is a clean, shareable link that carries no embedded surveillance payload.
What Tracking Parameters Actually Do — and Why Developers Should Care

To understand the value of Copy Clean Link, it helps to understand what query-string tracking parameters are and how extensively they are used. UTM parameters — shorthand for Urchin Tracking Module, a system originally developed by Urchin Software before Google's acquisition — are appended to URLs by marketers to measure campaign performance. A typical tagged link from a Facebook ad campaign can carry six or more distinct identifiers encoding source, medium, campaign name, ad set ID, creative ID, and a platform-specific click token like fbclid.
These identifiers serve a dual purpose. Ostensibly, they help marketers attribute conversions. In practice, they also enable cross-platform tracking: when you forward a tagged link to a colleague or paste it into a document, you are carrying that attribution data — and potentially helping platforms like Facebook or Google correlate identities across sessions and devices. According to research published by the Electronic Frontier Foundation, URL-level tracking is one of several mechanisms used to build persistent behavioural profiles even when users block third-party cookies. In a post-cookie world, query-string fingerprinting is becoming a more, not less, significant vector.
For developers building privacy-respecting applications, or for IT decision-makers evaluating browser policies across a managed device fleet, the proliferation of tracking-laden URLs inside internal communications — emails, chat threads, shared documents — represents a low-visibility data hygiene problem that rarely appears on security audits but contributes to the broader surveillance infrastructure.
How DuckDuckGo's Approach Compares to Existing Privacy Tooling
Copy Clean Link is not the first tool to address tracking parameter removal, but its integration at the browser clipboard layer is distinctive. Prior solutions have generally fallen into three categories: browser extensions, server-side redirectors, and manual editing. Each has significant UX friction or deployment overhead that limits adoption outside technically sophisticated users.
| Method | Where It Operates | User Effort | Works on Mobile |
|---|---|---|---|
| Manual editing | Clipboard / text field | High | Yes, but tedious |
| Browser extension (e.g. ClearURLs) | Desktop browser | Low (after setup) | No |
| Firefox Enhanced Tracking Protection | Navigation (URL bar) | None | Partial (Android) |
| Brave URL stripping | Navigation + clipboard | None | Yes |
| DuckDuckGo Copy Clean Link | Clipboard (iOS) | None | Yes (iOS only, currently) |
Firefox's Enhanced Tracking Protection, documented on the Mozilla support pages, strips known tracking parameters from URLs during navigation on desktop but does not intervene at the clipboard level. Brave Browser introduced query-string filtering as part of its aggressive anti-tracking suite and applies it on both navigation and copy actions on mobile — making it the closest comparable to DuckDuckGo's new feature. The open-source ClearURLs extension, available for Chromium and Firefox desktop environments, maintains a community-curated list of over 250 tracking parameter patterns and has been widely recommended in privacy-focused communities, as covered by Wired.
"Every time a tracking-laden URL is forwarded inside an organisation — in a Slack message, an email, a shared doc — it quietly extends the reach of external advertising infrastructure into internal communications. Clipboard-level stripping is a simple intervention with outsized benefit."
— Privacy engineering perspective on URL parameter propagationWhat DuckDuckGo's implementation adds to this landscape is zero-friction operation on iOS — a platform where extension support in third-party browsers remains limited by Apple's WebKit policy constraints. The feature works automatically without user configuration, which privacy advocates have long argued is the only deployment model that achieves broad protective effect beyond early-adopter communities.
GDPR Compliance and the Often-Overlooked Problem of Link-Level Tracking

For privacy professionals and legal teams operating under the General Data Protection Regulation, the proliferation of tracking parameters in shared URLs raises questions that are not always addressed in standard cookie-compliance programmes. GDPR's broad definition of personal data — which, under Recital 30, explicitly includes online identifiers such as "internet protocol addresses, cookie identifiers or other identifiers such as radio frequency identification tags" — has been interpreted by several Data Protection Authorities to encompass unique click identifiers embedded in URLs, particularly when those identifiers can be linked back to an individual user account.
The Irish Data Protection Commission and Germany's Datenschutzkonferenz have both issued guidance indicating that pixel-level and parameter-level tracking without a valid legal basis constitutes a GDPR violation. Organisations that embed campaign tracking parameters in links sent via email newsletters are, in many interpretations, processing personal data at the moment of click — and are required to have a lawful basis for doing so. For IT decision-makers evaluating their organisation's link-sharing practices, tools like Copy Clean Link represent a user-side mitigation; the more comprehensive fix remains policy-level enforcement at the marketing and CRM layer.
According to Statista's tracking of GDPR enforcement data, cumulative fines across EU member states have reached billions of euros, with tracking-related violations — spanning cookies, pixels, and cross-platform identifiers — representing a significant and growing share of enforcement actions. For small businesses and entrepreneurs using marketing automation tools, understanding where tracking parameters originate and where they travel is no longer an academic concern.
Originally reported by ZDNet - AI. Summarised and curated by European Purpose.