32 lines
654 B
Markdown
32 lines
654 B
Markdown
# GA Suite - Commands
|
|
|
|
Add your Google Analytics 4 slash commands here.
|
|
|
|
## Suggested Commands
|
|
|
|
- **ga-init.md** - Initialize GA4 property setup
|
|
- **ga-report.md** - Generate custom reports
|
|
- **ga-audit.md** - Audit tracking implementation
|
|
- **ga-migrate.md** - Migrate from Universal Analytics to GA4
|
|
- **ga-dashboard.md** - Create custom dashboards
|
|
|
|
## Command Format
|
|
|
|
```markdown
|
|
---
|
|
description: Brief description of what this command does
|
|
---
|
|
|
|
# Command Name
|
|
|
|
Detailed instructions for Claude on how to execute this command.
|
|
|
|
## Steps
|
|
1. First step
|
|
2. Second step
|
|
3. Third step
|
|
|
|
## Examples
|
|
Show examples of how users might invoke this command.
|
|
```
|