event-taxonomy-guide

Complete reference for naming conventions, event structure, and parameter standards.

Content Preview
# Event Taxonomy Guide

Complete reference for naming conventions, event structure, and parameter standards.

---

## Why Taxonomy Matters

Analytics data is only as good as its naming consistency. A tracking system with `FormSubmit`, `form_submit`, `form-submitted`, and `formSubmitted` as four separate "events" is useless for aggregation. One naming standard, enforced from day one, avoids months of cleanup later.

This guide is the reference for that standard.

---

## Naming Convention: Full S
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/event-taxonomy-guide.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/analytics-tracking/references/event-taxonomy-guide.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at marketing-skill/analytics-tracking/references/event-taxonomy-guide.md

Related Skills