The outbound click event
An outbound click event fires when a visitor clicks a link that leads to a different domain than the current site. GA4 records it as a click event with an outbound parameter when enhanced measurement is on. It tells you where your pages send people — partners, references, social profiles — which is useful for understanding exit paths but says nothing about what happens on the destination.
What this means
An outbound click is a click on an anchor whose destination is a different domain from the page hosting it. GA4's enhanced measurement detects these automatically and logs a click event with an `outbound: true` parameter and the link URL, domain, and classes. You can also fire it manually for cases enhanced measurement misses.
It is a leaving signal: it captures the moment a visitor chooses an external path rather than staying on your site.
How to read it
Outbound clicks reveal which pages act as launchpads. A reference article that sends many clicks to cited sources is doing its job; a landing page leaking clicks to an unrelated external site may be distracting. Because the event only records the click, not the arrival, treat it as intent to leave rather than proof of a completed visit elsewhere.
- Fires on links to a different domain than the page
- GA4 logs it as a click event with outbound parameters
- Measures intent to leave, not arrival at the destination
How it appears in analytics and logs
A click marked outbound means a visitor left to another domain via a link. Many outbound clicks on a page mean it functions as a hub or referral surface, not a destination where people stay.
Diagnostic use case
Track which external links visitors follow so you can see where your site routes people and which references or partners earn the most clicks.
What WebmasterID can help detect
WebmasterID can record outbound clicks as first-party events tied to the source page, so you see exit links without third-party scripts loaded by the destination.
Common mistakes
- Treating outbound clicks as conversions on the destination site.
- Counting same-domain links as outbound.
- Attaching visitor identifiers to the destination URL.
Privacy and accuracy notes
An outbound click records the link target URL, not the person. The destination domain is content, not identity; avoid attaching visitor identifiers to the event.
Related pages
- The click event and outbound clicks
A click event records that a visitor activated a link or element. The most common analytics use is the outbound click — a click on a link leaving your domain — which a normal page_view can never capture because the destination is another site. This page covers what to record on a click, how outbound detection works, and which properties stay privacy-safe.
- Enhanced measurement (auto events)
Enhanced measurement is a GA4 setting that automatically collects a set of interaction events — scrolls, outbound clicks, site search, video engagement, file downloads, and form interactions — without extra code. It is convenient but not magic: it only covers standard patterns, can over- or under-count, and each option can be toggled. This page explains what it does and its limits.
- The file_download event
A file_download event records that a visitor clicked a link to a downloadable file — a PDF, document, archive, or media file. Like outbound clicks, downloads escape ordinary page analytics because no new page loads. GA4 enhanced measurement fires file_download automatically for a defined list of file extensions, capturing the link and file type without code.
- CTA tracking
Track outbound and call-to-action clicks first-party.
Sources and verification notes
Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.