Humblytics
  • Overview
    • Introduction to Humblytics
    • Features Overview
    • Frequently Asked Questions
    • Pricing Plans
      • Plus Plan
      • Business Plan
      • Scale Plan
      • Enterprise Plan
  • How to Get Started
    • Create a New Account
    • Adding Webflow Analytics to Your Site
    • Adding Framer Analytics to Your Site
  • How to Track Custom Form Submissions
    • How to Track Typeform Submissions in Framer
    • How to Track Cal.com Booking Submissions in Framer
    • How to Track Typeform Submissions in Webflow
    • How to Track Cal.com Booking Submissions in Webflow
  • How to Track Custom Click Events
    • How to Track Custom Click Events on Any Website with Humblytics
    • How to Add Custom Event Tracking for Framer Sites
    • How to Add Custom Event Tracking for Webflow Sites
  • Understanding Your Data
    • Understanding Site Traffic
    • Understanding Pages Data
    • Understanding Forms Data
    • Understanding Click Data
  • Split Testing Overview
    • Setting Up a Split Test
    • How to Create an A/B Page Variant
    • How to Analyze Split Test Data
    • Using the Humblytics A/B Split Test Sample Size Calculator
  • Campaign Tracking with UTM Links
  • Support & Resources
    • Resources
  • Privacy
Powered by GitBook
On this page

Was this helpful?

  1. How to Track Custom Click Events

How to Add Custom Event Tracking for Framer Sites

Humblytics offers native event tracking for Framer projects, making it easier to track interactions without extra setup. However, you can still add custom attributes to your Framer elements for even more precise tracking.

Adding Custom Attributes in Framer

1. Open Code Overrides

• Click on the provided link in your project.

• Scroll down on the right toolbar.

• Click on Code Overrides.

2. Add a Code Override

export function withHumblyticsAttribute(Component): ComponentType {
    return forwardRef((props, ref) => {
        return <Component {...props} data-humblytics="nav-pricing" />
    })
}

‍‍Using Custom Attributes in Humblytics

1. Log in to Humblytics

• Open your Humblytics dashboard and log in.

2. Navigate to the “Clicks” Tab

• Go to the Clicks section to review event data.

3. Monitor Custom Attributes

• Look for the custom attribute event name (e.g., humblytics="hero-nav-btn") once it has been triggered.

• Use the real-time insights and reports to analyze data linked to your custom attributes.

• Track specific interactions and gather detailed analytics based on the custom attributes added to your Framer elements.

Track FAQ Click Events

No more second guessing, track your most-clicked FAQs in Framer without any custom code or attributes. Install the script, and we’ll show you which questions your visitors are interacting with. This functionality is also available for Webflow using custom attributes.

PreviousHow to Track Custom Click Events on Any Website with HumblyticsNextHow to Add Custom Event Tracking for Webflow Sites

Last updated 12 days ago

Was this helpful?

FAQ elements are automatically tracked with Humblytics