About agentic advertising
How do ads work in AI assistants?
How do ads work in AI assistants?
Can I advertise on ChatGPT, Perplexity, or other AI platforms?
Can I advertise on ChatGPT, Perplexity, or other AI platforms?
get_products.How is this different from SEO for AI?
How is this different from SEO for AI?
Do users know it is an ad?
Do users know it is an ad?
About AdCP
What is AdCP?
What is AdCP?
Who created AdCP?
Who created AdCP?
What is AgenticAdvertising.org's mission?
What is AgenticAdvertising.org's mission?
Is AdCP owned by Google, Meta, or any other company?
Is AdCP owned by Google, Meta, or any other company?
Is AdCP open source?
Is AdCP open source?
Does it cost anything to use AdCP?
Does it cost anything to use AdCP?
How mature is the protocol?
How mature is the protocol?
- The protocol design is stable and suitable for pilot implementations
- Schemas and task definitions may still receive minor refinements based on implementer feedback
- Breaking changes are possible before the final 3.0 release, but are tracked through semantic versioning
Do I need permission to implement AdCP?
Do I need permission to implement AdCP?
How AdCP relates to other standards
Does AdCP replace OpenRTB?
Does AdCP replace OpenRTB?
| OpenRTB | AdCP | |
|---|---|---|
| Scope | Impression-level transactions | Agent-level workflows |
| Operations | Bid requests, bid responses, win notifications | Product discovery, media buy creation, creative generation, audience activation |
| Participants | DSPs and SSPs | AI agents and advertising platforms |
| Timing | Real-time (milliseconds) | Asynchronous (seconds to days) |
create_media_buy task from a buyer agent, then use OpenRTB internally to execute the impression-level delivery. AdCP handles the workflow; OpenRTB handles the auction.What is AdCP's relationship to IAB Tech Lab?
What is AdCP's relationship to IAB Tech Lab?
Does AdCP support AI platforms and AI ad networks?
Does AdCP support AI platforms and AI ad networks?
sponsored_intelligence channel covers advertising within AI assistants, AI search engines, and generative AI experiences — including sponsored responses, AI search sponsored results, generative display, and brand experience handoffs via SI Chat Protocol. AI platforms and ad networks implement AdCP the same way any seller does: publish adagents.json, implement get_products with channels: ["sponsored_intelligence"], and accept media buys. See the Sponsored Intelligence protocol for product modeling, workflows, and measurement.How does AdCP relate to MCP and A2A?
How does AdCP relate to MCP and A2A?
- MCP and A2A define how agents communicate (the transport)
- AdCP defines what agents say about advertising (the domain)
get_products call has the same request schema and response schema whether it travels over MCP or A2A. See protocol comparison for details on how the two transports differ.Does AdCP compete with platform-specific APIs?
Does AdCP compete with platform-specific APIs?
Buying AI media
How much does it cost to advertise on AI platforms?
How much does it cost to advertise on AI platforms?
get_products — each product lists its pricing options.Which AI platforms can I reach today?
Which AI platforms can I reach today?
get_products — you always see what’s currently reachable.Do I need to change my measurement stack?
Do I need to change my measurement stack?
Can I use my existing agency?
Can I use my existing agency?
How long does it take to get started?
How long does it take to get started?
Read the buyer's guide
Certification
How do I get certified?
How do I get certified?
How long does certification take?
How long does certification take?
Is the certification free?
Is the certification free?
Do I need to code?
Do I need to code?
Can a non-technical person build an advertising agent?
Can a non-technical person build an advertising agent?
What is vibe coding?
What is vibe coding?
Does everyone get the same assessment?
Does everyone get the same assessment?
What happens when the protocol changes?
What happens when the protocol changes?
Start the certification program
Getting involved
How do I start implementing AdCP?
How do I start implementing AdCP?
- Sell-side platforms: Start with media buy to expose your inventory
- Creative platforms: Start with creative to offer format discovery and ad generation
- Data providers: Start with signals to make audiences addressable by agents
- Orchestrators and agencies: Start with the integration guide to connect to existing AdCP agents
Is this for individual practitioners, or just businesses and engineers?
Is this for individual practitioners, or just businesses and engineers?
- Certification — The Practitioner and Specialist tracks teach you how agentic advertising works and how to build advertising agents, regardless of technical background. The Basics track is free and open to everyone.
- Community — Connect with others navigating the same transition from programmatic to agentic, across roles and companies.
- Working groups — Participate in groups that shape protocol direction. Your operational perspective as a practitioner is valuable — protocols built only by engineers miss real-world workflow needs.
- Professional development — Agentic advertising is early. Getting certified now positions you ahead of the curve as the industry adopts AI-driven workflows.
What does AgenticAdvertising.org membership provide?
What does AgenticAdvertising.org membership provide?
- Certification — Practitioner and Specialist credential tracks, including a hands-on build project where you create a working advertising agent
- Working groups — Participate in groups that shape protocol direction and vote on proposed changes
- Member directory — List your organization’s capabilities so others can find you as a partner or vendor
- Community — Connect with implementers, practitioners, and decision-makers across the industry
Can I contribute without being a member?
Can I contribute without being a member?
- File issues and feature requests on GitHub
- Join the community Slack to ask questions and discuss implementations
- Submit pull requests with bug fixes or documentation improvements
- Build and publish your own AdCP implementation