Trackthemetric Logo

Trackthemetric + Kajabi

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

Option 1
Add tracking script using Custom Code

Kajabi lets you inject custom code via your theme customization options so it loads site-wide.

1. Log in to your Kajabi dashboard.

2. Go to WebsiteThemes.

3. Click Customize on your active theme.

4. Open Theme Settings or Custom Code.

5. Find the Header Code or Custom HTML field.

6. Paste the following snippet:

<script
  defer
  id="TrackTheMetric"
  data-website-id="YOUR_WEBSITE_ID"
  data-domain="YOUR_DOMAIN.COM"
  src="https://app.trackthemetric.com/tracker.js"
></script>

Replace the YOUR_WEBSITE_ID and YOUR_DOMAIN.COM with your actual website ID and root domain.

7. Click Save or Update.

Option 2
Using Custom Code sections

You can also add the script to individual pages using a Custom Code section.

1. Edit the page where you want to add tracking.

2. Add a Custom Code section.

3. Paste the same snippet into the section and publish the page.

<script
  defer
  id="TrackTheMetric"
  data-website-id="YOUR_WEBSITE_ID"
  data-domain="YOUR_DOMAIN.COM"
  src="https://app.trackthemetric.com/tracker.js"
></script>

3
Verify the installation

After implementing:

  • Visit your live Kajabi site.
  • Open your Trackthemetric dashboard.
  • It might take a few minutes for the first pageviews to appear.