provide_performance_feedback
[AdCP Media Buy] Provide optimization signals from buyer agent.
Accepts feedback from buyer agents for floor price adjustment and inventory optimization. Enables closed-loop optimization between buyer and seller agents.
WHEN TO USE:
Sending bid response feedback to optimize future pricing
Providing conversion data for bid price calibration
Adjusting floor prices based on demand signals
EXAMPLE: provide_performance_feedback({ media_buy_id: "mbuy_abc123", feedback: { type: "bid_response", avg_bid_price_cpm: 6.5, fill_rate_percent: 72, preferred_hours: [8, 9, 10, 17, 18], quality_score: 0.85 } })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedback | Yes | Performance feedback data | |
| media_buy_id | Yes | Media buy ID |