suede-analytics

Builds tracking plans, event instrumentation, and UTM conventions for GA4 and GTM analytics setups.

123|10|Updated May 24, 2026
One-click install
npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill suede-analytics-jasoncolapietro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: suede-analytics
Source: https://github.com/JasonColapietro/suede-creator-skills/tree/main/skills/suede-analytics
Command: npx skills add https://github.com/JasonColapietro/suede-creator-skills --skill suede-analytics-jasoncolapietro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Marketing and product teams often cannot tell whether their analytics actually fire correctly, whether events are named consistently, or whether UTM parameters produce usable attribution data. This Skill provides a measurement discipline for planning, implementing, and verifying analytics tracking across web, product, paid, and lifecycle surfaces. ## Core Features & Use Cases - Tracking Plan Framework: Generates structured tracking plans with object-action event naming, standard properties, and conversion definitions for marketing sites, SaaS products, and e-commerce stores. - GA4 and GTM Implementation Guidance: Provides gtag.js snippets, dataLayer push patterns, tag/trigger/variable configuration, consent mode setup, and debugging workflows via DebugView and GTM Preview. - Verification-First Auditing: Enforces a validation checklist where every event, conversion, and consent state must be proven by a current debug capture or readback before being reported as working. - Use Case: A B2B SaaS team launching a new product asks for signup, feature usage, and upgrade tracking; the Skill produces a complete tracking plan with GA4 event code, GTM dataLayer examples, and a verification checklist. ## Quick Start Use the suede-analytics skill to create a tracking plan for my SaaS product covering signups, feature usage, and purchases with GA4 and GTM implementation details.

Frequently Asked Questions about suede-analytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up GA4 event tracking for a SaaS product?

Define events using object-action naming like signup_completed or feature_used, then send them via gtag('event', ...) or GTM dataLayer pushes with properties such as method, plan, and feature_name. Mark key events as conversions in GA4 Admin and verify each one in DebugView before considering it live.

What UTM parameters should I use for Google, Meta, and email campaigns?

Use utm_source for the platform (google, meta, newsletter), utm_medium for the channel type (cpc, paid-social, email), and utm_campaign for the initiative name, all in lowercase with consistent separators. Document every value in a shared spreadsheet to prevent fragmentation.

Why do my GA4 conversion numbers not match my database?

Common causes include consent mode filtering, ad blockers, duplicate tag firing from multiple containers, and client-side versus server-side counting differences. Use GA4 DebugView and GTM Preview to capture actual fires and compare them against source receipts.

How do I make GA4 and Facebook Pixel GDPR compliant?

Implement a consent management platform, configure GA4 consent mode with analytics_storage and ad_storage defaulted to denied, and conditionally load tags only after consent is granted. Test both allowed and denied consent paths and document the lawful basis with qualified privacy review.

When should I not use this analytics skill?

Do not use it for experiment design or significance decisions, paid campaign optimization, attribution model comparison, or revenue process architecture. Those tasks route to dedicated A/B testing, ads, attribution, and RevOps skills instead.