# Podia

## Add Humblytics Analytics to Podia

### 1 · Sign up (or log in)

Visit humblytics.com → Start Free Trial. Finish signup—or log in to your existing workspace.

### 2 · Add your website in Humblytics

In the sidebar, click **Add Website**.

* **Domain** – enter `your-domain.com` (omit `https://` and `www`)
* **Site Name** – internal label (e.g. `Course-Site`)

Copy the snippet from **Install Tracking Code**:

html

```html
<!-- Start Humblytics Tracking Code -->
<script async src="https://app.humblytics.com/hmbl.min.js?id=YOUR_ID_HERE"></script>
<!-- End Humblytics Tracking Code -->
```

Keep this tab open—we'll return and click **Verify Website** once the tag is live.

### 3 · Add the script to your Podia site

#### Option 1: Site-wide tracking (recommended)

**Best for:** Tracking all pages including storefront, courses, downloads, and checkout

1. In your Podia dashboard, go to **Settings** (gear icon in top right)
2. Click **Advanced** in the left sidebar
3. Scroll down to **Custom code** section
4. Under **Header code**, paste your Humblytics script:

html

```html
<script async src="https://app.humblytics.com/hmbl.min.js?id=YOUR_ID_HERE"></script>
```

5. Click **Save changes**

This adds the script site-wide—it will run on every page of your storefront, courses, memberships, and checkout.

#### Option 2: Single page tracking

**Best for:** Tracking specific landing pages or sales pages only

1. Go to **Site** in the left sidebar
2. Click **Pages** (or **Sales Pages** / **Landing Pages**)
3. Select the page you want to track
4. Click **Settings** (gear icon)
5. Scroll down to **Custom code**
6. Under **Header code**, paste your Humblytics script
7. Click **Save**

**Note**: Replace `YOUR_ID_HERE` with your actual project ID from Humblytics.

### 4 · Changes are live immediately

✓ **Good news**: Podia applies changes automatically. Your script is live as soon as you click Save—no separate publish step required.

### 5 · Verify installation

1. Return to Humblytics and click **Verify Website**
2. Open your live Podia site in a private/incognito window and refresh once
3. Within \~30 seconds you should see a green **Verified** badge and live visitor count

**If verification fails, check:**

**Podia-specific issues:**

* You clicked **Save changes** in the Advanced settings
* You're testing the correct domain:
  * If using custom domain: Test `yourdomain.com`
  * If using Podia subdomain: Test `yoursite.podia.com`
* Script is in **Header code** field, not Footer code
* Changes may take 1-2 minutes—try clearing your browser cache

**General issues:**

* Script ID matches your project in Humblytics
* Open Developer Tools (F12) → **Network** tab, refresh page, and search for `hmbl.min.js` to confirm it loads
* View page source (right-click → View Page Source) and search for "humblytics"
* No ad-blockers or browser extensions are blocking the script

**Testing checkout pages:** Make sure to test on actual product pages and checkout flow—not just your homepage—to ensure tracking works throughout the purchase journey.

### 6 · Explore & optimize

* **Dashboard** – view traffic, top pages, and referrers
* **Heatmaps** – auto-generated to reveal click hotspots and scroll depth on landing pages
* **Experiments** – run A/B tests without extra libraries (Experiments → New Test)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.humblytics.com/how-to-get-started/podia.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
