January 2021 Summaries
2 posts from Snowplow
Filter
Month:
Year:
Post Summaries
Back to Blog
The article introduces funnel-based product analytics using event-level behavioral data, focusing on how to formalize product analysis processes with SQL queries. It emphasizes the benefits of product analytics in identifying desirable and undesirable interactions during user sessions, which are crucial for improving business metrics by enhancing user engagement and retention. While omitting topics like A/B testing, the article details automatic tracking methods such as page views, activity tracking, link clicks, and form interactions using Snowplow's JavaScript tracker, and highlights the importance of anonymous tracking to address privacy concerns. It further explores conversion analysis, detailing specific and general conversion rates, and provides SQL queries to calculate these rates using session identifiers. The article discusses the significance of funnel analysis in understanding the customer journey, offering SQL templates for evaluating conversion rates, time to convert, and multi-path funnel analysis, while encouraging customization of these queries to meet business-specific needs. Lastly, it underscores the value of leveraging rich behavioral data and personalized SQL queries for in-depth insights beyond conventional product analytics tools.
Jan 22, 2021
3,606 words in the original blog post.
Snowplow offers a flexible and privacy-conscious approach to data collection, adapting to evolving regulations and user awareness by providing multiple strategies for tracking user behavior ethically. The latest release of the Snowplow JavaScript Tracker and Snowplow Stream Collector expands options for configuring tracking strategies ranging from anonymous tracking to more detailed methods depending on user consent. These strategies include using server-side identifiers, session tracking without cookies, and cookieless tracking that respects privacy by not capturing IP addresses or storing cookies. Additionally, Snowplow emphasizes the importance of anonymization and pseudonymization to protect personally identifiable information (PII) while maintaining data integrity for analysis. The various configurations ensure compliance with privacy regulations and enable users to design optimal data collection systems tailored to their needs, with the ability to toggle between anonymous and identifiable tracking based on user consent.
Jan 05, 2021
2,360 words in the original blog post.