Skip to main content

Documentation Index

Fetch the complete documentation index at: https://revlytics.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

How it works

Revlytics detects clicks on <a> elements that point to external domains. An external_link event is fired with the link details.

Captured data

FieldDescription
link_urlThe destination URL
textThe link’s text content
targetThe target attribute (e.g., _blank)

Example

If your page has:
<a href="https://github.com/revlytics" target="_blank">View on GitHub</a>
Clicking it sends:
{
  "type": "external_link",
  "link_url": "https://github.com/revlytics",
  "text": "View on GitHub",
  "target": "_blank"
}

No configuration needed

Outbound link tracking is enabled automatically. All clicks on links with a different hostname than the current page are tracked.