Source: https://datafa.st/docs/webflow
Markdown source: https://datafa.st/docs/webflow.md
Description: How to add DataFast to your website using Webflow

# Add DataFast to your Webflow project

Follow these steps to integrate DataFast analytics into your Webflow site.

## Add tracking script to Webflow

1.  In your Webflow dashboard, select your project and click **Site Settings**.
2.  Go to **Custom Code** tab on the left side bar.
3.  In the **Head Code** section, paste your DataFast tracking script:

    ```html
    <script
      defer
      data-website-id="dfid_******"
      data-domain="your_domain.com" 
      src="https://datafa.st/js/script.js"
    ></script>
    ```

    > Replace `dfid_******` with your actual Website ID from DataFast.
    > Replace `your_domain.com` with your website's root domain.

4.  **Save and publish**: Click **Save Changes** and then **Publish** your site.

## Verify installation

After publishing:
- Visit your live website.
- Check your [DataFast dashboard](/dashboard) for incoming data.

> For advanced configuration options like localhost tracking, custom API endpoints, or cross-domain setup, see the [script configuration reference](/docs/script-configuration).

> **warning:** Custom code changes in Webflow appear on the published site, not always in the Designer preview.
