Manage ad units, im_im_placements, custom targeting, and forecast through inventory_manager domain
Inventory Management
Configure and manage advertising inventory through the inventory_manager domain. Control where ads appear, how they're targeted, and forecast availability.
Overview
Inventory Management provides:
- Ad Units - Define ad slots on your properties
- Placements - Group ad units for targeting
- Custom Targeting - Create key-value pairs for granular targeting
- Forecasting - Predict inventory availability
Quick Start
query GetInventory {
inventory_manager {
im_adunits(limit: 10) {
edges {
node_id
node_code
node_status
}
total_count
}
}
}Next Steps
- Ad Units - Define ad slots
- Placements - Group ad units
- Custom Targeting - Key-value targeting
- Forecasting - Availability predictions
