Product Updates

We ship fast to help you ship faster
Brock Lumbard
Product Manager, Statsig
12/9/2024
Permalink ›

📡 IPV6 Support

Starting today (Dec 9th, 2024) Statsig will begin support for auto-resolving metadata from IPV6 domains on our client SDKs. Statsig has historically provided and used our own package (IP3Country) for resolution of IP addresses to country codes, which we've decided to stop relying on as IPV6 traffic continues to grow. Going forward, we'll leverage our load balancer's country resolution, which will provide more accurate IPV4 support, and fulsome IPV6 support.

Visit our docs on the transition for more info, or reach out to us in Slack!

Vineeth Madhusudanan
Product Manager, Statsig
11/30/2024
Permalink ›

Warehouse Native Experimentation on Athena

Athena is now a supported data warehouse for Warehouse Native Experimentation! We've unlocked the same capabilities available on Snowflake, BigQuery, Redshift and Databricks to Athena users too.

You can reuse existing events and metrics from Athena in experimental analysis. You can also use typical Statsig features - including Incremental reloads (to manage costs), Power Analysis using historic data, and even use features like Entity Properties to join categorical information about users and use them in analysis across experiments!

image
Akin Olugbade
Product Manager, Statsig
11/30/2024
Permalink ›

Horizontal Bar Charts for Grouped Data

Your data tells clearer stories when you can see how different groups stack up. We've added horizontal bar charts in Metrics Explorer to make these comparisons easy and intuitive.

What You Can Do Now

  • Compare metrics across any business dimension (time periods, segments, categories)

  • Track usage patterns by user type, location, or platform

  • Spot trends in any grouped data, from engagement to transactions

How It Works Apply a Group By to your data, and select the horizontal bar chart option. The chart automatically adjusts to show your groups clearly.

Impact on Your Analysis This visualization makes it simple to:

  • Identify your top and bottom performers instantly

  • Handle longer label names easily

  • Share clear comparisons in your reports

Start turning your grouped data into visual insights today.

horizontal-bar-chart
Vineeth Madhusudanan
Product Manager, Statsig
11/26/2024
Permalink ›

Autoscaling on Snowflake (Warehouse Native)

You can now connect multiple Snowflake warehouses to your account, enabling better query performance by automatically distributing query jobs across all available warehouses. To set it up, you can head over to Settings > Project > Data Connection, and select Set up additional Warehouses.

When you schedule multiple experiments to be loaded at the same time, Statsig will distribute these queries across the provided warehouses to reduce contention. Spreading queries across compute clusters can often be faster and cheaper(!) when contention causes queries to be backed up.

We have a beta of intelligent Autoscaling in works. Reach out in Slack if you'd like to try it!

image
Vineeth Madhusudanan
Product Manager, Statsig
11/26/2024
Permalink ›

Experiment Compute Summary

Following up from the Statsig project level compute summary, we've also added an experiment level compute summary - available in Experiment Diagnostics. Out of box it lets you look at compute utilization by job type or metric source. This is helpful to isolate situations where a low value metric is a disproportionate share of compute utilization. When you find this, look at our guide to optimize costs.

image
Brock Lumbard
Product Manager, Statsig
11/26/2024
Permalink ›

🅰️ Angular Support

Statsig's Javascript SDK now has out-of-the-box support for Angular with the release of our Angular bindings. While we've long helped customers setup Angular in our Slack Community, this release includes bindings and suggested patterns for both App Config and App Module integrations. Along with some angular-specific features like directives, this supports all of the bells and whistles you expect from Statsig's SDKs: feature flags, experiments, event logging, and more. Try it out, and let us know if you find any wrinkles as we roll out support. Get started with our Angular docs or simply run: npm install @statsig/angular-bindings

angular
Akin Olugbade
Product Manager, Statsig
11/20/2024
Permalink ›

👁️ Updated Single Value Views in Metric Drilldown and Dashboards

Use Case When you need a quick, at-a-glance summary of a key metric, having a single, prominent value can provide immediate insight. Whether you’re monitoring yesterday’s user sign-ups or the total revenue over the past month, a headline figure helps you stay informed without diving into detailed charts.

Why It’s Important

Single Value views allow you to focus on the most critical data points instantly. This feature is especially useful on dashboards, where quick visibility into key metrics supports faster decision-making and keeps your team aligned on important performance indicators.

The Feature: What It Does

You can now directly select Single Value as a widget type when adding items to your Dashboards, making it easier to showcase key metrics prominently without additional configuration.

In addition, within Metric Drilldown, you can choose the Single Value view to display your metric as a headline figure. This feature offers:

  • Latest Full Data Point: View the most recent complete data point (e.g., yesterday’s total sales or user activities).

  • Overall Value for Time Range: See the cumulative or average value over the entire selected time range, providing a broader perspective on your metric.

  • Comparison Options: Select a comparison period to see absolute and percentage changes over time, helping you understand trends and growth.

By incorporating Single Value views into your dashboards and analyses, you can highlight essential metrics at a glance, enabling you and your team to stay updated with minimal effort.

Single Value Widgets
Brock Lumbard
Product Manager, Statsig
11/13/2024
Permalink ›

🧐 SDK Observability Integrations

As Statsig comes to power your product's features, experiments, metrics and more, observing our SDK's performance can become increasingly important. Starting with our Python SDK, we've built an interface for you to consume your SDK's performance statistics and ingest them into your platform of choice (like Datadog).

Initial support will include the metrics:

  • statsig.sdk.initialization - which tracks SDK initialization duration

  • statsig.sdk.config_propagation_diff - which measures the difference between a config's update time and when it reaches your SDK, and

  • statsig.sdk.config_no_update - which tracks occurrences where there are no config updates.

If you'd prefer to not integrate with your SDKs, similar data is available in the Statsig console alongside your SDK Keys & Secrets. If you'd like to see support for this in another SDK, let us know in Slack!

observabilityClient
Akin Olugbade
Product Manager, Statsig
11/5/2024
Permalink ›

➕Cumulative Sum Rollups in Metric Drilldown

Use Case

When analyzing event data, you often need to understand the cumulative impact of your metrics over time. For example:

  • “How many times has this feature ever been used?

  • “How many distinct people have ever used this feature?”

  • “What is the total revenue generated up to this point?”

Why It’s Important

Viewing metrics as a cumulative sum provides valuable insights into long-term trends and overall growth. It helps you track feature adoption, user engagement, and total impact over time, enabling more informed decision-making.

The Feature: What It Does

In Metric Drilldown, after selecting an event and choosing an aggregation method—such as Event Count, Uniques, Average of Property Value, etc.—you can now apply the Cumulative Sum option to your results. This feature accumulates your selected metric over time, providing a running total in your charts.

When the metric aggregation is set to Uniques, you have two options for calculating the cumulative sum:

  1. Distinct Uniques

    1. What it does: Counts each unique user or unit only once in the cumulative total, regardless of how many times they appear in subsequent time periods.

    2. Use Case: Answers “How many distinct people have ever used this feature?” by providing a deduplicated cumulative count.

  2. Total Uniques

    1. What it does: Counts each occurrence of a user or unit every time they appear, allowing them to be counted multiple times in the cumulative total.

    2. Use Case: Helps you understand “What is the total number of unique user engagements over time, including repeat users?” This provides insight into recurring user activity across different periods.

For other aggregation types:

  • Event Count: The cumulative sum shows the total number of events over time, helping you track overall engagement.

  • Average of Property Value: Accumulates average values over time, useful for metrics like cumulative revenue or total session duration.

  • Sum of Property Value: Accumulates the sum of a chosen property value from your events, useful for questions like "What is the total revenue generated up to this point?" or “What is the cumulative sum of this property over time?” by providing the total accumulated value.

By enabling the Cumulative Sum option, you can transform your metric analyses to capture total impact over time, providing a comprehensive view that supports deeper insights into your product’s performance.

cumulative sum rollup
Craig Sexauer
Data Scientist, Statsig
11/4/2024
Permalink ›

Retention Metrics on Statsig Warehouse Native

Statsig Cloud launched with user accounting metrics - including retention. We’re now matching this capability with highly flexible Retention Metrics in Warehouse Native. For insight into why we think this matters, check out our blog post!

Retention metrics allow you to calculate the rolling daily retention from one event/user-day status to itself - or another, if desired. The time window retention is measured in is fully customizable - for example, you can measure the % of users that retain into the last 3 days of the next week, exactly 14 days from now, or any time in the next two weeks.

This allows you to directly track if features designed to make your product more interesting, enjoyable, or stickier over time are working, instead of trying to divine this from some combination of “DAU” and “users active at 7/14/28 days from exposure”.

This class of metrics is critical for growth teams focused on growing their userbase; Lenny’s Newsletter published a fantastic piece on how Duolingo used retention metrics to measure and drive long-term install and revenue growth.

Check out the docs, and try it out in Warehouse Native today!

Loved by customers at every stage of growth

See what our users have to say about building with Statsig
OpenAI
"Statsig's experimentation capabilities stand apart from other platforms we've evaluated. The ease of use, simplicity of integration help us efficiently get insight from every experiment we run. Statsig's infrastructure and experimentation workflows have also been crucial in helping us scale to hundreds of experiments across hundreds of millions of users."
Paul Ellwood
Head of Data Engineering
SoundCloud
"We evaluated Optimizely, LaunchDarkly, Split, and Eppo, but ultimately selected Statsig due to its comprehensive end-to-end integration. We wanted a complete solution rather than a partial one, including everything from the stats engine to data ingestion."
Don Browning
SVP, Data & Platform Engineering
Whatnot
"Excited to bring Statsig to Whatnot! We finally found a product that moves just as fast as we do and have been super impressed with how closely our teams collaborate."
Rami Khalaf
Product Engineering Manager
"Statsig has enabled us to quickly understand the impact of the features we ship."
Shannon Priem
Lead PM
Ancestry
"I know that we are able to impact our key business metrics in a positive way with Statsig. We are definitely heading in the right direction with Statsig."
Partha Sarathi
Director of Engineering
"Working with the Statsig team feels like we're working with a team within our own company."
Jeff To
Engineering Manager
"[Statsig] enables shipping software 10x faster, each feature can be in production from day 0 and no big bang releases are needed."
Matteo Hertel
Founder
OpenAI
"Statsig has been an amazing collaborator as we've scaled. Our product and engineering team have worked on everything from advanced release management to custom workflows to new experimentation features. The Statsig team is fast and incredibly focused on customer needs - mirroring OpenAI so much that they feel like an extension of our team."
Chris Beaumont
Data Scientist
"The ability to easily slice test results by different dimensions has enabled Product Managers to self-serve and uncover valuable insights."
Preethi Ramani
Chief Product Officer
"We decreased our average time to decision made for A/B tests by 7 days compared to our in-house platform."
Berengere Pohr
Team Lead - Experimentation
"Statsig is a powerful tool for experimentation that helped us go from 0 to 1."
Brooks Taylor
Data Science Lead
"We've processed over a billion events in the past year and gained amazing insights about our users using Statsig's analytics."
Ahmed Muneeb
Co-founder & CTO
SoundCloud
"Leveraging experimentation with Statsig helped us reach profitability for the first time in our 16-year history."
Zachary Zaranka
Director of Product
"Statsig enabled us to test our ideas rather than rely on guesswork. This unlocked new learnings and wins for the team."
David Sepulveda
Head of Data
Brex
"Brex's mission is to help businesses move fast. Statsig is now helping our engineers move fast. It has been a game changer to automate the manual lift typical to running experiments and has helped product teams ship the right features to their users quickly."
Karandeep Anand
President
Ancestry
"We only had so many analysts. Statsig provided the necessary tools to remove the bottleneck. I know that we are able to impact our key business metrics in a positive way with Statsig. We are definitely heading in the right direction with Statsig."
Partha Sarathi
Director of Engineering
Recroom
"Statsig has been a game changer for how we combine product development and A/B testing. It's made it a breeze to implement experiments with complex targeting logic and feel confident that we're getting back trusted results. It's the first commercially available A/B testing tool that feels like it was built by people who really get product experimentation."
Joel Witten
Head of Data
"We realized that Statsig was investing in the right areas that will benefit us in the long-term."
Omar Guenena
Engineering Manager
"Having a dedicated Slack channel and support was really helpful for ramping up quickly."
Michael Sheldon
Head of Data
"Statsig takes away all the pre-work of doing experiments. It's really easy to setup, also it does all the analysis."
Elaine Tiburske
Data Scientist
"We thought we didn't have the resources for an A/B testing framework, but Statsig made it achievable for a small team."
Paul Frazee
CTO
"We use Statsig's analytics to bring rigor to the decision-making process across every team at Wizehire."
Nick Carneiro
CTO
Notion
"We've successfully launched over 600 features behind Statsig feature flags, enabling us to ship at an impressive pace with confidence."
Wendy Jiao
Staff Software Engineer
"We chose Statsig because it offers a complete solution, from basic gradual rollouts to advanced experimentation techniques."
Carlos Augusto Zorrilla
Product Analytics Lead
"We have around 25 dashboards that have been built in Statsig, with about a third being built by non-technical stakeholders."
Alessio Maffeis
Engineering Manager
"Statsig beats any other tool in the market. Experimentation serves as the gateway to gaining a deeper understanding of our customers."
Toney Wen
Co-founder & CTO
"We finally had a tool we could rely on, and which enabled us to gather data intelligently."
Michael Koch
Engineering Manager
Notion
"At Notion, we're continuously learning what our users value and want every team to run experiments to learn more. It's also critical to maintain speed as a habit. Statsig's experimentation platform enables both this speed and learning for us."
Mengying Li
Data Science Manager
OpenAI
"At OpenAI, we want to iterate as fast as possible. Statsig enables us to grow, scale, and learn efficiently. Integrating experimentation with product analytics and feature flagging has been crucial for quickly understanding and addressing our users' top priorities."
Dave Cummings
Engineering Manager, ChatGPT
OpenAI
"Statsig has helped accelerate the speed at which we release new features. It enables us to launch new features quickly & turn every release into an A/B test."
Andy Glover
Engineer
"We knew upon seeing Statsig's user interface that it was something a lot of teams could use."
Laura Spencer
Chief of Staff
"The beauty is that Statsig allows us to both run experiments, but also track the impact of feature releases."
Evelina Achilli
Product Growth Manager
"Statsig is my most recommended product for PMs."
Erez Naveh
VP of Product
"Statsig helps us identify where we can have the most impact and quickly iterate on those areas."
John Lahr
Growth Product Manager
Whatnot
"With Warehouse Native, we add things on the fly, so if you mess up something during set up, there aren't any consequences."
Jared Bauman
Engineering Manager - Core ML
"In my decades of experience working with vendors, Statsig is one of the best."
Laura Spencer
Technical Program Manager
"Statsig is a one-stop shop for product, engineering, and data teams to come together."
Duncan Wang
Manager - Data Analytics & Experimentation
Whatnot
"Engineers started to realize: I can measure the magnitude of change in user behavior that happened because of something I did!"
Todd Rudak
Director, Data Science & Product Analytics
"For every feature we launch, Statsig saves us about 3-5 days of extra work."
Rafael Blay
Data Scientist
"I appreciate how easy it is to set up experiments and have all our business metrics in one place."
Paulo Mann
Senior Product Manager
We use cookies to ensure you get the best experience on our website.
Privacy Policy