Skip to content

Getting Started Overview

Ttoolab runs experiments and collects events in the browser through a lightweight JavaScript SDK called the Ttoolab pixel.

You need:

  1. A Ttoolab account with an active subscription
  2. A project created in the Ttoolab dashboard
  3. Your project’s public key (also called projectKey)
  4. Access to your website’s HTML, tag manager, or application code
flowchart LR
A[Create project] --> B[Install pixel]
B --> C[Create experiment]
C --> D[Publish experiment]
D --> E[Measure results]

In the Ttoolab dashboard, create a project for each website or application you want to test. Each project has a unique public key used by the pixel.

Add the Ttoolab snippet to every page where you want experiments to run. See Installation for HTML, GTM, and SPA examples.

Choose an experiment type — A/B test, split URL test, redirect test, or feature flag — and configure variants, URL rules, and goals.

Publishing pushes the experiment configuration to Ttoolab’s edge network. After publishing, the pixel can assign visitors to variants and apply changes.

Ttoolab tracks exposures automatically. Define goals to measure conversions, and optionally send custom events from your application code.

The pixel communicates with the Ttoolab SDK endpoint. In production, this is:

https://sdk.ttoolab.com

You can override the endpoint in ttoolabSettings if your account uses a custom deployment.