⚙️ Configuration
Buyer
Buyers using MediaAlpha's platform
Response Mapping
Preset mapping for Excel Impact
Strategy
Behavior
Call Duration Limits
Reject calls shorter than this
Reject calls longer than this
Bid Requirements
Reject bids below this amount
How it works: Different minimum bid for short vs long calls
Calls ≤ this value are "short"
Minimum $ for short calls
Minimum $ for long calls
🎯 Live Example
📖 Quick Reference (Click to Apply)
Selection Strategies
highest_payout
Pick highest $ amount (tie-breaker: shortest duration)
shortest_duration
Pick fastest call (tie-breaker: highest payout)
best_value
Pick best $/second ratio
Single Bid Behavior
always_accept DEFAULT
Single bid bypasses all filters
IF Excel returns 1 bid
THEN Return it (Ringba validates)
THEN Return it (Ringba validates)
apply_filters
Enforce filters even on single bid
IF Excel returns 1 bid
AND Bid fails filters
THEN Return null
AND Bid fails filters
THEN Return null
If No Bids Qualify (Multiple)
return_highest_payout DEFAULT
Return highest $ bid anyway (fallback)
IF Excel returns 2+ bids
AND ALL fail filters
THEN Return highest $ (better than nothing)
AND ALL fail filters
THEN Return highest $ (better than nothing)
return_none
Return null (strict filtering)
IF Excel returns 2+ bids
AND ALL fail filters
THEN Return null
AND ALL fail filters
THEN Return null