Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions access-management/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Workspace Management Overview
sidebarTitle: Overview
description: How to manage access to your Statsig workspace, including organizations, projects, teams, single sign-on, SCIM provisioning, API keys, and tagging.
---

Statsig provides a few different solutions for access management as you scale out adoption in your team/org/company.
Expand Down
2 changes: 1 addition & 1 deletion ai-evals/node.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Node AI SDK
sidebarTitle: Node SDK
description: Statsig's Node SDK for AI Application Configuration & Telemetry
description: Statsig's Node.js AI SDK lets you manage prompts, run online and offline evals, and capture telemetry for LLM-powered features in your Node applications.
---

import Installation from '/snippets/ai-sdks/node/installation.mdx'
Expand Down
1 change: 1 addition & 0 deletions ai-evals/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: AI Evals Overview
sidebarTitle: Overview
description: Statsig AI Evals provide prompts, graders, and offline and online evaluation tools to iterate on, version, and ship LLM-powered features to production safely.
---

<Info>
Expand Down
2 changes: 1 addition & 1 deletion ai-evals/python.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Python AI SDK
sidebarTitle: Python SDK
description: Statsig's Python SDK for AI Application Configuration & Telemetry
description: Statsig's Python AI SDK lets you manage prompts, run online and offline evals, and capture telemetry for LLM-powered features in your Python applications.
---

import Installation from '/snippets/ai-sdks/python/installation.mdx'
Expand Down
2 changes: 1 addition & 1 deletion client/Angular.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Statsig in Angular
sidebarTitle: Angular
description: Statsig's SDK for Experimentation and Feature Flags in Angular applications.
description: Use the Statsig client SDK in Angular applications to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log analytics events.
icon: "angular"
---

Expand All @@ -11,7 +11,7 @@
import getDynamicConfig from '/snippets/client/getDynamicConfig.mdx'
import getExperimentLayer from '/snippets/client/getExperimentLayer.mdx'
import logEvent from '/snippets/client/logEvent.mdx'
import flushEvents from '/snippets/client/flush.mdx'

Check warning on line 14 in client/Angular.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

client/Angular.mdx#L14

Did you really mean 'flushEvents'?
import shuttingDown from '/snippets/client/shuttingDown.mdx'

import angularInstall from '/snippets/client/Angular/angularInstall.mdx'
Expand All @@ -22,8 +22,8 @@
import angularGetExperiment from '/snippets/client/Angular/getExperiment.mdx'
import angularGetLayer from '/snippets/client/Angular/getLayer.mdx'
import angularLogEvent from '/snippets/client/Angular/logEvent.mdx'
import angularFlush from '/snippets/client/Angular/flush.mdx'

Check warning on line 25 in client/Angular.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

client/Angular.mdx#L25

Did you really mean 'angularFlush'?
import angularShutdown from '/snippets/client/Angular/shutdown.mdx'

Check warning on line 26 in client/Angular.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

client/Angular.mdx#L26

Did you really mean 'angularShutdown'?
import angularUpdateUser from '/snippets/client/Angular/angularUpdateUser.mdx'
import angularLoadingState from '/snippets/client/Angular/angularLoadingState.mdx'
import angularDirectives from '/snippets/client/Angular/angularDirectives.mdx'
Expand Down
2 changes: 1 addition & 1 deletion client/CPP.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: C++ Client SDK
sidebarTitle: C++
description: Statsig's SDK for Experimentation and Feature Flags in C++ applications.
description: Use the Statsig client SDK in C++ applications to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log analytics events.
icon: "code"
---

Expand Down
2 changes: 1 addition & 1 deletion client/DotNet.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: .NET Client SDK
sidebarTitle: .NET Client
description: Statsig's SDK for Experimentation and Feature Flags in .NET applications.
description: Use the Statsig client SDK in .NET applications to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log analytics events.
icon: "/images/dotnet-grey.svg"
---

Expand Down
2 changes: 1 addition & 1 deletion client/Expo.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Expo Client SDK
sidebarTitle: Expo
description: Statsig's SDK for Experimentation and Feature Flags in Expo applications.
description: Use the Statsig client SDK in Expo and React Native apps to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log events.
icon: "e"
---

Expand All @@ -11,7 +11,7 @@
import getDynamicConfigIntro from '/snippets/client/getDynamicConfig.mdx'
import getExperimentLayerIntro from '/snippets/client/getExperimentLayer.mdx'
import logEventIntro from '/snippets/client/logEvent.mdx'
import flushEvents from '/snippets/client/flush.mdx'

Check warning on line 14 in client/Expo.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

client/Expo.mdx#L14

Did you really mean 'flushEvents'?
import shuttingDown from '/snippets/client/shuttingDown.mdx'

import installation from '/snippets/client/Expo/installation.mdx'
Expand Down
2 changes: 1 addition & 1 deletion client/Next.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Next.js Client SDK
sidebarTitle: Next.js
description: Statsig's SDK for Experimentation and Feature Flags in Next.js applications.
description: Use the Statsig client SDK in Next.js applications to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log analytics events.
icon: "N"
---

Expand All @@ -10,7 +10,7 @@
import getDynamicConfigIntro from '/snippets/client/getDynamicConfig.mdx'
import getExperimentLayerIntro from '/snippets/client/getExperimentLayer.mdx'
import logEventIntro from '/snippets/client/logEvent.mdx'
import flushEvents from '/snippets/client/flush.mdx'

Check warning on line 13 in client/Next.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

client/Next.mdx#L13

Did you really mean 'flushEvents'?
import shuttingDown from '/snippets/client/shuttingDown.mdx'
import webAnalyticsIntro from '/snippets/client/webAnalytics.mdx'

Expand Down
2 changes: 1 addition & 1 deletion client/Roku.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Roku Client SDK
sidebarTitle: Roku
description: Statsig's SDK for Experimentation and Feature Flags in Roku applications.
description: Use the Statsig client SDK in Roku channels to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log analytics events.
icon: "/images/roku.svg"
---

Expand Down
2 changes: 1 addition & 1 deletion client/Unity.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Unity SDK
sidebarTitle: Unity
description: Statsig's SDK for Experimentation and Feature Flags in Unity applications.
description: Use the Statsig client SDK in Unity applications and games to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log events.
icon: "unity"
---

Expand Down
2 changes: 1 addition & 1 deletion client/androidOnDeviceEvaluationSDK.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Android On Device Evaluation SDK
sidebarTitle: Android
description: Statsig's Android SDK for on-device evaluation.
description: The Statsig Android on-device evaluation SDK ships rule sets to the device so feature gates and experiments evaluate locally without per-call network requests.
icon: "android"
---

Expand Down
2 changes: 1 addition & 1 deletion client/html-snippet.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: HTML Snippet
sidebarTitle: HTML Snippet
description: Add Statsig to web pages with an HTML script tag
description: Add Statsig to any website with a single HTML script tag to evaluate feature gates, run experiments, capture web analytics, and log events without a build step.
icon: "html5"
---

Expand Down
1 change: 1 addition & 0 deletions client/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Client SDKs
description: Statsig client SDKs run experiments and feature flags on end-user devices including web, mobile, TV, and gaming apps, with caching and event logging built in.
---

Statsig client SDKs enable you to run experiments for user experience improvements in applications running on end-user devices. These applications include web and mobile apps, television and gaming apps, and other consumer electronics apps.
Expand Down
2 changes: 1 addition & 1 deletion client/javascript-sdk.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: JavaScript Client SDK (Web)
sidebarTitle: Javascript (Web)
description: Statsig's JavaScript SDK for browser and React applications.
description: Use the Statsig JavaScript client SDK in browser and React apps to evaluate feature gates, run A/B experiments, retrieve dynamic configs, and log events.
icon: "js"
---

Expand All @@ -10,7 +10,7 @@
import getDynamicConfig from '/snippets/client/getDynamicConfig.mdx'
import getExperimentLayer from '/snippets/client/getExperimentLayer.mdx'
import logEvent from '/snippets/client/logEvent.mdx'
import flushEvents from '/snippets/client/flush.mdx'

Check warning on line 13 in client/javascript-sdk.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

client/javascript-sdk.mdx#L13

Did you really mean 'flushEvents'?
import paramStores from '/snippets/client/paramStores.mdx'
import statsigUser from '/snippets/client/statsigUser.mdx'
import statsigOptions from '/snippets/client/statsigOptions.mdx'
Expand All @@ -25,7 +25,7 @@
import JSGetConfig from '/snippets/client/JavaScript/getConfig.mdx'
import JSGetLayer from '/snippets/client/JavaScript/getLayer.mdx'
import JSLogEvent from '/snippets/client/JavaScript/logEvent.mdx'
import JSFlush from '/snippets/client/JavaScript/flush.mdx'

Check warning on line 28 in client/javascript-sdk.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

client/javascript-sdk.mdx#L28

Did you really mean 'JSFlush'?
import JSTypedGetters from '/snippets/client/JavaScript/typedGetters.mdx'
import JSEvaluationDetails from '/snippets/client/JavaScript/evaluationDetails.mdx'
import JSCodeExamples from '/snippets/client/JavaScript/codeExamples.mdx'
Expand Down
4 changes: 3 additions & 1 deletion compliance/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Introduction
title: Compliance and data privacy at Statsig
sidebarTitle: Introduction
description: Overview of Statsig's tools for handling sensitive data, including AI governance, mobile data privacy, user data deletion, and security and compliance controls.
---

We know the data that you send to Statsig can be sensitive - both for your business, as well as your users. This section documents the tools we have for handling sensitive data.
1 change: 1 addition & 0 deletions console-api/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Console API Overview
sidebarTitle: "Overview"
description: The Statsig Console API is a REST CRUD API for managing feature gates, experiments, dynamic configs, and project resources without using the web console.
---

The "Console API" is the CRUD API for performing the actions offered on console.statsig.com without needing to go through the web UI.
Expand Down
2 changes: 1 addition & 1 deletion control-panel/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Control Panel
description: Track and manage features at scale
description: The Statsig Control Panel is a unified surface for tracking, filtering, and managing your team's gates, experiments, and dynamic configs at scale.
---

Control Panel is a surface to measure and track you and your teams' features that are deployed and measured with Statsig. This surface is similar to the standard gate/experiment tables in Statsig, and enables quickly tabbing between filters on top of the objects used to deploy and measure changes - configs, experiments, and gates - and quickly measure them, make or review ship decisions, and manage development flows like overrides.
Expand Down
1 change: 1 addition & 0 deletions data-warehouse-ingestion/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Data Warehouse Ingestion
description: Send raw events and pre-computed metrics from BigQuery, Snowflake, Databricks, Redshift, Synapse, S3, or Athena directly into Statsig Cloud for analysis.
---

<Frame>
Expand Down
2 changes: 1 addition & 1 deletion dynamic-config/create-new.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Create a dynamic config
description: Learn how to create a new dynamic config in the Statsig console
description: Step-by-step guide to creating a new dynamic config in the Statsig console, including naming the config, adding rules, and setting default values for users.
---

To create a dynamic config,
Expand Down
4 changes: 2 additions & 2 deletions experiments/advanced-setup/stratified-sampling.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Stratified Sampling"
description: "Learn how stratified sampling reduces variance and improves experiment reliability in low volume or high variance scenarios."
title: "Stratified sampling for Statsig experiments"
description: "Use stratified sampling in Statsig Cloud experiments to reduce variance and improve experiment reliability in low-volume or high-variance scenarios."
---

import Content from '/snippets/stats-methods/stratifiedSampling.mdx';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Differential Impact Detection"
description: "Learn how Statsig automatically flags experiments with extreme differential impacts on sub-populations."
description: "Statsig Cloud experiments automatically flag treatments that produce extreme differential impacts on sub-populations, helping surface heterogeneous effects."
---

import Content from '/snippets/whn/differentialImpact.mdx'
Expand Down
2 changes: 1 addition & 1 deletion feature-flags/conditions.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Feature Gate rule criteria
description: Statsig feature gates contain a list of rules that are evaluated in order from top to bottom. This page describes in more detail how these rules are evaluated and lists all currently supported conditions.
description: Reference for Statsig feature gate rule evaluation order and all supported targeting conditions, including user attributes, custom fields, and segments.
---

Statsig feature gates contain a list of rules that are evaluated in order from top to bottom. The page describes in more detail how these rules are evaluated and lists all currently supported conditions.
Expand Down
2 changes: 1 addition & 1 deletion feature-flags/create.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Create a Feature Gate
description: This guide walks through how to create a Feature Gate in the Statsig console, how to add an evaluation rule to a Feature Gate, how to implement the Feature Gate in your code, examples of common Feature Gate setups, and a list of all Feature Gate targeting conditions available in Statsig.
description: Step-by-step guide to creating a feature gate in the Statsig console, adding evaluation rules, implementing it in code, and choosing targeting conditions.
---

## In the Statsig console
Expand Down
2 changes: 1 addition & 1 deletion feature-flags/safeguards-manage.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Manage a Safeguard
description: Learn how to view and manage safeguards for your feature flags
description: Learn how to view, configure, and manage Safeguards for Statsig feature gates to monitor key metrics and automatically halt risky rollouts.
---

## View a Safeguard
Expand Down
2 changes: 1 addition & 1 deletion feature-flags/scheduled-rollouts.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Scheduled Rollouts"
description: "Pre-set time-based feature rollout schedules that execute automatically"
description: "Use Scheduled Rollouts in Statsig to automatically increase feature gate pass percentages over time, ramping safely without manual updates."
---

Feature Gates are powerful in ensuring a safe, controlled feature rollout. Scheduled Rollouts add a time-based scheduling layer to Feature Gates, enabling you to pre-set any rollout schedule you want, which will execute automatically. This is particularly useful if, for example, you have a feature launch happening in another timezone (and don't want to stay up all night!) or you have a standard, company-wide ramp-up schedule you follow with every feature release.
Expand Down
3 changes: 2 additions & 1 deletion http-api/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: HTTP API
title: HTTP API overview
description: Reference for Statsig's HTTP API, used to evaluate feature gates, experiments, and dynamic configs and log events when no official SDK is available.
---

<Warning>
Expand Down
2 changes: 1 addition & 1 deletion infra-analytics/logs-explorer-queries.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Query Syntax for Logs Explorer'
sidebarTitle: Query Syntax
description: 'Filter, group, and visualize logs with precision.'
description: 'Reference for the Statsig Logs Explorer query syntax, including operators for filtering, grouping, faceting, and visualizing log data in dashboards.'
---
This page covers common syntax you can use in day-to-day investigations, plus a few ready-to-edit examples.
<Info>
Expand Down
2 changes: 1 addition & 1 deletion infra-analytics/logs-explorer.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Logs Explorer Overview'
sidebarTitle: Overview
description: 'Search and analyze all of your product’s logs in one place.'
description: 'Search, filter, and analyze your product and infrastructure logs in the Statsig Logs Explorer for fast debugging and incident investigation.'
---

Logs Explorer lets you query logs, traces, and ingested events from a single interface. Use it the same way whether you’re debugging infrastructure issues or investigating product event streams.
Expand Down
2 changes: 1 addition & 1 deletion infra-analytics/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Infra Analytics Overview'
sidebarTitle: Overview
description: 'Monitor and debug the health of your services directly inside Statsig'
description: 'Statsig Infra Analytics pulls logs, metrics, and alerts into one place so you can monitor system health alongside product analytics and experiments.'
---

**[Infra Analytics](https://statsig.com/infra-analytics)** pulls in logs, metrics, and alerts so you get system-level observability in the same place you analyze product outcomes.
Expand Down
2 changes: 1 addition & 1 deletion infra-analytics/topline-alerts-logs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Topline Alerts with Logs'
description: 'Detect infrastructure regressions by evaluating logs in real time'
description: 'Configure Statsig Topline Alerts on log streams to detect infrastructure regressions and anomalies in real time and notify your on-call rotation.'
---

By combining log filters with [Topline Alerts](/product-analytics/topline-alerts), you will know immediately when things start failing without writing custom scripts or dashboards.
Expand Down
1 change: 1 addition & 0 deletions integrations/introduction.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Integrations Overview
sidebarTitle: Overview
description: Connect Statsig to external tools including Segment, Snowflake, Amplitude, Datadog, Slack, Jira, GTM, and more for data forwarding and notifications.
---
_For Warehouse Integrations, go to this [page](/data-warehouse-ingestion/introduction)._

Expand Down
2 changes: 1 addition & 1 deletion integrations/mcp/chatgpt-connector.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Statsig ChatGPT App
description: Learn how to talk directly to Statsig from within OpenAI's ChatGPT.
description: Connect ChatGPT to your Statsig project so you can query experiments, gates, and metrics in natural language using the Statsig MCP server.
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion integrations/mcp/claude-code.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Statsig MCP with Claude Code
description: Learn how to set up the Statsig MCP server in Claude Code.
description: Set up the Statsig MCP server in Claude Code so you can query experiments, gates, and project data and run actions through Anthropic's coding assistant.

Check warning on line 3 in integrations/mcp/claude-code.mdx

View check run for this annotation

Mintlify / Mintlify Validation (statsig-4b2ff144) - vale-spellcheck

integrations/mcp/claude-code.mdx#L3

Did you really mean 'Anthropic's'?
---

## Installation and Authentication via OAuth
Expand Down
2 changes: 1 addition & 1 deletion integrations/mcp/cursor.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Statsig MCP with Cursor
description: Learn how to set up the Statsig MCP server in Cursor IDE.
description: Set up the Statsig MCP server in the Cursor IDE so you can query experiments, gates, and project data and run actions directly from the editor's AI chat.
---

## Installation and Authentication via OAuth
Expand Down
4 changes: 2 additions & 2 deletions integrations/mcp/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Overview
description: The Statsig MCP (Model Context Protocol) server brings the power of Statsig into tools like Codex, Cursor, and Claude Code. With this setup, you can ask questions, explore experiments, and access your Statsig data using AI.
title: Statsig MCP server overview
description: Use the Statsig MCP (Model Context Protocol) server to query experiments, feature gates, and project data from AI tools like Codex, Cursor, and Claude Code.
---

## MCP configuration guides
Expand Down
2 changes: 1 addition & 1 deletion integrations/slack.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Slack Notifications
sidebarTitle: "Slack"
description: The Statsig Slack integration lets you receive updates where your team already works. You can connect Slack to get **project-level**, **team-level**, or **personal notifications**.
description: Connect Statsig to Slack to receive project, team, and personal notifications about experiments, feature gates, alerts, and metric changes in your channels.
keywords:
- owner:brock
last_update:
Expand Down
2 changes: 1 addition & 1 deletion metrics/101.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Metrics Overview
description: Basic concepts to help you set up essential product metrics in Statsig.
description: Introduction to Statsig metrics, including event-based metrics, user accounting, metric types, sources, and how to set up your first product KPIs.
---


Expand Down
4 changes: 2 additions & 2 deletions metrics/201.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Metrics 201 - Creating Custom Metrics"
title: "Creating custom metrics in Statsig (Metrics 201)"
sidebarTitle: Overview
description: "Learn to create your own metrics and organize them as your project grows, including customizing DAU definitions."
description: "Learn how to create custom metrics in Statsig, organize them with metric tags, and customize the DAU definition used in user accounting metrics."
---

In this 201-level user guide, you'll learn to create your own metrics and organize them as your project grows. You'll also be able to customize the definition of your daily active users (DAU).
Expand Down
4 changes: 2 additions & 2 deletions metrics/301.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Metrics 301 - Real-time Analytics"
title: "Real-time analytics in Statsig (Metrics 301)"
sidebarTitle: Overview
description: "Advanced guide to real-time events analysis, user funnels, and user flows in Statsig."
description: "Advanced guide to real-time event analysis in Statsig, including using Events Explorer, building user funnels, and creating user flows from sampled data."
---

This 301-level user guide shows you:
Expand Down
2 changes: 1 addition & 1 deletion metrics/metric-family.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Metric Family"
description: "Making it easier to manage metric variant."
description: "Use Metric Families in Statsig to group variants of the same metric, simplify management, and surface related views together in experiment results."
---

It can be difficult to managing a large catalog of metrics that are a slight variant of one another. A common challenge we hear is the difficulty of ensuring that each metric variant inherit the same changes when the metrics need to be updated.
Expand Down
2 changes: 1 addition & 1 deletion product-analytics/distribution.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Distribution'
description: 'Visualize the range of user experiences across your product'
description: 'Use Distribution charts in Statsig product analytics to see how a metric is spread across users, including percentiles, outliers, and segment comparisons.'
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion product-analytics/lifecycle.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Lifecycle'
description: 'Understand how users start, return, remain, and churn over time'
description: 'Use the Lifecycle view in Statsig product analytics to track new, returning, dormant, and churned users over time and quantify retention by cohort.'
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion product-analytics/users-tab.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Users Tab'
sidebarTitle: 'Users Tab'
description: 'An event-by-event level understanding of how users are leveraging your product'
description: 'Use the Users Tab in Statsig product analytics to inspect individual user sessions event by event and understand how people interact with your product.'
---

## Overview
Expand Down
2 changes: 1 addition & 1 deletion release-pipeline/trigger.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Trigger a Release Pipeline
description: Learn how to attach pipelines to features and trigger controlled rollouts
description: Attach a Statsig Release Pipeline to a feature gate and trigger controlled, multi-stage rollouts with automated checkpoints, gates, and approvals.
---

A Release Pipeline is activated when you make changes to a feature gate or dynamic config that has a pipeline attached to it.
Expand Down
1 change: 1 addition & 0 deletions sdks/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "SDK Overview"
description: Overview of Statsig's 30+ SDKs for client, server, and edge environments, used to flag features, run experiments, and log events from your application code.
---
import ListOfSDKs from '/snippets/sdks/list-of-sdks.mdx'

Expand Down
2 changes: 1 addition & 1 deletion sdks/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Get started with the Statsig SDK
description: Get data flowing into Statsig with only a few lines of code.
description: Quickstart for installing a Statsig SDK, initializing it with a key, evaluating your first feature gate, and logging your first event in a few lines of code.
---

import ListOfSDKs from '/snippets/sdks/list-of-sdks.mdx'
Expand Down
Loading