You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
client.experiments — manage project experiments that compare two or more variants against a baseline: list, create, get, update, delete. Each variant is a population defined by a filter_set, an optional search query, and a time_range; exactly one variant carries the baseline flag. client.experiments.get returns the full comparison — per-variant metrics grouped by entity (sessions, users, tools, signals, behaviours), where every metric is a { "value": ..., "delta": ... } pair whose delta is the signed change versus the baseline (None on the baseline variant itself). tools, signals, and behaviours also carry a top ranked list.