Complete Competitive Ads Analysis Engine
Streamline your workflow with this skill for extract and analyze competitor advertising strategies. Built for Claude Code with best practices and real-world patterns.
Competitive Ads Analysis Engine
Comprehensive competitive advertising intelligence toolkit for analyzing competitor ad strategies, creatives, spend patterns, and audience targeting across digital advertising platforms.
When to Use This Skill
Choose Competitive Ads Analysis when:
- Researching competitor advertising strategies and messaging
- Analyzing ad creative trends in your industry
- Estimating competitor ad spend and channel allocation
- Identifying gaps in your own advertising coverage
- Planning campaign strategies based on competitive intelligence
Consider alternatives when:
- Need real-time bid intelligence — use programmatic DSP tools
- Analyzing your own ad performance — use platform analytics directly
- Need creative design help — use design tools
Quick Start
# Activate competitive analysis claude skill activate complete-competitive-ads-analysis-engine # Analyze a competitor claude "Analyze competitor ad strategy for [brand] across Google and Meta" # Compare ad approaches claude "Compare ad messaging between [brand A] and [brand B] in the SaaS space"
Example Analysis Report
## Competitive Ad Analysis: [Competitor] vs [Your Brand] ### Channel Distribution | Channel | Competitor Spend % | Your Spend % | Gap | |---------|-------------------|--------------|-----| | Google Search | 45% | 35% | +10% | | Meta (FB/IG) | 30% | 40% | -10% | | LinkedIn | 15% | 5% | +10% | | YouTube | 10% | 20% | -10% | ### Ad Creative Analysis **Competitor Messaging Themes:** 1. Price/value focus (40% of creatives) 2. Social proof / case studies (30%) 3. Feature comparison (20%) 4. Brand awareness (10%) **Top Performing Ad Formats:** - Carousel ads with customer testimonials - Video demos under 30 seconds - Lead magnet offers (whitepapers, webinars) ### Keyword Overlap - 67% overlap on branded terms - 34% overlap on non-branded terms - Key gaps: competitor targets "enterprise [category]" terms you don't
Core Concepts
Analysis Dimensions
| Dimension | Data Points | Sources |
|---|---|---|
| Ad Creative | Copy, images, video, CTAs, landing pages | Meta Ad Library, Google Ads Transparency |
| Spend Estimation | Monthly budget, channel allocation, seasonal patterns | SEMrush, SpyFu, SimilarWeb |
| Keywords | Search terms, bid estimates, quality scores | SEMrush, Ahrefs, SpyFu |
| Audience | Demographics, interests, lookalike targeting signals | Social ad libraries, audience overlap tools |
| Timing | Ad scheduling, seasonal campaigns, launch timing | Ad library timestamps, SimilarWeb trends |
| Performance | Engagement indicators, landing page quality, conversion hints | Social engagement metrics, landing page analysis |
Competitive Intelligence Framework
| Phase | Activities | Output |
|---|---|---|
| Identify | List competitors (direct, indirect, aspirational) | Competitor set |
| Collect | Gather ad creatives, keywords, spend data | Raw intelligence |
| Analyze | Categorize messaging, compare strategies, find patterns | Analysis report |
| Benchmark | Compare your metrics against competitor benchmarks | Gap analysis |
| Strategize | Identify opportunities, differentiation angles | Strategic recommendations |
| Monitor | Set up ongoing tracking and alerts | Monitoring dashboard |
// Ad creative analysis structure interface CompetitorAdAnalysis { competitor: string; dateRange: { start: string; end: string }; channels: ChannelAnalysis[]; creativeTrends: { messagingThemes: { theme: string; percentage: number }[]; formats: { format: string; frequency: number }[]; ctaPatterns: string[]; landingPageTypes: string[]; }; keywordOverlap: { shared: string[]; competitorOnly: string[]; youOnly: string[]; }; recommendations: string[]; }
Configuration
| Parameter | Description | Default |
|---|---|---|
competitors | List of competitor domains/brands to track | Required |
channels | Ad platforms to analyze | ["google", "meta", "linkedin"] |
date_range | Analysis time period | last_90_days |
include_creatives | Download and analyze ad creatives | true |
keyword_overlap | Calculate keyword overlap percentage | true |
output_format | Report format: markdown, pdf, json | markdown |
Best Practices
-
Track competitors consistently over time, not just one-off snapshots — Advertising strategy reveals itself through patterns over months. Set up regular monthly analysis to identify seasonal campaigns, messaging shifts, and new channel experiments that point-in-time snapshots miss.
-
Categorize competitor messaging into themes, not individual ads — Individual ads are noise; themes are signal. Group competitor creatives by messaging angle (price, features, social proof, urgency) and track theme percentages over time to understand strategic shifts.
-
Analyze landing pages alongside ad creatives — The ad is half the story. Where competitors send traffic reveals their conversion strategy, offer positioning, and funnel design. Compare landing page approaches (long-form vs short, video vs text, pricing vs demo) for strategic insights.
-
Focus on gaps and opportunities, not imitation — Competitive analysis should inform differentiation, not copying. Identify messaging angles, audience segments, and channels that competitors neglect. The greatest opportunity often lies where competitors aren't looking.
-
Validate estimates with multiple data sources — No single competitive intelligence tool is perfectly accurate. Cross-reference spend estimates from SEMrush, SimilarWeb, and platform ad libraries. Use directional trends rather than exact numbers for decision-making.
Common Issues
Spend estimates vary wildly between different intelligence tools. All third-party spend estimates are approximations based on sampling. Use relative comparisons (competitor A spends 2x competitor B) rather than absolute numbers. Cross-reference with public earnings reports for publicly traded competitors.
Ad library data doesn't show targeting or performance metrics. Platform ad libraries (Meta, Google) show creatives but not targeting or results. Infer audience targeting from creative messaging, landing page content, and the publications where ads appear. Use engagement metrics (likes, shares, comments) as rough performance proxies.
Competitor changes strategy faster than your analysis cycle. Automate data collection with scheduled scraping and alerts. Set up monitoring for new competitor ads, landing page changes, and keyword additions. Weekly automated reports with manual deep-dives monthly balances speed with insight quality.
Reviews
No reviews yet. Be the first to review this template!
Similar Templates
Full-Stack Code Reviewer
Comprehensive code review skill that checks for security vulnerabilities, performance issues, accessibility, and best practices across frontend and backend code.
Test Suite Generator
Generates comprehensive test suites with unit tests, integration tests, and edge cases. Supports Jest, Vitest, Pytest, and Go testing.
Pro Architecture Workspace
Battle-tested skill for architectural, decision, making, framework. Includes structured workflows, validation checks, and reusable patterns for development.