# Almedia Link SDK — Almedia Launchpad > Almedia Link is a Unity SDK (package: `com.almedia.link`, current version 1.1.4) that adds a rewarded account-linking flow to mobile games. Players link a Freecash account from inside the game and earn real cash or gift cards for completing offers. Publishers earn a share of CPA revenue from their linked, engaged players — with no changes to core gameplay required. The SDK delivers an average 15% install-to-link rate and a 10%+ LTV lift across integrated titles. ## Docs - Overview: https://dev.almedia.co/overview/index - What Is Almedia Link: https://dev.almedia.co/overview/what-is-almedia-link - Three Experiences: https://dev.almedia.co/overview/experiences - How Revenue Works: https://dev.almedia.co/overview/how-revenue-works - Get Started: https://dev.almedia.co/overview/get-started - Publisher Prerequisites: https://dev.almedia.co/publisher/prerequisites - SDK README: https://dev.almedia.co/technical/readme - Integration Guide: https://dev.almedia.co/technical/integration-guide - API Reference: https://dev.almedia.co/technical/api-reference ## SDK Repository https://github.com/almedia-tm/almedia-link-sdk ## Agent Integration Path > A coding agent can complete an Almedia Link integration using two inputs: (1) the SDK repository at https://github.com/almedia-tm/almedia-link-sdk — read the README and Documentation~/integration-guide.md — and (2) an integration key issued by your Almedia integration manager. No other context is required. The integration key must be set in Almedia > Settings in Unity or passed via AlmediaLinkConfig.IosIntegrationKey / AndroidIntegrationKey. ## Key Types - `AlmediaLinkSDK` — static facade; entry point for all SDK operations - `AlmediaLinkConfig` — runtime config passed to Initialize - `AlmediaStatus` — enum: NotInitialized, Eligible, Linked, NotAvailable, Blocked, Disabled - `AlmediaLinkEditorMock` — editor-only test hook for non-happy paths - `PlacementType` — analytics tag for StartLinking (Popup, RewardHub, Banner) - `AlmediaScreen` — identifies which screen fired lifecycle events (Linking, RewardHub, Offer) ## Platform Requirements - Unity: 2022.3 LTS or later - iOS: 16.0 minimum - Android: API 27 minimum - Zero third-party runtime dependencies on the Unity side