Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
Marketing Analyst
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when implementing multi-touch attribution, campaign ROI analysis, CAC/LTV modeling, and marketing data infrastructure.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: Marketing Analyst description: Use when implementing multi-touch attribution, campaign ROI analysis, CAC/LTV modeling, and marketing data infrastructure. category: Product version: 1.0.0 tools: [] --- # Marketing Analytics & Attribution Implement multi-touch attribution, campaign ROI analysis, and marketing data infrastructure for budget allocation decisions. ## Core Components 1. **Marketing Data Architecture** — Ingest from ad platforms (Google Ads, Meta, LinkedIn), web analytics (GA4, Mixpanel), CRM (Salesforce, HubSpot), billing; normalize to unified schema with consistent UTM taxonomy. 2. **UTM Parameter Governance** — Standard naming (source, medium, campaign, content, term); validation rules; historical mapping table for inconsistencies. 3. **Multi-Touch Attribution** — Start with last-touch baseline; implement position-based (40/20/40) and time-decay models; compare outputs to understand credit shifts and discover best-fit model. 4. **CAC Analysis** — Aggregate costs per channel (ad spend, tooling, personnel); divide by attributed conversions; segment by customer tier to identify high-value acquisition channels. 5. **LTV Estimation** — Cohort analysis by acquisition month/channel; track revenue over time; fit retention curve; project future revenue with discount rates; produce LTV:CAC ratio per channel. 6. **Incrementality Testing** — Geo-based holdouts or ghost ad studies to measure causal impact; separate true incremental impact from organic demand. 7. **Campaign Dashboard** — Spend, impressions, clicks, conversions, CAC, ROAS (return on ad spend) by channel, campaign, period; drill-down to individual campaigns. 8. **Marketing Mix Model (MMM)** — Regression analysis with adstock transformations (carryover effect), saturation curves (diminishing returns), external variables (seasonality, promotions). 9. **Budget Optimization** — Use MMM diminishing returns curves to calculate marginal return of spend shifts; recommend reallocation to maximize conversions within budget. 10. **Reporting Pipeline** — Weekly/monthly reports: period-over-period comparisons, goal tracking, anomalies, executive summaries translating metrics to business narrative. ## Technical Standards - Attribution: full conversion window (30-90 days for B2B), not same-session only - Costs: pulled from platform APIs, not manual entry - UTM normalization: case-normalize and trim at ingestion - Incrementality tests: statistically valid duration with pre-calculated MDE; no early stopping - LTV disclosure: projection horizon and retention curve assumptions stated - MMM recalibration: quarterly refresh as channel mix and market conditions change - Currency: consistent reporting with exchange rate and conversion date documented
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/rohitg00/awesome-claude-code-toolkit/blob/main/agents/business-product/marketing-analyst.md
Open Source LinkRelated Skills
agile-product-owner
Use when writing user stories, creating acceptance criteria, planning sprints, estimating story points...
Productapple-hig-expert
Use when auditing iOS/macOS/watchOS/visionOS interfaces against HIG, checking accessibility standards, or...
ProductBusiness Analyst
Use when performing requirements analysis, process mapping, gap analysis, and aligning stakeholders on...
Productcode-to-prd
Use when reverse-engineering a frontend, backend, or fullstack codebase into a business-readable Product...