
Analytics
Pick standard event names and properties when wiring GA4, product analytics, or checkout funnels for a solo-built SaaS or store.
Install
npx skills add https://github.com/infrasity-labs/dev-gtm-claude-skills --skill analyticsWhat is this skill?
- Tables for marketing site, product/app, monetization, e-commerce, and B2B SaaS events
- CTA, form, onboarding, core usage, error, and subscription lifecycle event patterns
- Funnel event sequences and shared event-property parameters
- Scroll depth, video, outbound/internal link engagement events for content sites
Adoption & trust: 1 installs on skills.sh; 24 GitHub stars; trending (+100% hot-view momentum).
Recommended Skills
Seo Auditcoreyhaines31/marketingskills
Copywritingcoreyhaines31/marketingskills
Twitter Automationqu-skills/skills
Marketing Psychologycoreyhaines31/marketingskills
Content Strategycoreyhaines31/marketingskills
Programmatic Seocoreyhaines31/marketingskills
Journey fit
Primary fit
Canonical shelf is Grow because the skill is an event taxonomy for measuring users, revenue, and funnels after launch—not a one-off marketing copy task. Analytics subphase fits instrumentation reference work: what to track, how to name events, and funnel sequences across site, app, and checkout.
SKILL.md
READMESKILL.md - Analytics
# 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 | |------------|-------------|------------| | cta_clicked | Call to action clicked | button_text, cta_location, page | | form_started | User began form | form_name, form_location | | form_field_completed | Field filled | form_name, field_name | | form_submitted | Form successfully sent | form_name, form_location | | form_error | Form validation failed | form_name, error_type | | resource_downloaded | Asset downloaded | resource_name, resource_type | ### Conversion Events | Event Name | Description | Properties | |------------|-------------|------------| | signup_started | Initiated signup | source, page | | signup_completed | Finished signup | method, plan, source | | demo_requested | Demo form submitted | company_size, industry | | contact_submitted | Contact form sent | inquiry_type | | newsletter_subscribed | Email list signup | source, list_name | | trial_started | Free trial began | plan, source | --- ## Product/App Events ### Onboarding | Event Name | Description | Properties | |------------|-------------|------------| | signup_completed | Account created | method, referral_source | | onboarding_started | Began onboarding | - | | onboarding_step_completed | Step finished | step_number, step_name | | onboarding_completed | All steps done | steps_completed, time_to_complete | | onboarding_skipped | User skipped onboarding | step_skipped_at | | first_key_action_completed | Aha moment reached | action_type | ### Core Usage | Event Name | Description | Properties | |------------|-------------|------------| | session_started | App session began | session_number | | feature_used | Feature interaction | feature_name, feature_category | | action_completed | Core action done | action_type, count | | content_created | User created content | content_type | | content_edited | User modified content | content_type | | content_deleted | User removed content | content_type | | search_performed | In-app search | query, results_count | | settings_changed | Settings modified | setting_name, new_value | | invite_sent | User invited others | invite_type, count | ### Errors & Support | Event Name | Description | Properties | |------------|-------------|------------| | error_occurred | Error experienced | error_type, error_message, page | | help_opened | Help accessed | help_type, page | | support_contacted | Support request made | contact_method, issue_type | | feedback_submitted | User feedback given | feedback_type, rating | --- ## Monetization Events ### Pricing & Checkout | Event Name | Description | Properties | |------------|-------------|------------| | pricing_viewed | Pricing page seen | source | | plan_selected | Plan chosen | plan_name, billing_cycle | | checkout_started | Began checkout | plan, value | | payment_info_entered | Payment submitted |