跳转到主要内容
GET
/
auction
/
bids
auction/bids
curl --request GET \
  --url https://provisioning.cloudx.io/api/v1/auction/bids \
  --header 'Authorization: Bearer <token>'
{
  "bids": [
    {
      "auction_id": "<string>",
      "account_id": "<string>",
      "event_time": "<string>",
      "bidder": "<string>",
      "bid_id": "<string>",
      "imp_id": "<string>",
      "price_cpm": 123,
      "deal_id": "<string>",
      "is_winner": true,
      "app_bundle": "<string>",
      "ad_unit_id": "<string>",
      "device_os": "<string>",
      "device_country": "<string>",
      "sdk_version": "<string>",
      "test_mode": true,
      "status": "<string>",
      "nonbid_reason": 123,
      "static_floor": 123,
      "configured_floor": 123,
      "dynamic_floor": 123,
      "publisher_floor": 123,
      "publisher_floor_applied": true,
      "effective_floor": 123,
      "effective_floor_source": "<string>",
      "publisher_override_active": true,
      "http_status": 123,
      "latency_ms": 123,
      "error_type": "<string>",
      "rejection_reason": "<string>",
      "round_number": 123,
      "priority": 123,
      "inserted_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
默认值:YOUR_CLOUDX_API_KEY
必填

Create or manage API keys in CloudX Settings.

查询参数

start_time
integer<int64>
必填

Start of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

end_time
integer<int64>
必填

End of the time range as a Unix timestamp in seconds. The requested range must not exceed 31 days.

test_mode
enum<string>
默认值:production

Traffic mode to include. Defaults to production traffic.

可用选项:
production,
test,
all
app_bundle
string

App bundle identifier filter.

ad_unit_id
string

Ad unit ID filter.

country
string

ISO 3166-1 alpha-2 country code filter.

device_os
enum<string>

Device operating system filter.

可用选项:
iOS,
Android
limit
integer<int32>
默认值:50

Maximum number of rows to return.

必填范围: 1 <= x <= 500
floor_source
enum<string>

Floor source filter.

可用选项:
static,
dynamic,
publisher,
configured

响应

Matching bid rows.

bids
object[]
必填
Maximum array length: 500