fix: add table of contents to all reference files
Per Anthropic's Agent Skills best practices, reference files over 100 lines should include a TOC so Claude can see full scope when previewing with partial reads. Added ## Contents section to all 32 reference files.
This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user