Creative Lifecycle
Creative management is central to successful media buying campaigns. AdCP manages the complete creative lifecycle from initial format discovery through ongoing optimization, providing comprehensive tools for managing creative assets throughout their entire lifecycle.Overview
AdCP’s creative management system handles:- Format specifications for all supported creative types
- Asset lifecycle management from creation to optimization
- Cross-platform synchronization of creative libraries
- Standard format support for consistent delivery
Key Creative Tasks
Creative Synchronization
Usesync_creatives to upload and manage creative assets in the centralized library. This ensures your creatives are available across all platforms and campaigns.
Creative Library Management
Uselist_creatives to view and manage your creative asset library, including status tracking and performance metadata.
The Three Main Phases
AdCP manages creatives through three main phases:Phase 1: Format Discovery
Before creating any creative assets, you need to understand what formats are available and required. AdCP provides two complementary tools that work together:The Discovery Workflow
get_products finds advertising inventory that matches your campaign needs and returns format IDs those products support. list_creative_formats provides full format specifications with detailed creative requirements.
Recursive Format Discovery
Sales agents can optionally reference creative agents that provide additional formats. This creates a recursive discovery pattern:- Call
list_creative_formatson a sales agent - Receive full format definitions for formats the agent directly supports
- Optionally receive a
creative_agentsarray with URLs to other creative agents - Recursively call
list_creative_formatson those creative agents to discover more formats - Buyers must track visited URLs to avoid infinite loops
agent_url field indicating its authoritative source.
Note: list_creative_formats does not require authentication, enabling public format discovery.
Two Common Approaches:
1. Inventory-First - “What products match my campaign, and what formats do they need?”Why Both Tools Matter
- Without
list_creative_formats: Format IDs from products are opaque identifiers - Without
get_products: You don’t know which formats actually have available inventory - Together: You understand both what’s available AND what’s required to meet specifications
Phase 2: Creative Production
Once you understand format requirements, create the actual creative assets according to the specifications discovered in Phase 1.Phase 3: Creative Library Management
AdCP uses a centralized creative library where assets are uploaded once and assigned to multiple campaigns. This industry-standard approach enables:- Upload creatives to account-level library
- Assign creatives to specific campaigns/packages
- Reuse creatives across multiple media buys
- Track performance across all assignments
Platform Considerations
Different platforms have varying creative requirements:Google Ad Manager
- Supports standard IAB formats
- Requires policy compliance review
- Creative approval typically within 24 hours
Kevel
- Supports custom template-based creatives
- Real-time creative decisioning
- Flexible format support
Triton Digital
- Audio-specific platform
- Supports standard audio formats
- Station-level creative targeting
Response Times
Creative operations have varying response times:- Format listings: ~1 second (database lookup)
- Creative sync: Minutes to days (asset processing and approval)
- Library queries: ~1 second (database lookup)
Best Practices
- Format Planning: Review supported formats before creative production
- Early Upload: Submit creatives well before campaign launch
- Adaptation Acceptance: Consider publisher suggestions for better performance
- Asset Organization: Use clear naming conventions for creative IDs
- Performance Monitoring: Track creative effectiveness and iterate
- Quality Control: Follow format specifications exactly
- File Optimization: Optimize file sizes for fast loading
- Testing: Test assets across different devices and platforms
Related Documentation
sync_creatives- Bulk creative management with upsert semanticslist_creatives- Advanced creative library querying and filteringlist_creative_formats- Understanding format requirements- Brand Manifest - Brand identity and asset management
- Creative Formats - Understanding format specifications and discovery
- Creative Channel Guides - Format examples across video, display, audio, DOOH, and carousels
- Asset Types - Understanding asset roles and specifications