Skip to main content

SDK Overview

The Told SDK is a lightweight library you install on your website or mobile app. It handles displaying surveys and product tours, tracking user behavior, and sending data back to the Told platform.

Supported platforms

PlatformLanguageInstallation methods
WebJavaScriptScript tag, React, Next.js, GTM, WordPress, Webflow, Framer
AndroidKotlinGradle, Maven
iOSSwiftCocoaPods, Swift Package Manager

Feature comparison

FeatureWebAndroidiOS
In-app surveysYesYesYes
Product toursYesNoNo
Auto event trackingPages, clicks, scrollsScreen changesScreen changes
User identificationYesYesYes
Group identificationYesYesYes
Custom eventsYesYesYes
Multi-languageYesYesYes
Debug modeYesYesYes

How it works

  1. Install the SDK on your website or app
  2. Initialize with your Source ID — told('init', SOURCE_ID)
  3. The SDK automatically checks for active surveys and product tours
  4. When trigger conditions are met, the survey or tour displays to the user
  5. Responses are sent back to Told in real time

Web SDK

Android SDK

iOS SDK