Introduction
Framer allows you to create interactive prototypes and websites with ease. By integrating Statsig, you can capture user behavior, and log custom events, directly within your Framer projects. This guide will walk you through integrating Statsig into your Framer project using the JavaScript SDK.Installation
To start tracking user interactions with Statsig in your Framer project, follow these steps:- Copy your web snippet from Statsig, replacing “YOUR_CLIENT_KEY” with a Client API Key from your Statsig project, which you can find at console.statsig.com/api_keys.
<head>
tag section. Save your changes and publish your site, then Statsig will be ready to track basic user interactions.