Campaign API
Create Campaign Bids
Endpoint to create a bid for a campaign.
POST
/
public
/
v1
/
campaign-service
/
campaigns
/
{campaign-id}
/
bids
Path Parameters
campaign-id
string
requiredThe ID of the campaign.
Query Parameters
skip_existing_bids
boolean
default: falseSkip creating bids that already exist. Existing bids will not be updated and will not be returned in the response.
Body
application/json
bids
object[]
requiredAn array of bids to be created.
Response
200 - application/json
The response body of the bids endpoints.
bids
object[]
requiredAn array of bids.
hasMore
boolean
requiredWhether 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.