Skip to content
kymoDocs
Guides

Install on Framer

Framer exposes custom code in site settings.

  1. Open custom code

    In your Framer project, go to Site Settings, then General, and find the Custom Code section.

  2. Add to the head

    In the "End of <head> tag" field, paste:

    <script defer src="https://kymo.in/beat.js" data-site="yoursite.com"></script>
  3. Publish

    Publish the site. Custom code applies to the published site, not the editor preview.

Framer sites are single-page and navigate client-side. Kymo tracks history.pushState, so page-to-page navigation is counted as separate pageviews.

Then verify events arrive.