Auction examples
- Running auctions
- Sponsored listings
- Sponsored banners
- Sponsored brands
Asset examples
Webhook examples
Assets API
Audience API
Billing API
Campaign API
- GETGet Campaigns
- POSTCreate Campaign
- GETGet Campaign By Id
- DELDelete Campaign By Id
- PATCHUpdate Campaign By Id
- GETGet Campaign Bids
- POSTCreate Campaign Bids
- DELDelete Campaign Bid By Id
- PATCHUpdate Campaign Bid By Id
- POST[BETA] Get estimated clicks of a future campaign for a given vendor
- GETGet Products In Campaign
- GETGet Sponsored Products
Catalog API
Invitation API
Modal API
Reporting API
Create Campaign Bids
Endpoint to create a bid for a campaign.
Path Parameters
The ID of the campaign.
Query Parameters
Skip creating bids that already exist. Existing bids will not be updated and will not be returned in the response.
Body
An array of bids to be created.
Maximum amount of money willing to offer for a sponsored slot in minor units of currency according to ISO 4217.
x > 0
The format properties of the bid. This field is required for banner ads. Should be not set for listing ads.
banner
The assets for the banner campaign, if adFormat
is banner
.
Asset id, if created using the asset API.
33
The mime type of the asset. If asset_id is provided, this field will be ignored.
1
The file size of the asset, in bytes. If asset_id is provided, this field will be ignored.
The url where the asset is located. If asset_id is provided, this field will be ignored.
1 - 2083
The external slot id provided by the marketplace.
1
The targeted device for this campaign, if adFormat
is banner
.
mobile
, desktop
By using this option you will be able to target this campaign to a specific group.You must define the same location as a parameter on the auction request. Products on a specific campaign will have specific conversion rates, considering the context of location, so it will not interfere with the conversion rates for the same product in other campaigns.
1
A list of objects that trigger the appearance of this bid on an auction.
Response
The public response body of the bids endpoints.
An array of bids.
The ID of the bid
The ID of the campaign.
Whether the bid is active.
The activity state of the bid.
active
, deactivated_manually
, inactive_entity
, deleted_entity
, legacy_inactive
A list of objects that trigger the appearance of this bid on an auction.
Maximum amount of money willing to offer for a sponsored slot in minor units of currency according to ISO 4217.
x > 0
Deprecated. This field is always null. For behavioral data use reporting service.
banner
The assets for the banner campaign, if adFormat
is banner
.
Asset id, if created using the asset API.
33
The mime type of the asset. If asset_id is provided, this field will be ignored.
1
The file size of the asset, in bytes. If asset_id is provided, this field will be ignored.
The url where the asset is located. If asset_id is provided, this field will be ignored.
1 - 2083
The external slot id provided by the marketplace.
1
The targeted device for this campaign, if adFormat
is banner
.
mobile
, desktop
By using this option you will be able to target this campaign to a specific group.You must define the same location as a parameter on the auction request. Products on a specific campaign will have specific conversion rates, considering the context of location, so it will not interfere with the conversion rates for the same product in other campaigns.
1
Whether this is the last page of results or not.