Appfiliate Docs
appfiliate.io

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

  1. An affiliate shares a tracking link created in your Appfiliate dashboard.
  2. A user clicks the link. Appfiliate records the click and redirects to the app store.
  3. The user installs your app. The SDK calls trackInstall() on first launch and Appfiliate matches the install to the click.
  4. 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.