Reach SDK allows you to embed our marketing platform directly within your application, providing your users with powerful ad management tools without leaving your interface.

Prerequisites

Before integrating Reach into your application, ensure you have:
  • Partner ID: Your unique vertical saas platform identifier provided by Reach
  • Shared Secret: Used for JWT authentication (provided by the Reach team)
  • Designated Location: A section in your application where Reach will be embedded

Integration Overview

Embedding Reach involves three simple steps:
  1. Set up Authentication: Create a server endpoint that generates JWT tokens
  2. Create a Container: Add a div element where Reach will be embedded
  3. Initialize the SDK: Import and configure the Reach SDK in your frontend