Skip to main content

Loading…

Skip to main content
HomeProjectsPostsApproachesStackResourcesContact
Justin Tsugranes LogoJustin Tsugranes Logo

Justin Tsugranes

HomeProjectsPostsApproachesStackResourcesContact

Stay in the loop

Occasional notes on what I'm building, lessons earned, and the studio behind it.

By subscribing, you agree to receive No spam. Unsubscribe in one click anytime. from Justin Tsugranes. No spam. Unsubscribe anytime. Privacy Policy

© 2026 Total Ventures LLC. All rights reserved.

Privacy PolicyTerms of ServiceCookie Policy
← All stack tools

Stack Tool · observability

Google Analytics 4

Google Analytics 4 provides the core funnel and user behavior insights for Total Ventures' brands, integrating with Search Console to inform content strategy and product development.

Visit analytics.google.com ↗

Google Analytics 4 is the primary tool for understanding user behavior and content performance across Total Ventures' brands, providing event-driven data that informs product iterations and SEO strategy.

What it is

GA4 is Google's current iteration of its analytics platform, shifting from the session-based model of Universal Analytics to an event-driven paradigm. Everything is an event — page views, clicks, scrolls, custom interactions. This model aligns better with modern application development and user journeys, allowing for a more granular understanding of how users engage with a product across different touchpoints. It's designed for cross-platform tracking, consolidating data from web and app properties into a single view, which is useful for future expansion of Total Ventures' offerings.

How I use it

I maintain separate GA4 properties for each Total Ventures brand, such as Total Formula 1, Pregnancy Power Hour, and Inky. This allows for isolated data analysis and tailored insights. The core use cases involve funnel analysis — tracking user progression from initial landing to key conversions. For instance, I monitor the path users take on Total Formula 1 from a content page to a premium guide checkout handled by Stripe. For Pregnancy Power Hour, GA4 helps track user engagement leading up to a subscription initiation via RevenueCat.

Beyond direct conversions, I integrate GA4 with Google Search Console. This provides crucial signals about organic search performance, which directly feeds into my page-engine importance scoring. Understanding which keywords drive traffic and how users behave once they land helps refine content strategy. This data is also an input for my agentic engineering workflows, where agents analyze performance metrics to suggest content optimizations or identify potential product feature gaps. While my custom orchestration layer, Veo3, handles much of the internal monitoring, GA4 provides the external user behavior lens.

Why this over alternatives

GA4 earns its slot primarily due to its robust, free offering and its deep integration with the broader Google ecosystem. For a solo operator running multiple brands, the cost-effectiveness is a significant factor. While Vercel Analytics provides basic page view data, it lacks the depth of custom event tracking, funnel analysis, and audience segmentation that GA4 offers. I need to understand why users are doing what they are doing, not just that they visited a page. The event-driven model, while initially a learning curve from UA, is a superior fit for tracking complex user interactions within single-page applications and dynamic content experiences. Other paid analytics platforms were considered, but the value proposition for my current scale didn't justify the recurring cost when GA4 provides the necessary depth without direct monetary expense.

Where it falls short

The primary drawback of GA4 is its reporting interface, which can feel less intuitive than Universal Analytics for quick insights. It often requires building custom explorations to get specific answers, which adds overhead. The learning curve for understanding its data model and configuring events correctly can be steep, a lesson learned the hard way during initial setup across brands. Data sampling can also be an issue for very high-traffic properties, potentially obscuring granular details in certain reports. While it offers powerful insights, extracting them efficiently demands a specific workflow and familiarity with its nuances. Furthermore, while it integrates well with Google's own services, direct API integration with custom systems like Veo3 for automated report generation requires custom development.

FAQs

Is GA4 difficult to set up if I'm used to Universal Analytics?
Yes, it's a fundamental shift to an event-driven model. You'll need to rethink how you track interactions and rebuild your reporting, but the underlying data model is more robust.
Can GA4 provide real-time data for immediate insights?
GA4 has a real-time report that shows current activity. For deeper, processed analysis, there are typically some delays, but it's sufficient for monitoring active user counts.

See how I run a multi-brand studio with this stack.

See the full stack →
Written by Justin Tsugranes, Founder, Total Ventures· Founder, Total Ventures · U.S. Army veteran (13 years) · M.M. Jazz Studies, University of South Carolina
Last reviewed July 22, 2026

Related

  • Firebase Hosting + Cloud FunctionsFirebase Hosting and Cloud Functions provide the core backend services—authentication, data storage, and serverless compute—that power every Total Ventures product, handling tasks that require persistent state or scheduled execution.
  • FirestoreFirestore is the document database for every Total Ventures brand, providing scalable, serverless data management with integrated security rules that act as the auth layer.
  • Vercel AnalyticsVercel Analytics provides privacy-focused, first-party web analytics and Core Web Vitals monitoring directly integrated into my Vercel deployments, simplifying observability for each brand.
  • Google Cloud StorageGoogle Cloud Storage is the reliable object storage for Total Ventures' static assets, serving everything from OG images to user-uploaded PDFs via CDN.
  • Next.js App RouterNext.js App Router is the unified framework powering every Total Ventures brand site, leveraging React Server Components and Incremental Static Regeneration for performant, maintainable web experiences.
  • SanitySanity is the headless CMS I use across Total Ventures for all editorial content, providing a structured content backend that integrates directly with my frontend projects and agentic workflows.