Create goals with HTML attributes ⚡
Track user actions and scroll events with zero JavaScript code using simple HTML data attributes.
🎯 Goal tracking
Track any click or form submission by adding data-fast-goal to your HTML elements:
<button data-fast-goal="initiate_checkout">Checkout</button>
You can even add custom parameters with data-fast-goal-* attributes so you see these data in your Journey tab. Read more here.
📜 Scroll tracking
Track when visitors scroll to important sections using data-fast-scroll attributes:
<section data-fast-scroll="scroll_to_pricing">
<h2>Pricing</h2>
</section>
When a visitor scrolls 50% of the section, the scroll event will be triggered. Perfect for building scroll depth funnels and understanding user engagement.
✨ Minor improvements
- Keyword filtering by path: Apply URL filters to see which keywords drive traffic to specific pages (Google Search Console integration required)
- Wildcard funnel paths: Use patterns like
/blog/*in funnel steps to match multiple pages (thanks for the idea, Chris!)
Something missing? Suggest features ✍️








