How to Add Custom Event Tracking for Framer Sites
Learn how to track custom events like button clicks and form submissions on your Framer site.

How to Add Custom Event Tracking for Framer Sites
What are Custom Events?
Custom events let you track specific interactions beyond page views - like button clicks, video plays, or form submissions.
Adding Custom Event Attributes
In Framer, select the element you want to track and add a custom attribute:
`humblytics="your-event-name"`
Example: Tracking a CTA Button
- Select your button in Framer
- Open the Code tab
- Add attribute: humblytics="cta-click"
- Publish your site
Viewing Events
Custom events appear in your Humblytics dashboard under the Events section. You can filter and analyze them like any other data.