Analytics Tracking Skill

## Trigger

3,891 stars

Best use case

Analytics Tracking Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## Trigger

Teams using Analytics Tracking Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/sw-analytics-tracking/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/amdf01-debug/sw-analytics-tracking/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sw-analytics-tracking/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Analytics Tracking Skill Compares

Feature / AgentAnalytics Tracking SkillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## Trigger

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Analytics Tracking Skill

## Trigger
When the user wants to set up, improve, or audit analytics tracking and measurement.

**Trigger phrases:** "set up tracking", "GA4", "Google Analytics", "conversion tracking", "event tracking", "UTM parameters", "tag manager", "GTM", "analytics implementation", "tracking plan"

## Process

1. **Understand**: Product type, key conversion actions, current setup
2. **Design**: Event taxonomy, conversion funnels, UTM strategy
3. **Implement**: Tracking code, GTM configuration, custom events
4. **Verify**: Testing plan to confirm data accuracy
5. **Dashboard**: KPI definitions and reporting structure

## Output: Tracking Plan

```markdown
# Tracking Plan — [Product]

## Key Conversions
| Event | Trigger | Parameters | Priority |
|-------|---------|------------|----------|
| sign_up | Form submission | method, source | P0 |
| purchase | Checkout complete | value, currency, items | P0 |
...

## Event Taxonomy
### Naming Convention
- Format: `[object]_[action]` (e.g., `button_click`, `form_submit`)
- Always lowercase, underscore separated
- Include: event name, category, label, value

### User Properties
| Property | Type | Description |
|----------|------|-------------|
| user_type | string | free / pro / enterprise |
| signup_date | date | Account creation date |
...

## UTM Strategy
| Campaign Type | Source | Medium | Campaign |
|--------------|--------|--------|----------|
| Newsletter | newsletter | email | [YYYY-MM-topic] |
| Social organic | twitter/linkedin | social | [topic] |
| Paid ads | google/meta | cpc | [campaign-name] |
...

## Conversion Funnels
### Primary: Visitor → Signup → Activation → Purchase
1. page_view (landing page)
2. cta_click (signup button)
3. sign_up (form submitted)
4. onboarding_start
5. key_action_complete (activation event)
6. purchase

## Dashboard KPIs
| KPI | Definition | Target |
|-----|-----------|--------|
| Conversion rate | signups / visitors | >3% |
...
```

## Rules
- Always define events before implementing — plan first
- Use consistent naming conventions across all events
- Test every event in debug mode before going live
- Document everything — future you will thank present you
- GDPR: always include consent mechanism before tracking EU users

Related Skills

marketing-analytics

3891
from openclaw/skills

Analyze marketing campaign data to generate performance reports and optimization recommendations

Marketing Analytics

kimai-time-tracking

3891
from openclaw/skills

Complete Kimai time-tracking API integration. Manage timesheets, customers, projects, activities, teams, invoices and exports via REST API. Supports time tracking workflows, reporting, and administrative operations. Keywords - kimai, zeiterfassung, timesheet, tracking, project, customer, activity, invoice, export, timer, stunden

Workflow & Productivity

datafast-analytics

3891
from openclaw/skills

Query DataFast website analytics and visitor data via the DataFast API for metrics, time series, realtime stats, breakdowns, visitor details, and goal/payment management.

pipeline-analytics

3891
from openclaw/skills

Generate interactive analytics dashboards from CRM data. Use when asked to "show pipeline stats", "create a report", "analyze leads", "show conversion rates", "build a dashboard", "visualize outreach data", "funnel analysis", or any data visualization request from DuckDB workspace data.

GTM Tracking System Skill

3891
from openclaw/skills

A Go-To-Market tracking system for Expanso/Prometheus.

product-analytics

3891
from openclaw/skills

Use when defining product KPIs, building metric dashboards, running cohort or retention analysis, or interpreting feature adoption trends across product stages.

analytics-tracking

3891
from openclaw/skills

Set up, audit, and debug analytics tracking implementation — GA4, Google Tag Manager, event taxonomy, conversion tracking, and data quality. Use when building a tracking plan from scratch, auditing existing analytics for gaps or errors, debugging missing events, or setting up GTM. Trigger keywords: GA4 setup, Google Tag Manager, GTM, event tracking, analytics implementation, conversion tracking, tracking plan, event taxonomy, custom dimensions, UTM tracking, analytics audit, missing events, tracking broken. NOT for analyzing marketing campaign data — use campaign-analytics for that. NOT for BI dashboards — use product-analytics for in-product event analysis.

youtube-analytics

3891
from openclaw/skills

YouTube Data API v3 analytics toolkit. Analyze YouTube channels, videos, and search results. Use when the user asks to: check YouTube channel stats, analyze video performance, compare channels, search for videos, get subscriber counts, view engagement metrics, find trending videos, get channel uploads, or analyze YouTube competition. Requires a YouTube Data API v3 key from Google Cloud Console.

ga4-analytics

3891
from openclaw/skills

Ruft Google Analytics 4 Daten für akku-alle.de ab - Seitenaufrufe, Nutzer, Sessions, Top-Seiten und Traffic-Quellen. Nutze das shell Tool um /root/.openclaw/skills/ga4-analytics/ga4-analytics auszuführen.

indigo-analytics

3891
from openclaw/skills

Query TVL, protocol statistics, APR rewards, and DEX yield data for the Indigo Protocol.

campaign-analytics

3880
from openclaw/skills

Analyzes campaign performance with multi-touch attribution, funnel conversion analysis, and ROI calculation for marketing optimization. Use when analyzing marketing campaigns, ad performance, attribution models, conversion rates, or calculating marketing ROI, ROAS, CPA, and campaign metrics across channels.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation