analytics
Analyticscoreyhaines31/marketingskillsskills.sh ↗
Installs
57,804
deduplicated, at the last sync
Since we started
+3.1%
40 readings, about 2 hours apart. Not a live curve.
Our category
Analytics
ours
Last read
Sep 3, 2026
from the directory
Our brief
oursThis skill helps set up, improve, and audit analytics tracking for marketing purposes using tools like GA4 and Google Tag Manager.
- Tracking plan document
- Event structure recommendations
- Business context details
- Technical stack information
- Existing tracking data
not detected
The evidence does not mention any paid services required for analytics implementation.
optional
GA4 requires a property creation step, but GTM can be used without explicit registration.
This skill focuses on tracking plan structure and event naming conventions; it cannot implement code or verify live data collection. It does not provide real-time debugging or account-specific analytics reports.
Evidencestatic findingsskills/analytics/references/event-library.md:1-60skills/analytics/references/ga4-implementation.md:1-105skills/analytics/references/gtm-implementation.md:1-131+1
[{"code":"payment","match":"subscription","path":"SKILL.md"},{"code":"payment","match":"pricing","path":"references/event-library.md"},{"code":"payment","match":"subscription","path":"references/event-library.md"},{"code":"payment","match":"Pricing","path":"references/event-library.md"},{"code":"payment","match":"Subscription","path":"references/event-library.md"},{"code":"payment","match":"pricing","path":"references/ga4-implementation.md"},{"code":"payment","match":"Pricing","path":"references/gtm-implementation.md"}]# Event Library Reference Comprehensive list of events to track by business type and context. ## Contents - Marketing Site Events (navigation & engagement, CTA & form interactions, conversion events) - Product/App Events (onboarding, core usage, errors & support) - Monetization Events (pricing & checkout, subscription management) - E-commerce Events (browsing, cart, checkout, post-purchase) - B2B / SaaS Specific Events (team & collaboration, integration events, account events) - Event Properties (Parameters) - Funnel Event Sequences ## Marketing Site Events ### Navigation & Engagement | Event Name | Description | Properties | |------------|-------------|------------| | page_view | Page loaded (enhanced) | page_title, page_location, content_group | | scroll_depth | User scrolled to threshold | depth (25, 50, 75, 100) | | outbound_link_clicked | Click to external site | link_url, link_text | | internal_link_clicked | Click within site | link_url, link_text, location | | video_played | Video started | video_id, video_title, duration | | video_completed | Video finished | video_id, video_title, duration | ### CTA & Form Interactions | Event Name | Description | Properties | |---
# GA4 Implementation Reference Detailed implementation guide for Google Analytics 4. ## Contents - Configuration (data streams, enhanced measurement events, recommended events) - Custom Events (gtag.js implementation, Google Tag Manager) - Conversions Setup (creating conversions, conversion values) - Custom Dimensions and Metrics (when to use, setup steps, examples) - Audiences (creating audiences, audience examples) - Debugging (DebugView, real-time reports, common issues) - Data Quality (filters, cross-domain tracking, session settings) - Integration with Google Ads (linking, audience export) ## Configuration ### Data Streams - One stream per platform (web, iOS, Android) - Enable enhanced measurement for automatic tracking - Configure data retention (2 months default, 14 months max) - Enable Google Signals (for cross-device, if consented) ### Enhanced Measurement Events (Automatic) | Event | Description | Configuration | |-------|-------------|---------------| | page_view | Page loads | Automatic | | scroll | 90% scroll depth | Toggle on/off | | outbound_click | Click to external domain | Automatic | | site_search | Search query used | Configure parameter | | video_engagem
# Google Tag Manager Implementation Reference Detailed guide for implementing tracking via Google Tag Manager. ## Contents - Container Structure (tags, triggers, variables) - Naming Conventions - Data Layer Patterns - Common Tag Configurations (GA4 configuration tag, GA4 event tag, Facebook pixel) - Preview and Debug - Workspaces and Versioning - Consent Management - Advanced Patterns (tag sequencing, exception handling, custom JavaScript variables) ## Container Structure ### Tags Tags are code snippets that execute when triggered. **Common tag types:** - GA4 Configuration (base setup) - GA4 Event (custom events) - Google Ads Conversion - Facebook Pixel - LinkedIn Insight Tag - Custom HTML (for other pixels) ### Triggers Triggers define when tags fire. **Built-in triggers:** - Page View: All Pages, DOM Ready, Window Loaded - Click: All Elements, Just Links - Form Submission - Scroll Depth - Timer - Element Visibility **Custom triggers:** - Custom Event (from dataLayer) - Trigger Groups (multiple conditions) ### Variables Variables capture dynamic values. **Built-in (enable as needed):** - Click Text, Click URL, Click ID, Click Classes - Page Path, Page URL, Page Hostna
--- name: analytics description: When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," "tracking plan," "how do I measure this," "track conversions," "Mixpanel," "Segment," "are my events firing," or "analytics isn't working." Use this whenever someone asks how to know if something is working or wants to measure marketing results. For choosing attribution models, comparing multi-touch/MMM/incrementality, or reconciling conflicting numbers across tools, see attribution. For A/B test measurement, see ab-testing. metadata: version: 2.0.1 --- # Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. ## Initial Assessment **Check for product marketing context first:** If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before askin
Read 5 of 5 text files in the skill.
Installfrom the directory
npx skills add https://github.com/coreyhaines31/marketingskillsInstalling happens there, not here. We are an index with an opinion, not a mirror.
What is inside itfrom the directory
5 files — names only. The directory does not report sizes.
What the auditors foundfrom the directory
A skill is instructions your agent will follow and scripts it may run, so who checked it matters as much as how many people installed it.
Installs, reading by readingours
Axis starts at 56.5k, not zero — the range is 56.5k to 57.8k.
Asked out loudspoken, not typed
The same skill in the words people use speaking to an assistant rather than typing into a box. Each one carries the situation it came from, and each answer says only what the skill's own files support.
No. The evidence shows that creating a GA4 property is part of the setup process.
Yes, you might need to set up UTM parameters or custom events depending on your needs.