The Reach SDK includes a sandbox mode that provides a fully self-contained demo environment for testing and sales demonstrations.

Enabling Sandbox Mode

Configuration

To enable sandbox mode, add the sandbox property to your configuration object:
const config = {
  // Required: Enable sandbox mode
  sandbox: true,
};
Sandbox mode works with iframe integration and is also available as a standalone URL that can be sent out as “magic links”, giving you flexibility in how you implement the demo experience.

Use Cases

Development Environment

Sandbox mode is ideal for local development and testing:
  • No backend required: Test SDK integration without connecting to production systems
  • Consistent data: Reliable demo data that doesn’t change between sessions
  • Safe testing: Experiment with configurations without affecting live data

Sales Demonstrations

The self-contained demo environment makes it perfect for sales scenarios:
  • Full product showcase: Demonstrate both Measure and Acquire products
  • No setup required: Prospects can see the full functionality immediately
  • Professional presentation: Clean, consistent demo data for professional demos

Available Features

When sandbox mode is enabled, you gain access to:
  • Complete Measure functionality: View all ROAS metrics and reporting
  • Full Acquire capabilities: Experience the complete AI campaign builder flow
  • Demo data: Pre-populated with realistic sample data for demonstrations
  • All integration modes: Works seamlessly with both iframe and magic-link implementations

Customizing Demo Data

For prospects or customers who need specific customizations to the demo environment data: Contact our team at collaborate@embedreach with details about:
  • Industry-specific data requirements
  • Custom branding needs
  • Specific use case scenarios
  • Timeline for customization
Custom demo environments can be created to better align with your specific industry, use case, or branding requirements.