Getting Started

Track Clicks and Outbound Links

Revlly automatically tracks useful clicks without requiring every button to be annotated. Plain internal links are ignored by default, while buttons, auth redirects, and external HTTP links are captured as auto_click events.

Named clicks

Use named clicks when a specific interaction should become a clean goal or funnel step.

html
<button data-revlly-click="hero_cta">  Start free</button>

You can also send named clicks manually:

js
window.revlly.trackClick("extract_transcript", {  placement: "hero",});

Text-based click goals

For pages you do not want to edit, create a Click Goal with:

FieldValue
Event nameauto_click
Propertytext
Operatorcontains
Valueextract

Text matching is case-insensitive. extract, Extract, and EXTRACT all match the same button text.