Skip to main content

Choose Your Platform

Get up and running with Linkrunner in just a few minutes. Select your platform below:

Web SDK

JavaScript/TypeScript for web applications

React Native

For React Native mobile apps

Flutter

For Flutter mobile apps

iOS

Native iOS Swift/Objective-C

Android

Native Android Kotlin/Java

Expo

For Expo React Native apps

Quick Setup Overview

All Linkrunner SDKs follow the same simple pattern:

1. Install the SDK

# Example for React Native
npm install rn-linkrunner

2. Initialize in Your App

// Find your project token at: https://dashboard.linkrunner.io/dashboard?s=members&m=documentation
await linkrunner.init("YOUR_PROJECT_TOKEN");

3. Track User Signup

await linkrunner.signup({
    user_data: {
        id: "user_123",
        email: "user@example.com"
    }
});

4. Get Attribution Data

const attribution = await linkrunner.getAttributionData();
console.log(attribution);

What’s Next?

Test Your Integration

Validate your setup end-to-end

Set Up Deep Linking

Direct users to specific in-app content

Connect Ad Networks

Track conversions from your ad campaigns

Use the API

Access attribution data programmatically

Get Your Project Token

Find your project token in the Linkrunner Dashboard.

Need Help?

Contact our team at support@linkrunner.io