Source: https://datafa.st/docs/kajabi
Markdown source: https://datafa.st/docs/kajabi.md
Description: How to add DataFast to your Kajabi site

# Add DataFast to your Kajabi site

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

## Add tracking script using Custom Code

Kajabi allows you to add custom code through the theme customization options.

1. Log in to your Kajabi dashboard
2. Go to **Website** > **Themes**
3. Click **Customize** on your active theme
4. Look for **Theme Settings** or **Custom Code** section
5. Find the **Header Code** or **Custom HTML** field
6. 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 DataFast Website ID.
    > Replace `your_domain.com` with your website's root domain.

7. Click **Save** or **Update**

## Alternative: Using Custom Code sections

You can also add the script to individual pages:

1. Edit the page where you want to add tracking
2. Add a **Custom Code** section
3. Paste the DataFast tracking script
4. Save and publish the page

## Verify installation

After implementing:
- Visit your live Kajabi site
- Check your [DataFast dashboard](/dashboard) for incoming data
- It might take a few minutes for the first pageviews to appear

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