POST
/
api
/
cache
/
bid-strategy
curl --request POST \
  --url https://your_a2_service/api/cache/bid-strategy \
  --header 'Content-Type: application/json' \
  --data '{
  "ceiling_cpm": 123,
  "currency": "<string>",
  "floor_cpm": 123,
  "language": "<string>",
  "yield_roas_balance": 123
}'

Body

application/json
ceiling_cpm
number
required

Maximum cost-per-mille (CPM) allowed for bidding.

currency
string
required

Currency used for bidding (e.g., "USD", "KRW").

floor_cpm
number
required

Minimum cost-per-mille (CPM) allowed for bidding.

language
string
required

Language code relevant to the ad context (e.g., "en", "ko").

yield_roas_balance
number
required

Trade-off ratio between yield (fill rate) and ROAS (return e.g. impressions on ad spend). Values closer to 1 prioritize yield; closer to 0 prioritize ROAS.

Response

204

Success