Home / Companies / Statsig / Blog / November 2023

November 2023 Summaries

6 posts from Statsig

Filter
Month: Year:
Post Summaries Back to Blog
Ad-blocking technology is used by approximately 40% of global internet users and has evolved from simply stopping display and video ads to affecting various vendor tools for analytics, feature management, and experimentation. Ad blockers, which include tools like AdBlock and Adguard, focus on blocking unwanted ads and content, while privacy blockers, such as uBlock Origin and Ghostery, aim to prevent websites from tracking user behavior. These blockers utilize "block lists" to identify and suppress unwanted content and tracking attempts by canceling HTTP requests to listed hostnames. The criteria for inclusion on these lists are not well-defined and are managed by open-source project maintainers. While circumventing these blockers is possible, it is a nuanced decision for website owners who must balance user privacy preferences with the need for effective feature management. Solutions such as fully-managed proxies are available to mitigate the impact of DNS-based blockers, ensuring key features and optimizations are delivered without compromising user trust. Statsig offers tools and support to navigate these challenges, emphasizing the importance of respecting users' privacy preferences while maintaining effective software deployment processes.
Nov 16, 2023 806 words in the original blog post.
Switchback experiments are an effective alternative to traditional A/B tests in scenarios where network effects, such as those in two-sided marketplaces like ridesharing services, make independent test and control groups impractical. These experiments alternate between test and control treatments based on time intervals rather than splitting the population, ensuring that everyone in the network receives the same treatment at any given time. This approach helps mitigate biases caused by network effects and is particularly suitable for analyzing transactional user behaviors within a single session. Implementing a switchback test requires careful consideration of time intervals, which should be long enough to capture desired effects but short enough to allow multiple test and control samples, as well as the use of independent clusters to enhance data sampling. The analysis of switchback experiments often involves regression or bootstrapping methods instead of standard t-tests to account for dependencies in the data. While switchback tests are not ideal for measuring long-term effects, they provide valuable insights into short-term user interactions when appropriately designed with domain-specific knowledge.
Nov 14, 2023 967 words in the original blog post.
In the process of developing and launching AI products, companies face challenges such as AI hallucinations, unpredictable behavior, and ethical risks, as exemplified by Statsig's experience with their chatbot. The push to integrate AI into business models is strong, but the complexities of implementation, high costs, and the need for cross-stack integration pose significant hurdles. Feature flags are highlighted as a critical tool for managing AI product launches, allowing developers to control user access and conduct private testing before public release, thereby mitigating risks associated with malfunctions or high costs. Leveraging feature flags with analytics tools enables product teams to measure the impact of new features on business metrics, providing insights into user engagement and conversion rates. Additionally, feature flags serve as an instant kill switch, offering peace of mind and ensuring a controlled rollout process. Statsig's analytics capabilities further enhance this by allowing targeted testing and gradual feature rollouts, ultimately supporting safer and more effective AI product deployment.
Nov 10, 2023 1,646 words in the original blog post.
Statsig collaborates with various companies to enhance their experimentation culture by offering both cloud-hosted and Warehouse Native (WHN) deployment options, allowing clients to choose based on their specific needs and existing infrastructure. The cloud-hosted solution is more engineering-friendly and requires minimal data team involvement, making it ideal for organizations new to experimentation or those using other SaaS tools. In contrast, WHN is suited for companies with established data warehouses, as it enables experiment analysis using existing metrics and supports organizations with stringent data privacy policies. Both options aim to streamline the experimentation process, though WHN may incur higher costs due to warehouse management. Ultimately, the decision depends on an organization's current tools, processes, and goals, with Statsig providing guidance to ensure alignment with customer objectives.
Nov 09, 2023 1,194 words in the original blog post.
The company explored the challenging task of measuring the impact of a billboard campaign despite its data-driven decision-making approach, which relies heavily on measurable ROI. Influenced by external recommendations and the desire to build brand awareness among sophisticated software companies, they opted for a cost-effective digital billboard on Highway 101 in San Francisco through the AdSemble platform. Despite the initial obstacles in design and understanding of ad display rotations, they launched the campaign, which led to inconclusive direct results in web traffic and sign-ups. However, the billboard generated unexpected social media engagement and provided valuable lessons on experimentation, emphasizing the need for longer-term, prominent placements to measure impact effectively. This experience reinforced the importance of fostering a culture of quick experimentation and learning within the company, highlighting how these principles apply beyond typical product testing.
Nov 03, 2023 1,355 words in the original blog post.
Type 1 errors, or false positives, can significantly disrupt the reliability of split testing by leading businesses to pursue changes that ultimately yield no real benefit, thereby wasting resources. To minimize these errors, it is crucial to understand statistical significance and employ strategies such as optimizing sample size, balancing significance levels, and using sequential testing. The use of tools like Statsig's sample size calculator can aid in determining optimal sample sizes, while Bayesian statistics offer a nuanced approach by incorporating prior knowledge to reduce false positives. Multiple testing correction methods, like the Bonferroni adjustment, help maintain the overall Type 1 error rate when running numerous comparisons. Ensuring high data quality, focusing on practical significance, and utilizing data visualization tools can further enhance the efficacy of split tests. By employing these strategies, businesses can achieve more reliable, actionable insights and make informed decisions that genuinely improve performance.
Nov 01, 2023 1,025 words in the original blog post.