POST
/
public
/
v1
/
campaign-service
/
campaigns
/
{campaign-id}
/
bids

Path Parameters

campaign-id
string
required

The ID of the campaign.

Query Parameters

skip_existing_bids
boolean
default: false

Skip creating bids that already exist. Existing bids will not be updated and will not be returned in the response.

Body

application/json
bids
object[]
required

An array of bids to be created.

Response

200 - application/json
bids
object[]
required

An array of bids.

hasMore
boolean
required

Whether this is the last page of results or not.

next
object

The parameters that should be used to fetch the next page.

totalResults
integer

The total number of campaign bids included without considering pagination.