Skip to Content
IntegrationsWebflow

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

  1. Go to your Asky dashboard 
  2. Select your project
  3. Navigate to SettingsInstallation
  4. Copy the tracking script
<script defer src="https://cdn.getasky.com/tracker.js" data-project="YOUR_PROJECT_ID"></script>

Add to Webflow

  1. In Webflow, open your project
  2. Go to Project SettingsCustom Code
  3. Paste the script in the Head Code section
  4. 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

  1. Check the script – Ensure it’s in the Head Code section
  2. Verify publishing – Make sure you’ve published after adding the code
  3. Disable blockers – Ad blockers may interfere with tracking
  4. Check project ID – Confirm the project ID matches your dashboard

Events Not Tracking

  1. Check attributes – Ensure data-asky-event is spelled correctly
  2. Test manually – Open browser console and check for errors
  3. Wait for publish – Changes only appear after publishing

Next Steps

Last updated on