Outbound link tracking

See which external links your visitors click — captured automatically, with a dedicated report and private share links you can hand to partners.

Captured automatically

Once the tracker is installed, every click on a link pointing to another domain is recorded — no code, no markup. Piqo stores the destination (without query string or fragment), so links to the same place group together no matter which page they were clicked from.

Links to tel:, mailto:, and WhatsApp get their own named events instead, so you can mark them as Goals with no code. Outbound tracking is only for links to other websites.

The Outbound tab

Open the Outbound tab on any site to see every external link with its clicks, unique visitors, and a trend sparkline, plus a combined chart of total clicks and visitors over time. Click any row to open a detail view with that link's clicks over time and the top countries clicking it.

Private share links

Run a directory, marketplace, or listing site where people submit their product? You can share a single outbound link's stats with whoever owns it — without giving them access to anything else. Click Share on a row to generate a private, no-login URL:

https://piqo.app/shared/link/<token>

Whoever opens it sees only that link's performance: total clicks, unique visitors, the trend over time, the top countries, and the change versus the previous period. Nothing else about your site is exposed. The link is stable (sharing the same destination again returns the same URL), and you can revoke it at any time.

Because share links are created through a normal API, a listing site can generate one per submission and email it to each submitter automatically.

Excluding a link

To stop a specific link from being counted, add data-piqo-ignore to it (or to any element around it):

<a href="https://example.com" data-piqo-ignore>Sponsored</a>