Skip to main content

Statsig

Overview

Statsig is a feature management and experimentation platform.

This connector documentation is not yet available because the Statsig integration shown in the codebase is currently implemented as a destination (Reverse ETL) and is still in development (it does not yet support loading data).

If you intended to set up a Statsig source (extracting data from Statsig into your warehouse), that source connector is not represented in the provided change context.

Status

  • Destination name in product: Statsig Conversions API
  • Current behavior:
    • Credential validation is implemented.
    • Data loading is not implemented and will fail with an “in development” error.

Authentication

Server Secret Key

The destination validates credentials using a Statsig Server Secret Key sent as the STATSIG-API-KEY header.

To obtain a Server Secret Key, generate it in Statsig (typically under project settings / API keys).

Setup

  1. In your workspace, add the destination Statsig Conversions API.
  2. Enter your Server Secret Key.
  3. Save and test the connection.

During the connection test, the connector calls Statsig’s config specs endpoint:

  • POST https://statsigapi.net/v1/download_config_specs

A successful response indicates the key is valid.

Configuration fields

FieldTypeRequiredDescription
server_secret_keystringYesStatsig Server Secret Key used to authenticate requests via the STATSIG-API-KEY header.

Streams

This destination does not currently expose any streams or supported object mappings. Loading is not yet implemented.

Hashing and normalization

This destination does not currently expose field-level hashing options.

Data contract

A data contract is not yet available for this destination because loading/mapping behavior is still in development.