Skip to content

A/B Testing

A/B testing lets you compare two or more variants of your content to see which one performs best. Tolinku splits traffic between variants, tracks results, and helps you declare a winner.

  1. You create a test with two or more variants (e.g. two different landing pages).
  2. Tolinku assigns each visitor to a variant deterministically. The same visitor always sees the same variant, ensuring consistent measurement.
  3. Each variant tracks its own metrics (clicks, installs, custom events).
  4. When you have enough data, you compare results and declare a winner.
  5. The winning variant is applied permanently.
A/B Tests list showing four active tests across different types (Bio Page, Message, Banner, Landing Page) with filter tabs and variant counts
TypeWhat you are testing
Landing pageDifferent landing page designs for the same route
BannerDifferent smart banner text, colors, or CTAs
MessageDifferent in-app message designs or copy
Bio pageDifferent bio page layouts or link ordering

Tolinku assigns visitors to variants using a hash of their fingerprint (IP address + user agent). This means:

  • The same visitor always sees the same variant, even across multiple visits.
  • No cookies or localStorage are needed for consistency.
  • Assignment is instantaneous with no database lookups.