用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill marketing-analytics命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | marketing-analytics |
| description | Integration with marketing analytics and measurement platforms |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"marketing","domain":"business","category":"Marketing Analytics","skill-id":"SK-005","dependencies":["GA4 API","Adobe Analytics API","Mixpanel API"]} |
The Marketing Analytics Platform skill provides integration with marketing analytics and measurement platforms. This skill enables comprehensive marketing measurement, attribution modeling, and data-driven optimization.
const analyticsConfig = {
platforms: {
web: {
platform: 'GA4',
propertyId: 'G-XXXXXXXXXX',
tracking: {
pageviews: true,
scrollDepth: true,
videoEngagement: true,
downloads: true
},
conversions: [
'lead_form_submission',
'demo_request',
'purchase_complete',
'trial_start'
],
audiences: [
'high_intent_visitors',
'trial_users',
'engaged_blog_readers'
]
},
product: {
platform: 'Mixpanel',
events: [
'feature_activated',
'onboarding_completed',
'subscription_upgraded'
],
userProperties: [
'plan_type',
'company_size',
'activation_date'
]
}
},
attribution: {
model: 'data-driven',
lookbackWindow: '90-days',
touchpoints: ['organic', 'paid', 'email', 'social', 'direct']
},
reporting: {
: [, , ],
: [, , ]
}
};
| Process | Integration Points |
|---|---|
| attribution-modeling-setup.js | Attribution configuration |
| marketing-roi-analysis.js | ROI measurement |
| marketing-dashboard-development.js | Dashboard creation |
| customer-journey-analytics.js | Journey analysis |
| Metric | Description | Target |
|---|---|---|
| Data Accuracy | Tracking accuracy | >99% |
| Attribution Coverage | Touchpoints tracked | All channels |
| Dashboard Utilization | Active dashboard users | High |
| Insight-to-Action | Data driving decisions | Regular |