Integration Guides

systeme.io

Add Rybbit analytics to your systeme.io funnels

systeme.io has an account-wide Tracking code setting under Settings > Sales Funnels that adds code to every funnel page, plus a per-page Tracking section with a header field in the page editor. Use the account-wide setting unless you only want to track certain pages.

Get your tracking snippet

In your Rybbit dashboard, open Site Settings → Tracking Script and copy your snippet. It looks like this:

<script src="https://app.rybbit.io/api/script.js?siteId=YOUR_SITE_ID" defer></script>

YOUR_SITE_ID is the numeric ID of your site. If you self-host Rybbit, app.rybbit.io is the domain of your own instance.

Add the snippet to systeme.io

  1. Click your profile picture in the top-right corner and choose Settings.
  2. Select Sales Funnels in the left menu.
  3. Paste the snippet into the Tracking code box and click Save.

The code is added to every page in every funnel on the account.

  1. Open the funnel, select the page in the list on the left and click Edit page.
  2. Click Settings in the upper-left corner of the editor and scroll to the Tracking section.
  3. Paste the snippet into the header field (the one for code that belongs between <head> and </head>).
  4. Save the page.

Paste only the <script> tag. systeme.io asks that custom code never include <head>, <body> or <html> tags of its own.

Verify installation

Open your live site in a new tab and click through a few pages. Within a few seconds the pageviews appear in the Rybbit dashboard.

If nothing shows up:

  • View the page source and search for script.js?siteId= to confirm the snippet is on the page.
  • Open the browser Network tab and check that script.js returns 200 and that POST requests go to /api/track.
  • Disable ad blockers, or set up a proxy so the script loads from your own domain.
  • See the script troubleshooting guide for other common causes.

Troubleshooting

  • Duplicate pageviews: the snippet is in both the account-wide Tracking code and a page's Tracking section. Keep one.
  • Not visible in preview: custom code runs on the live page only. Open the published funnel URL to test.
  • Pages outside funnels: the Sales Funnels tracking code covers funnel pages. Blog and course pages have their own settings, so add the snippet there if you want that traffic in the same site.

Next steps

On this page