Introduction
Appfiliate is affiliate attribution for mobile apps. Track installs and in-app purchases back to the affiliates who drove them -- with a lightweight SDK and simple REST API.
How it works
- An affiliate shares a tracking link created in your Appfiliate dashboard.
- A user clicks the link. Appfiliate records the click and redirects to the app store.
- The user installs your app. The SDK calls
trackInstall()on first launch and Appfiliate matches the install to the click. - When the user makes a purchase, the SDK calls
trackPurchase()so revenue is attributed to the affiliate.
Supported platforms
Key details
- No IDFA required. No ATT prompt needed.
- SDK is under 200 KB with zero dependencies.
trackInstall()is safe to call on every launch -- it only fires once per install.- Works alongside any analytics or attribution provider.