Reeve
Features

Ad Management

Manage advertising across Meta and Google Ads — performance tracking, AI creative generation, and competitor analysis.

Ad Management

Reeve centralizes your advertising across Meta Ads and Google Ads into a single dashboard and agent interface. Track performance, generate AI-powered ad creatives, analyze competitors, and optimize campaigns — all from one place.

What You Get

CapabilityDescription
Unified performanceSee Meta and Google Ads metrics in one dashboard
AI ad generationGenerate ad copy and images from a prompt
Competitor analysisResearch competitor ads from the Meta Ad Library
Top performersInstantly see which campaigns and creatives are winning
Cross-platform comparisonCompare ROAS, CPA, and spend across platforms

Connecting Ad Accounts

Ad Management requires at least one connected ad platform:

Connect both for a complete advertising picture. Each connector uses OAuth — click Connect, authorize, and you're done.

Dashboard

The Advertising panel on the Dashboard shows:

  • Total spend vs budget across all platforms
  • ROAS (Return on Ad Spend) by campaign
  • Top creatives — which ad images and copy are converting best
  • Spend trends — daily and weekly spend patterns
  • Platform comparison — side-by-side Meta vs Google performance

Agent Tools

Agents access ad data and creative tools through reeve_ads:

// Performance summary across all platforms
reeve_ads({ action: "get_summary" })

// Platform-specific performance
reeve_ads({ action: "get_performance", platform: "meta" })
reeve_ads({ action: "get_performance", platform: "google" })

// Top performing campaigns/creatives
reeve_ads({ action: "get_top_performers", platform: "meta" })

// Competitor ad research
reeve_ads({ action: "get_competitor_ads", url: "https://competitor.com" })

// AI-powered ad intelligence
reeve_ads({ action: "analyze_intelligence", platform: "meta" })

AI Ad Generation

Generate ad copy and visuals from a simple prompt:

// Generate ad copy
reeve_ads({
  action: "generate_ad",
  prompt: "Summer sale for athletic wear, 30% off, target millennials"
})

// Generate ad image
reeve_ads({
  action: "generate_image",
  prompt: "Lifestyle product shot for running shoes",
  size: "1080x1080"
})

Seed from Website

Automatically extract product info, brand voice, and visual style from a URL to generate on-brand ads:

reeve_ads({
  action: "seed_from_website",
  url: "https://mystore.com/products/summer-collection"
})

Competitor Analysis

Use ad intelligence to see what your competitors are running:

  • Ad library search — Find active competitor ads on Meta
  • Creative analysis — AI breakdown of what makes their ads effective
  • Copy patterns — Common hooks, CTAs, and messaging frameworks
  • Spend estimates — Estimated competitor ad spend

Combine with Brand Intelligence for full competitive positioning.

Example Conversations

  • "What's our ROAS across all platforms this month?"
  • "Show me our top 5 performing ad creatives."
  • "What ads is [competitor] running on Facebook right now?"
  • "Generate 3 ad variants for our new product launch."
  • "Compare our Google Ads CPA to last month."
  • "Create an ad image for our spring collection."

Ad data is fetched live from Meta and Google APIs. Reeve doesn't store copies of your ad data — metrics are always current when you ask for them.

On this page