Skip to main content

Choose Your Platform

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

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: "[email protected]"
    }
});

4. Get Attribution Data

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

What’s Next?

Get Your Project Token

Find your project token in the Linkrunner Dashboard.

Need Help?

Contact our team at [email protected]