Quick start
Four steps from zero to your first attributed install. Prerequisite: you already have your own organization in the cabinet — see Cabinet access for how to get one.
-
Create an app in the dashboard
Section titled “Create an app in the dashboard”Open Apps → Add application, pick the platform and enter the identifier (bundle ID for iOS, package name for Android). The app card will then show the app token you need in the next step.
-
Install the SDK
Section titled “Install the SDK”let config = TracehubConfig(appToken: "YOUR_APP_TOKEN", environment: .production)Tracehub.initSdk(config: config)Use
sandboxduring development — that data is isolated from production. -
Connect a source and create a tracking link
Section titled “Connect a source and create a tracking link”Sources → Connect source, then create a tracking link inside a campaign. The ad network fills in its macros when the ad is served.
-
Verify the integration
Section titled “Verify the integration”Click the tracking link from a real device, install the build, and confirm the install is attributed to the source rather than falling back to organic.

