Guides
Framer
Integrate Alytica with your Framer application.
Prerequisites
- An Alytica account
- Client ID (and optional Client Secret)
- A Framer website project
Step 1: Obtain Your Tracking Script
- Log in to your Alytica dashboard
- Navigate to the Web Tracking section
- Copy your unique tracking script
Step 2: Add Script to Framer
- Open your Framer project
- Go to Project Settings
- Select the "Custom Code" or "Head Code" section
- Paste the following script before the closing
</head>
tag:
Step 3: Configure Tracking Options
trackPageViews
: Automatically track page navigationtrackWebVitals
: Monitor website performance metricstrackOutgoingLinks
: Track clicks on external links
Step 4: Verify Installation
- Publish your Framer site
- Open the browser console
- Check for Alytica initialization message
Advanced Tracking
Custom Event Tracking
Add custom events using the Alytica method:
User Identification
Identify users when they log in or create an account:
Troubleshooting
- Ensure Client ID is correct
- Check browser console for any initialization errors
- Verify script is loaded in page source