---
title: Targeting
description: "Configure targeting in Statsig Warehouse Native experiments to limit exposure to specific users, segments, or qualifying events from your warehouse."
product: general
last_updated: 2025-09-18
token_estimate: 209
---
# Targeting

> For AI agents: a documentation index is available at [/llms.txt](/llms.txt). Append `.md` to any page URL for markdown, or send `Accept: text/markdown`.

## How to target experiments

Experiments integrate natively with Statsig's Feature Gates product to target interventions. Feature gates provide a rich language for targeting users by properties or segments. You can give an experiment a targeting gate to restrict an intervention to units that pass that gate. Go to [Feature Gates](https://docs.statsig.com/feature-flags/overview) for more information.

## When to target an experiment

Targeting an experiment makes sense when

- You want to gradually release the experiment to tiers of users
- Part of your hypothesis is that the experiment intervention only works for a target subset of users, e.g. mobile users

