Overview
Once your integration is tested and working in the sandbox environment, you’re ready to deploy to production. This guide walks you through the necessary steps to ensure a smooth transition.Pre-Production Checklist
Before moving to production, ensure you have completed: ✅ Thorough Testing - All API endpoints work correctly in sandbox✅ Error Handling - Your application handles all error scenarios gracefully
✅ VAST Processing - Your player correctly processes and displays VAST tags
✅ Tracking Implementation - All impression and tracking URLs are properly fired
✅ Performance Testing - Your integration performs well under expected load
Production Migration Steps
1. Update Base URL
Change from sandbox to production endpoint: From (Sandbox):2. Replace API Key
Sandbox Key (Remove):- Obtain from your User Settings page
- Or from Display Details page → Connect Player → API Integration
3. Update Identifiers
Replace test identifiers with your real ones:| Parameter | Sandbox Value | Production Value |
|---|---|---|
venue_id | venue1234 | Your actual venue ID |
screen_id | any-screen-id | Your actual screen IDs |
4. Production Configuration Example
Our support team is available to assist with your production deployment. Contact us if you need guidance or encounter any issues during the transition.