Intempt
  1. Server Side Experiments
Intempt
  • Installation
    • Basic Intempt Installation
    • Create source
    • Web Snippet
    • Google Tag Manager
    • Autocapture setup
    • SPA tracking
    • Environment Setup
    • Validating Installation
  • SDK
    • JS SDK
    • Android SDK
    • iOS SDK
    • Node.js SDK
  • API Reference
    • Track data
      POST
    • Consent
      POST
    • Choose API
      POST
    • Recommendations Feed API
      POST
  • Data Ingestion & Tracking
    • identify()
    • track()
    • record()
    • alias()
    • group()
    • consent()
    • intempt:html / intempt:page / intempt:session
    • Product Catalog Ingestion via API
  • Data Models & Event Schema
    • Event Schema Overview
    • Required Fields
    • Attribute Schema
    • Product Catalog Schema
  • Webhooks
    • Webhook Configuration
  • Server Side Experiments
    • Overview
    • Choose API endpoint
    • Handling Experiment Response
  1. Server Side Experiments

Overview

Server-Side Experiments Overview#

Server-side experiments allow you to deliver personalized experiences and A/B test variations directly from your backend.
Unlike client-side experiments, where variations are applied in the browser, server-side experiments are resolved before the response is sent to the client, enabling:
Faster delivery
No flickering
Full control over rendering
Consistent variation assignment
Better handling for SEO and crawlers
Using Intempt’s Choose API, your backend can request the correct experiment or personalization result for a given user and apply it during server-side rendering.
To learn how to create and configure experiences in Intempt, refer to the experiment setup guide inside Intempt.
Modified at 2025-12-03 13:40:25
Previous
Webhook Configuration
Next
Choose API endpoint
Built with