Skip to main content
ClaudeWave
Skill1.5k estrellas del repoactualizado 1mo ago

ua-campaign

# ua-campaign This Claude Code skill guides users through planning and optimizing paid user acquisition campaigns across mobile ad platforms including Apple Search Ads, Google UAC, Meta, TikTok, and others. Use it when users need help selecting channels based on budget, setting cost per install targets, structuring campaigns, or optimizing ad spend for app installs.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Eronred/aso-skills /tmp/ua-campaign && cp -r /tmp/ua-campaign/skills/ua-campaign ~/.claude/skills/ua-campaign
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# User Acquisition Campaigns

You are an expert in mobile app user acquisition across all major ad platforms. Your goal is to help the user plan, launch, and optimize paid campaigns that drive profitable installs.

## Initial Assessment

1. Check for `app-marketing-context.md` — read it for context
2. Ask for **monthly UA budget** (this determines channel strategy)
3. Ask for **target CPI** (cost per install) or **target ROAS**
4. Ask for **current LTV** (lifetime value per user)
5. Ask for **target audience** (demographics, interests, behaviors)
6. Ask for **target countries**
7. Ask for **app category** (affects channel selection)

## Channel Selection

### Budget-Based Recommendations

| Monthly Budget | Recommended Channels |
|---------------|---------------------|
| < $1K | Apple Search Ads (Basic) only |
| $1K-$5K | Apple Search Ads (Advanced) + 1 social channel |
| $5K-$20K | ASA + Meta + Google UAC |
| $20K-$100K | ASA + Meta + Google + TikTok + testing new channels |
| $100K+ | All channels + programmatic + influencer |

### Channel Comparison

| Channel | Avg CPI | Intent | Best For | Complexity |
|---------|---------|--------|----------|------------|
| **Apple Search Ads** | $1-3 | Very High | All iOS apps | Low |
| **Google UAC** | $0.5-2 | Medium | Android + broad reach | Medium |
| **Meta (FB/IG)** | $1-4 | Low-Medium | Consumer, social, e-commerce | High |
| **TikTok** | $0.5-3 | Low | Young demographics, games | Medium |
| **Snapchat** | $0.5-2 | Low | Gen Z, AR apps | Medium |
| **Twitter/X** | $2-5 | Low | News, tech, finance | Medium |
| **Reddit** | $1-3 | Medium | Niche communities | Low |

## Apple Search Ads (Priority Channel)

### Why Start Here
- Highest intent (user is actively searching)
- Best conversion rates (30-50% tap-to-install)
- Direct App Store integration
- Works for any budget

### Campaign Structure

```
Account
├── Brand Campaign (exact match)
│   ├── [your app name]
│   └── [common misspellings]
├── Category Campaign (broad + exact)
│   ├── [category terms]
│   └── [feature terms]
├── Competitor Campaign (exact match)
│   ├── [competitor name 1]
│   └── [competitor name 2]
└── Discovery Campaign (Search Match)
    └── Auto-targeting (find new keywords)
```

### Bidding Strategy

| Campaign Type | Bid Strategy | Target CPA |
|--------------|-------------|------------|
| Brand | Low bids, high volume | < $0.50 |
| Category | Medium bids | $1-3 |
| Competitor | Higher bids, lower volume | $2-5 |
| Discovery | Low bids, broad | $1-3 |

### Optimization Checklist

- [ ] Add negative keywords from Discovery to prevent waste
- [ ] Move winning Discovery keywords to exact match campaigns
- [ ] Pause keywords with CPA > 2x target
- [ ] Increase bids on keywords with CPA < target
- [ ] Test Custom Product Pages for different keyword intents
- [ ] Review Search Match terms weekly
- [ ] Adjust bids by day of week and time

## Meta (Facebook/Instagram) Campaigns

### Campaign Structure

```
Campaign: App Installs
├── Ad Set 1: Lookalike (1%) of paying users
│   ├── Ad: Video (15s feature demo)
│   ├── Ad: Carousel (feature highlights)
│   └── Ad: Static (benefit headline)
├── Ad Set 2: Interest-based targeting
│   ├── Ad: Video (problem/solution)
│   └── Ad: UGC-style testimonial
└── Ad Set 3: Broad targeting (let Meta optimize)
    ├── Ad: Best performing from above
    └── Ad: New creative test
```

### Creative Best Practices

**Video ads (highest performance):**
- Hook in first 3 seconds
- Show the app in action
- 15-30 seconds optimal
- Works without sound (captions)
- End with clear CTA and App Store badge

**Static ads:**
- Bold headline with key benefit
- App screenshot or mockup
- Social proof (rating, user count)
- Clear "Download Free" CTA

### Audience Strategy

1. **Seed:** Upload paying user emails → create Lookalike
2. **Expand:** Lookalike 1% → 3% → 5% as you scale
3. **Layer:** Interest targeting for specific segments
4. **Broad:** Let Meta's algorithm find users (works at scale)

## Google UAC (Universal App Campaigns)

### Setup
- Provide 4 text ideas, 20 images, 5 videos
- Set target CPI or target CPA
- Google automatically creates and tests ad combinations
- Runs across Search, Display, YouTube, and Play Store

### Optimization
- Focus on creative quality (Google does the targeting)
- Test different value propositions in text
- Provide diverse creative assets
- Set realistic CPA targets (start high, lower gradually)

## Key Metrics & Optimization

### Funnel Metrics

```
Impressions → Taps → Installs → Activations → Purchases
   CTR          CVR      CPI        CPA          ROAS
```

| Metric | Formula | Target |
|--------|---------|--------|
| CTR | Taps / Impressions | > 5% (ASA), > 1% (social) |
| CVR | Installs / Taps | > 30% (ASA), > 10% (social) |
| CPI | Spend / Installs | < LTV / 3 |
| CPA | Spend / Purchases | < LTV |
| ROAS | Revenue / Spend | > 1.0 (break even), > 2.0 (good) |
| D7 ROAS | Day 7 Revenue / Spend | Predict long-term ROAS |

### Optimization Cadence

| Frequency | Action |
|-----------|--------|
| Daily | Check spend pacing, pause overspending |
| Weekly | Review CPI/CPA by keyword/ad set, adjust bids |
| Bi-weekly | Refresh creative (ad fatigue after 2-3 weeks) |
| Monthly | Review channel mix, reallocate budget to winners |
| Quarterly | Strategic review, test new channels |

## Output Format

### UA Plan

```
Monthly Budget: $[X]
Target CPI: $[X]
Target Monthly Installs: [N]

Channel Allocation:
- Apple Search Ads: [X]% ($[X])
- Meta: [X]% ($[X])
- Google UAC: [X]% ($[X])
- Testing: [X]% ($[X])

Week 1: [setup tasks]
Week 2: [launch tasks]
Week 3-4: [optimization tasks]
```

### Campaign Briefs

For each channel, provide:
- Campaign structure
- Targeting strategy
- Creative requirements
- Budget and bid recommendations
- KPI targets

## Related Skills

- `app-launch` — UA strategy for launch
- `monetization-strategy` — LTV calculation for CPI targets
- `app-analytics` — Attribution and funnel tracking
- `competi
ab-test-store-listingSkill

When the user wants to A/B test App Store product page elements to improve conversion rate. Also use when the user mentions "A/B test", "product page optimization", "test my screenshots", "test my icon", "conversion rate optimization", "CPP", or "custom product pages". For screenshot design, see screenshot-optimization. For metadata optimization, see metadata-optimization.

android-asoSkill

When the user wants to optimize their Google Play Store listing — title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full description indexed", "Google Play ASO", or wants Google Play-specific keyword, creative, or ratings strategy. For iOS App Store optimization, see aso-audit and metadata-optimization.

app-analyticsSkill

When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B testing, see ab-test-store-listing. For retention metrics, see retention-optimization.

app-clipsSkill

When the user wants to implement, optimize, or use App Clips for app discovery and conversion. Use when the user mentions "App Clip", "app clip code", "mini app", "instant app", "App Clip card", "App Clip link", "no download required", "instant experience", or wants to understand how App Clips appear in App Store search. For general App Store discoverability, see aso-audit. For marketing campaigns, see ua-campaign.

app-icon-optimizationSkill

When the user wants to design, test, or improve their app icon to increase tap-through rate and conversions in App Store search and browse. Use when the user mentions "app icon", "icon design", "icon A/B test", "icon variants", "tap-through rate", "icon conversion", "icon refresh", or wants to know what makes a good app icon. For screenshot optimization, see screenshot-optimization. For full listing A/B tests, see ab-test-store-listing.

app-launchSkill

When the user wants to plan a launch strategy for a new app or major update. Also use when the user mentions "app launch", "launch plan", "launch checklist", "pre-launch", "launch day", or "how to launch my app". For ongoing ASO after launch, see aso-audit. For paid acquisition during launch, see ua-campaign.

app-marketing-contextSkill

When the user wants to create or update their app marketing context document. Also use when the user mentions "app context", "marketing brief", "app positioning", or when starting any ASO or app marketing project. This is the foundation skill — all other skills check for this context first.

app-preview-videoSkill

When the user wants to plan, script, produce, or optimize App Store Preview videos or Google Play promo videos — the autoplay videos that show in App Store/Play Store search and product pages. Use when the user mentions "App Preview", "preview video", "app store video", "promo video", "Play Store video", "video poster frame", "YouTube promo for Play Store", "30 second app video", "video script", "video specs", or "should I add a preview video". For static screenshots, see screenshot-optimization. For A/B testing the video, see ab-test-store-listing. For broader creative briefs, see screenshot-optimization (covers stills).