In Ad Network scenarios, multiple DSPs (Demand Side Platforms) participate in auctions, typically under a First Price Auction (FPA) mechanism. To optimize performance, DSPs often employ Bid Shading techniques to maximize their ROI and revenue while maintaining a competitive level of inventory acquisition.
Bid Shading is a specialized technique developed for first-price auctions. Since the final clearing price equals the submitted bid (i.e., pay-as-you-bid), bidding one's true valuation often leads to "winner's curse" or overpayment, resulting in capital inefficiency. Consequently, Bid Shading leverages historical data to estimate win rates or the "market price" (the second-highest bid) to dynamically shade the bid. This ensures the final payment is lower than the original valuation but higher than the second-highest bid, effectively reducing costs and boosting ROI without sacrificing win probability.
In feed mixed ranking (MixRank) scenarios, various business lines (such as Ads, E-commerce, Live Streaming, Short Video, and Articles) provide a "PK Score" for ranking during each request. From a mechanism standpoint, this PK Score is functionally equivalent to a bid in an advertising system: the PK Score can be viewed as an "implicit bid" submitted by a business entity for an exposure opportunity.
Naturally, this raises a question: Can we adapt the principles of Bid Shading to systematically calibrate PK Scores and optimize overall mixed ranking utility? Theoretically, this is highly feasible. This article introduces Score Shading—a method of applying dynamic perturbations (shading) to PK Scores to identify the globally optimal "bidding point." By doing so, the system maintains competitiveness while maximizing platform-wide revenue, specifically addressing two core objectives:
Problem One: Enhancing the penetration rate (load growth) of specific content formats in high-value traffic by increasing their "participation-to-exposure" ratio.
Problem Two: Reducing the scale (i.e., the cost) of a specific format's PK Score while keeping the overall win rate (load) stable and within a reasonable range.
This article will first review Bid Shading modeling in Ad Networks, then generalize it to mixed ranking Score Shading. We will explore optimization modeling for both objectives, the Lagrangian dual solution, and the regulation mechanism for the pacing parameter λ. Finally, we will discuss critical challenges such as win-rate modeling and incentive compatibility.