Aller au contenu principal
AdCP brief execution

AdCP briefs.
Run on your GAM.

Receive an advertising brief in the open AdCP standard from any buy-side agent and execute it on your Google Ad Manager network — from your own LLM session. No public endpoint, no credential delegation.

AdCP
brief standard
Dry-run
preview before write
0
public endpoint exposed
OAuth
your session, your rights

Fonctionnalités

Ce que vous pouvez faire

AdCP-standard briefs

Receive briefs in the AdCP format (advertiser, budget, formats, location targets) through any channel: email, webhook, shared workspace.

Structural validation

Your LLM validates brief conformance (Pydantic models) before any action, with zero ad server side-effects.

Media plan simulation

Preview the matching products and line items in dry-run, without writing anything to GAM.

Execution in GAM

Once the plan is approved, OrbiAds turns it into Orders and Line Items on your network, through your MCP tools.

AdCP catalog export

Expose your own product catalog in the AdCP format to your partners, on your own initiative.

You stay in control

Buy-side agents never authenticate against OrbiAds: they send a brief, and your LLM decides what to execute. Everything runs through your OAuth session, isolated at the tenant level.

Démonstration Interactive

Visualisez le fonctionnement en conditions réelles

Découvrez comment OrbiAds simplifie et automatise vos tâches AdOps quotidiennes.

Simulateur de Traduction AdCP

Brief publicitaire unifié compilé en structure GAM

Dry-Run Simulation
1. Entrée Brief (JSON)
{
  "advertiser": "BrandX",
  "budget": 5000.0,
  "geo": ["FR"],
  "format": "DISPLAY_MPU"
}
Traduction AdCP

Prêt à compiler le brief

2. Objets GAM Traduits
Lancez la traduction pour générer les objets Google Ad Manager.

Cluster AdCP

Connecter AdCP aux pages programmatic et MCP

AdCP est le standard de brief cote acheteur ; OrbiAds l'execute cote editeur. La page renvoie vers les deals programmatiques, la documentation AdCP et le quickstart MCP qui permet a votre assistant LLM d'appeler les outils OrbiAds dans votre propre session.

Translating AdCP briefs into Google Ad Manager campaigns

AdCP (Ad Context Protocol) is an open standard, published by AgenticAdvertising.org, that lets AI buy-side agents send standardized media briefs to publishers. OrbiAds is the tool publishers use to act on those briefs inside Google Ad Manager — without exposing a public endpoint, without delegating credentials, without becoming a commercial intermediary. When a brief specifies a budget, location targets and formats, the publisher's LLM translates it, through OrbiAds' MCP tools, into standard GAM objects: Orders, Line Items and creative associations. This abstraction layer frees third-party systems from navigating the ad server's complex schema, while leaving the publisher in sole control of what runs on their network.

Dry-run simulation and full publisher control

To guard against accidental inventory changes, OrbiAds' AdCP tools prioritize previewing. `validate_adcp_request` and `preview_media_buy_from_adcp` run in dry-run mode: no real writes to GAM until the publisher approves. Crucially, buy-side agents never connect to OrbiAds — there is no public endpoint and no agent token. The brief arrives through the channel of your choice, and your own LLM session (authenticated via OAuth on-behalf-of) executes it, isolated at your Firestore tenant level. OrbiAds is infrastructure inside your session, not a broker acting on your behalf.

Exécution réelle

Voyez-le en action

adcp-brief.log
$ adcp.validate_request({brief: {advertiser: "BrandX", budget: 5000}})
→ Validating AdCP brief structure... OK
$ adcp.preview_media_buy({brief_id: "adcp_b18f"})
- Found 2 Products
- Recommended 4 Line Items (dry-run, no writes)
✓ Simulation ready — your LLM can launch execution in GAM
AdCP brief execution

Essayez gratuitement

5 crédits offerts. Aucune carte bancaire.