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.Documentation Index
Fetch the complete documentation index at: https://docs.embedreach.com/llms.txt
Use this file to discover all available pages before exploring further.
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
If your app enforces security headers like Content Security Policy (CSP) or Cross-Origin Opener Policy (COOP), see Security Headers (CSP & COOP) for required configurations.
- Set up Authentication: Create a server endpoint that generates JWT tokens. See JWT Token Examples for implementation details.
- Create a Container: Add a div element where Reach will be embedded
- Initialize the SDK: Import and configure the Reach SDK in your frontend