Paid & Measurement
Before starting: Read MARKETING-CONTEXT.md in this domain for product, ICP, and positioning context.
What This Skill Does
Designs paid media strategies, builds measurement frameworks, and sets up attribution systems that connect ad spend to revenue. Covers channel selection, budget allocation, creative strategy, UTM taxonomy, and conversion tracking architecture. Ensures every marketing dollar is measurable and every report is actionable -- not vanity metrics.
Key Questions to Ask
- What is the total monthly/quarterly ad budget?
- What channels are currently running? What is the ROAS per channel?
- What is the target CAC and current LTV:CAC ratio?
- What analytics tools are in place? (GA4, Mixpanel, Amplitude, etc.)
- Is server-side tracking implemented or only client-side?
- What is the attribution model in use? (last-click, first-touch, multi-touch)
- What compliance constraints apply to ad targeting? (GDPR, CCPA, industry-specific)
Framework / Approach
Channel Selection Matrix
| Channel |
Best For |
ICP Signal |
Min Budget/Month |
| Google Search |
High-intent capture |
Searching for solutions |
$1,000+ |
| Google Display/YouTube |
Awareness, retargeting |
Top-of-funnel, remarketing |
$2,000+ |
| Meta (Facebook/Instagram) |
B2C, lookalike audiences |
Interest/behavior targeting |
$1,500+ |
| LinkedIn |
B2B, decision-makers |
Job title, company, industry |
$3,000+ |
| Twitter/X |
Tech, developer, real-time |
Interest communities |
$1,000+ |
| Reddit |
Niche communities |
Subreddit targeting |
$500+ |
| TikTok |
Gen Z/Millennial B2C |
Interest, behavior |
$1,000+ |
| Programmatic |
Scale, retargeting |
Audience data platforms |
$5,000+ |
Attribution Architecture
UTM Taxonomy -- Standardize before launching anything:
utm_source -- Platform (google, meta, linkedin)
utm_medium -- Channel type (cpc, paid-social, display)
utm_campaign -- Campaign name (lowercase, hyphenated)
utm_content -- Creative variant (ad-a, ad-b)
utm_term -- Keyword (search only)
Conversion Tracking Setup:
- Define macro conversions (purchase, signup, demo booked)
- Define micro conversions (page view, scroll depth, video play, add-to-cart)
- Implement server-side tracking where possible (cookie deprecation resilience)
- Set up cross-domain tracking if multiple properties
Attribution Model Selection:
- Last-click -- Simple, biased toward bottom-funnel (default in most tools)
- First-touch -- Credits awareness channels (useful for brand investment justification)
- Linear -- Equal credit across touchpoints (useful for understanding full journey)
- Data-driven -- ML-based, requires volume (GA4, platform-specific)
- Incrementality testing -- Gold standard: holdout groups to measure true lift
Budget Allocation Framework
- Start with the 70/20/10 rule:
- 70% -- Proven channels with positive ROAS
- 20% -- Scaling channels with promising early data
- 10% -- Experimental channels / new creative
- Rebalance monthly based on marginal ROAS (not average ROAS)
- Account for attribution lag -- don't kill campaigns before conversion windows close
Reporting Cadence
| Report |
Frequency |
Audience |
Key Metrics |
| Performance dashboard |
Daily |
Marketing team |
Spend, impressions, clicks, CPA |
| Channel report |
Weekly |
Marketing lead |
ROAS by channel, budget pacing |
| Attribution report |
Monthly |
CMO/CEO |
Blended CAC, LTV:CAC, incrementality |
| Quarterly review |
Quarterly |
Executive team |
Total marketing ROI, channel mix strategy |
Output Format
## Paid Media Plan: [Campaign / Quarter]
### Budget Allocation
| Channel | Monthly Budget | Target CPA | Target ROAS |
|---|---|---|---|
| [channel] | [$X] | [$Y] | [Z:1] |
### UTM Convention
- Source: [taxonomy]
- Medium: [taxonomy]
- Campaign naming: [convention]
### Tracking Architecture
- Analytics platform: [tool]
- Conversion events: [list]
- Attribution model: [model]
- Server-side: [yes/no, tool]
### Creative Strategy
| Channel | Format | Message Angle | CTA |
|---|---|---|---|
| [channel] | [format] | [angle] | [CTA] |
### Measurement Plan
| Metric | Definition | Target | Source |
|---|---|---|---|
| [metric] | [how calculated] | [goal] | [tool] |
Related Skills
cro -- landing page optimization for ad traffic
growth-retention -- full-funnel metrics beyond acquisition
copywriting -- ad copy and creative messaging
customer-research -- audience insights for targeting
Copyright (c) 2026 iSystematic Inc. Maxim product. BSL 1.1.
1---2name: paid-measurement3description: Paid & Measurement4---56# Paid & Measurement78> **Before starting:** Read `MARKETING-CONTEXT.md` in this domain for product, ICP, and positioning context.910## What This Skill Does1112Designs paid media strategies, builds measurement frameworks, and sets up attribution systems that connect ad spend to revenue. Covers channel selection, budget allocation, creative strategy, UTM taxonomy, and conversion tracking architecture. Ensures every marketing dollar is measurable and every report is actionable -- not vanity metrics.1314## Key Questions to Ask15161. What is the total monthly/quarterly ad budget?172. What channels are currently running? What is the ROAS per channel?183. What is the target CAC and current LTV:CAC ratio?194. What analytics tools are in place? (GA4, Mixpanel, Amplitude, etc.)205. Is server-side tracking implemented or only client-side?216. What is the attribution model in use? (last-click, first-touch, multi-touch)227. What compliance constraints apply to ad targeting? (GDPR, CCPA, industry-specific)2324## Framework / Approach2526### Channel Selection Matrix2728| Channel | Best For | ICP Signal | Min Budget/Month |29|---|---|---|---|30| Google Search | High-intent capture | Searching for solutions | $1,000+ |31| Google Display/YouTube | Awareness, retargeting | Top-of-funnel, remarketing | $2,000+ |32| Meta (Facebook/Instagram) | B2C, lookalike audiences | Interest/behavior targeting | $1,500+ |33| LinkedIn | B2B, decision-makers | Job title, company, industry | $3,000+ |34| Twitter/X | Tech, developer, real-time | Interest communities | $1,000+ |35| Reddit | Niche communities | Subreddit targeting | $500+ |36| TikTok | Gen Z/Millennial B2C | Interest, behavior | $1,000+ |37| Programmatic | Scale, retargeting | Audience data platforms | $5,000+ |3839### Attribution Architecture40411. **UTM Taxonomy** -- Standardize before launching anything:42 - `utm_source` -- Platform (google, meta, linkedin)43 - `utm_medium` -- Channel type (cpc, paid-social, display)44 - `utm_campaign` -- Campaign name (lowercase, hyphenated)45 - `utm_content` -- Creative variant (ad-a, ad-b)46 - `utm_term` -- Keyword (search only)47482. **Conversion Tracking Setup**:49 - Define macro conversions (purchase, signup, demo booked)50 - Define micro conversions (page view, scroll depth, video play, add-to-cart)51 - Implement server-side tracking where possible (cookie deprecation resilience)52 - Set up cross-domain tracking if multiple properties53543. **Attribution Model Selection**:55 - **Last-click** -- Simple, biased toward bottom-funnel (default in most tools)56 - **First-touch** -- Credits awareness channels (useful for brand investment justification)57 - **Linear** -- Equal credit across touchpoints (useful for understanding full journey)58 - **Data-driven** -- ML-based, requires volume (GA4, platform-specific)59 - **Incrementality testing** -- Gold standard: holdout groups to measure true lift6061### Budget Allocation Framework62631. Start with the **70/20/10 rule**:64 - 70% -- Proven channels with positive ROAS65 - 20% -- Scaling channels with promising early data66 - 10% -- Experimental channels / new creative672. Rebalance monthly based on marginal ROAS (not average ROAS)683. Account for attribution lag -- don't kill campaigns before conversion windows close6970### Reporting Cadence7172| Report | Frequency | Audience | Key Metrics |73|---|---|---|---|74| Performance dashboard | Daily | Marketing team | Spend, impressions, clicks, CPA |75| Channel report | Weekly | Marketing lead | ROAS by channel, budget pacing |76| Attribution report | Monthly | CMO/CEO | Blended CAC, LTV:CAC, incrementality |77| Quarterly review | Quarterly | Executive team | Total marketing ROI, channel mix strategy |7879## Output Format8081```markdown82## Paid Media Plan: [Campaign / Quarter]8384### Budget Allocation85| Channel | Monthly Budget | Target CPA | Target ROAS |86|---|---|---|---|87| [channel] | [$X] | [$Y] | [Z:1] |8889### UTM Convention90- Source: [taxonomy]91- Medium: [taxonomy]92- Campaign naming: [convention]9394### Tracking Architecture95- Analytics platform: [tool]96- Conversion events: [list]97- Attribution model: [model]98- Server-side: [yes/no, tool]99100### Creative Strategy101| Channel | Format | Message Angle | CTA |102|---|---|---|---|103| [channel] | [format] | [angle] | [CTA] |104105### Measurement Plan106| Metric | Definition | Target | Source |107|---|---|---|---|108| [metric] | [how calculated] | [goal] | [tool] |109```110111## Related Skills112- `cro` -- landing page optimization for ad traffic113- `growth-retention` -- full-funnel metrics beyond acquisition114- `copywriting` -- ad copy and creative messaging115- `customer-research` -- audience insights for targeting116117---118_Copyright (c) 2026 iSystematic Inc. Maxim product. BSL 1.1._