The three common integration paths
SDK
Best when the frontend directly renders recommendation cards, placements, or enhanced content results.
Backend API
Best when the backend requests and orchestrates results centrally, then passes them to the frontend.
MCP
Best for AI clients, workflow platforms, and agent runtimes that already support MCP.
The shortest path to first integration
- Complete publisher onboarding and obtain an
api_key - Choose the integration path that fits your product
- Make one minimal request
- Confirm that the result is served and tracking works
Next steps
- Read API Overview if you want to understand the integration surfaces first.
- Read SDK Integration if you want to start directly with frontend integration.
- Read MCP Integration if you want an MCP-based setup.