Webflow Integration
Connect Asky to your Webflow site to start tracking visitors and generating insights.
Prerequisites
- An Asky account with an active project
- A Webflow site with a paid plan (for custom code)
Installation
Get Your Tracking Code
- Go to your Asky dashboard
- Select your project
- Navigate to Settings → Installation
- Copy the tracking script
<script defer src="https://cdn.getasky.com/tracker.js" data-project="YOUR_PROJECT_ID"></script>Add to Webflow
- In Webflow, open your project
- Go to Project Settings → Custom Code
- Paste the script in the Head Code section
- Click Save Changes
Publish Your Site
Click Publish to deploy the changes to your live site.
Verify Installation
Visit your website and check your Asky dashboard. You should see real-time visitor data.
Your Webflow site is now connected to Asky!
Custom Events
Track specific interactions on your Webflow site by adding custom event tracking.
Button Click Tracking
Add a custom attribute to any element:
<button data-asky-event="signup_click">Sign Up</button>Form Submission Tracking
Track form submissions with:
<form data-asky-form="contact">
<!-- form fields -->
</form>E-commerce Tracking
For Webflow E-commerce sites, Asky can automatically track:
- Product views
- Add to cart events
- Purchase completions
- Revenue and order data
E-commerce tracking requires additional configuration. Contact support for setup assistance.
Troubleshooting
Data Not Appearing
- Check the script – Ensure it’s in the Head Code section
- Verify publishing – Make sure you’ve published after adding the code
- Disable blockers – Ad blockers may interfere with tracking
- Check project ID – Confirm the project ID matches your dashboard
Events Not Tracking
- Check attributes – Ensure
data-asky-eventis spelled correctly - Test manually – Open browser console and check for errors
- Wait for publish – Changes only appear after publishing
Next Steps
- Create a dashboard for your Webflow site
- Set up alerts for traffic changes
- View your analytics in real-time
Last updated on