Generate marketing performance report
Generates marketing performance reports by collecting data, analyzing KPIs, and providing insights across selected channels and timeframes.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/aitytech-agentkits-marketing/marketplace.json/plugin install aitytech-agentkits-marketing@cpd-aitytech-agentkits-marketingtimeframecommands/analytics/CRITICAL: Respond in the same language the user is using. If Vietnamese, respond in Vietnamese. If Spanish, respond in Spanish.
Standards: Token efficiency, sacrifice grammar for concision, list unresolved questions at end.
Skills: Activate marketing-fundamentals, analytics-attribution skills.
Components: Reference ./.claude/components/interactive-questions.md and ./.claude/components/date-helpers.md
Execute BEFORE asking any questions:
# Get current date info
CURRENT_DATE=$(date +%Y-%m-%d)
CURRENT_MONTH_NAME=$(date +"%B %Y")
# Date ranges
DAYS_7_AGO=$(date -v-7d +%Y-%m-%d 2>/dev/null || date -d "-7 days" +%Y-%m-%d)
DAYS_30_AGO=$(date -v-30d +%Y-%m-%d 2>/dev/null || date -d "-30 days" +%Y-%m-%d)
PREV_MONTH=$(date -v-1m +"%B %Y" 2>/dev/null || date -d "-1 month" +"%B %Y")
echo "Report Date: $CURRENT_DATE"
Question: "What level of performance report do you need?" Header: "Scope" MultiSelect: false
Options:
Question: "What time period should this report cover?" Header: "Period" MultiSelect: false
Options (generated from Step 0):
Question: "Which channels should we include?" Header: "Channels" MultiSelect: true
Options:
Question: "What comparison would you like?" Header: "Compare" MultiSelect: false
Options:
Display summary:
## Performance Report Configuration
| Parameter | Value |
|-----------|-------|
| Period | [selected dates] |
| Channels | [selected channels] |
| Comparison | [selected comparison] |
| Scope | [Basic/Recommended/Complete] |
Question: "Generate performance report?" Header: "Confirm" MultiSelect: false
Options:
CRITICAL: Follow ./workflows/data-reliability-rules.md strictly.
| Metric | MCP Server | Fallback |
|---|---|---|
| Traffic | google-analytics | ⚠️ NOT AVAILABLE |
| Search | google-search-console | ⚠️ NOT AVAILABLE |
| Ads | meta-ads | ⚠️ NOT AVAILABLE |
| CRM | hubspot | ⚠️ NOT AVAILABLE |
Data Collection
KPI Calculation
Benchmark Comparison
Trend Analysis
Executive Summary
| Task | Agent | Trigger |
|---|---|---|
| Data compilation | researcher | Report generation |
| Analysis | lead-qualifier | Performance review |
| Insights | planner | Recommendations |
# Marketing Performance Report
**Period:** [Date Range]
## Key Metrics
| Metric | Value | vs Prior | Status |
|--------|-------|----------|--------|
| Sessions | X | +X% | 🟢 |
| Leads | X | +X% | 🟢 |
| Conversions | X | +X% | 🟡 |
## Highlights
- [Key insight 1]
- [Key insight 2]
[Include Basic + Channel Breakdown + Trend Analysis + Recommendations]
[Include all + Raw Data + Visualizations + Detailed Methodology]
Save report to: ./docs/analytics/reports/performance-[YYYY-MM-DD].md