Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Sets up, audits, and improves analytics tracking with GA4, GTM, Mixpanel, Segment, and UTM parameters.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/event-library.md
1# Event Library Reference23Comprehensive list of events to track by business type and context.45## Contents6- Marketing Site Events (navigation & engagement, CTA & form interactions, conversion events)7- Product/App Events (onboarding, core usage, errors & support)8- Monetization Events (pricing & checkout, subscription management)9- E-commerce Events (browsing, cart, checkout, post-purchase)10- B2B / SaaS Specific Events (team & collaboration, integration events, account events)11- Event Properties (Parameters)12- Funnel Event Sequences1314## Marketing Site Events1516### Navigation & Engagement1718| Event Name | Description | Properties |19|------------|-------------|------------|20| page_view | Page loaded (enhanced) | page_title, page_location, content_group |21| scroll_depth | User scrolled to threshold | depth (25, 50, 75, 100) |22| outbound_link_clicked | Click to external site | link_url, link_text |23| internal_link_clicked | Click within site | link_url, link_text, location |24| video_played | Video started | video_id, video_title, duration |25| video_completed | Video finished | video_id, video_title, duration |2627### CTA & Form Interactions2829| Event Name | Description | Properties |30|------------|-------------|------------|31| cta_clicked | Call to action clicked | button_text, cta_location, page |32| form_started | User began form | form_name, form_location |33| form_field_completed | Field filled | form_name, field_name |34| form_submitted | Form successfully sent | form_name, form_location |35| form_error | Form validation failed | form_name, error_type |36| resource_downloaded | Asset downloaded | resource_name, resource_type |3738### Conversion Events3940| Event Name | Description | Properties |41|------------|-------------|------------|42| signup_started | Initiated signup | source, page |43| signup_completed | Finished signup | method, plan, source |44| demo_requested | Demo form submitted | company_size, industry |45| contact_submitted | Contact form sent | inquiry_type |46| newsletter_subscribed | Email list signup | source, list_name |47| trial_started | Free trial began | plan, source |4849---5051## Product/App Events5253### Onboarding5455| Event Name | Description | Properties |56|------------|-------------|------------|57| signup_completed | Account created | method, referral_source |58| onboarding_started | Began onboarding | - |59| onboarding_step_completed | Step finished | step_number, step_name |60| onboarding_completed | All steps done | steps_completed, time_to_complete |61| onboarding_skipped | User skipped onboarding | step_skipped_at |62| first_key_action_completed | Aha moment reached | action_type |6364### Core Usage6566| Event Name | Description | Properties |67|------------|-------------|------------|68| session_started | App session began | session_number |69| feature_used | Feature interaction | feature_name, feature_category |70| action_completed | Core action done | action_type, count |71| content_created | User created content | content_type |72| content_edited | User modified content | content_type |73| content_deleted | User removed content | content_type |74| search_performed | In-app search | query, results_count |75| settings_changed | Settings modified | setting_name, new_value |76| invite_sent | User invited others | invite_type, count |7778### Errors & Support7980| Event Name | Description | Properties |81|------------|-------------|------------|82| error_occurred | Error experienced | error_type, error_message, page |83| help_opened | Help accessed | help_type, page |84| support_contacted | Support request made | contact_method, issue_type |85| feedback_submitted | User feedback given | feedback_type, rating |8687---8889## Monetization Events9091### Pricing & Checkout9293| Event Name | Description | Properties |94|------------|-------------|------------|95| pricing_viewed | Pricing page seen | source |96| plan_selected | Plan chosen | plan_name, billing_cycle |97| checkout_started | Began checkout | plan, value |98| payment_info_entered | Payment submitted | payment_method |99| purchase_completed | Purchase successful | plan, value, currency, transaction_id |100| purchase_failed | Purchase failed | error_reason, plan |101102### Subscription Management103104| Event Name | Description | Properties |105|------------|-------------|------------|106| trial_started | Trial began | plan, trial_length |107| trial_ended | Trial expired | plan, converted (bool) |108| subscription_upgraded | Plan upgraded | from_plan, to_plan, value |109| subscription_downgraded | Plan downgraded | from_plan, to_plan |110| subscription_cancelled | Cancelled | plan, reason, tenure |111| subscription_renewed | Renewed | plan, value |112| billing_updated | Payment method changed | - |113114---115116## E-commerce Events117118### Browsing119120| Event Name | Description | Properties |121|------------|-------------|------------|122| product_viewed | Product page viewed | product_id, product_name, category, price |123| product_list_viewed | Category/list viewed | list_name, products[] |124| product_searched | Search performed | query, results_count |125| product_filtered | Filters applied | filter_type, filter_value |126| product_sorted | Sort applied | sort_by, sort_order |127128### Cart129130| Event Name | Description | Properties |131|------------|-------------|------------|132| product_added_to_cart | Item added | product_id, product_name, price, quantity |133| product_removed_from_cart | Item removed | product_id, product_name, price, quantity |134| cart_viewed | Cart page viewed | cart_value, items_count |135136### Checkout137138| Event Name | Description | Properties |139|------------|-------------|------------|140| checkout_started | Checkout began | cart_value, items_count |141| checkout_step_completed | Step finished | step_number, step_name |142| shipping_info_entered | Address entered | shipping_method |143| payment_info_entered | Payment entered | payment_method |144| coupon_applied | Coupon used | coupon_code, discount_value |145| purchase_completed | Order placed | transaction_id, value, currency, items[] |146147### Post-Purchase148149| Event Name | Description | Properties |150|------------|-------------|------------|151| order_confirmed | Confirmation viewed | transaction_id |152| refund_requested | Refund initiated | transaction_id, reason |153| refund_completed | Refund processed | transaction_id, value |154| review_submitted | Product reviewed | product_id, rating |155156---157158## B2B / SaaS Specific Events159160### Team & Collaboration161162| Event Name | Description | Properties |163|------------|-------------|------------|164| team_created | New team/org made | team_size, plan |165| team_member_invited | Invite sent | role, invite_method |166| team_member_joined | Member accepted | role |167| team_member_removed | Member removed | role |168| role_changed | Permissions updated | user_id, old_role, new_role |169170### Integration Events171172| Event Name | Description | Properties |173|------------|-------------|------------|174| integration_viewed | Integration page seen | integration_name |175| integration_started | Setup began | integration_name |176| integration_connected | Successfully connected | integration_name |177| integration_disconnected | Removed integration | integration_name, reason |178179### Account Events180181| Event Name | Description | Properties |182|------------|-------------|------------|183| account_created | New account | source, plan |184| account_upgraded | Plan upgrade | from_plan, to_plan |185| account_churned | Account closed | reason, tenure, mrr_lost |186| account_reactivated | Returned customer | previous_tenure, new_plan |187188---189190## Event Properties (Parameters)191192### Standard Properties to Include193194**User Context:**195```196user_id: "12345"197user_type: "free" | "trial" | "paid"198account_id: "acct_123"199plan_type: "starter" | "pro" | "enterprise"200```201202**Session Context:**203```204session_id: "sess_abc"205session_number: 5206page: "/pricing"207referrer: "https://google.com"208```209210**Campaign Context:**211```212source: "google"213medium: "cpc"214campaign: "spring_sale"215content: "hero_cta"216```217218**Product Context (E-commerce):**219```220product_id: "SKU123"221product_name: "Product Name"222category: "Category"223price: 99.99224quantity: 1225currency: "USD"226```227228**Timing:**229```230timestamp: "2024-01-15T10:30:00Z"231time_on_page: 45232session_duration: 300233```234235---236237## Funnel Event Sequences238239### Signup Funnel2401. signup_started2412. signup_step_completed (email)2423. signup_step_completed (password)2434. signup_completed2445. onboarding_started245246### Purchase Funnel2471. pricing_viewed2482. plan_selected2493. checkout_started2504. payment_info_entered2515. purchase_completed252253### E-commerce Funnel2541. product_viewed2552. product_added_to_cart2563. cart_viewed2574. checkout_started2585. shipping_info_entered2596. payment_info_entered2607. purchase_completed261