Get Campaign Bids
Endpoint to retrieve all campaign’s bids.
Authentication
Topsort’s APIs are authenticated via bearer tokens. Requests must include an authorization header containing your private API key.
Don't have an API key yet? Learn how to generate one.
The header containing a private API key. Format this header as follows:
Authorization: Bearer <YOUR-API-KEY>
Path Parameters
object
The ID of the campaign.
The ID of the campaign.
Query Parameters
object
The pagination offset.
The pagination offset.
The pagination limit.
The pagination limit.
Responses
Successful Response
The public response body of the bids endpoints.
object
An array of bids.
Represents an auction bid for a specific entity and a specific maximum amount.
object
Maximum amount of money willing to offer for a sponsored slot in minor units of currency according to ISO 4217.
The ID of the bid
Deprecated. This field is always null. For behavioral data use reporting service.
The ID of the campaign.
object
The assets for the banner campaign, if adFormat
is banner
.
Represents the banner resource file, it’s location, mimetype, dimensions and size.
object
The mime type of the asset.
The width and height of an asset.
object
The height of the image.
The width of the image.
The file size of the asset, in bytes.
The url where the asset is located.
The targeted device for this campaign, if adFormat
is banner
.
The external slot id provided by the marketplace.
Whether the bid is active.
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.
The activity state of the bid.
The type of entity this bid will be targeting.
object
The unique ID of the entity.
Collection of keywords that match to a product.
Ideal for search results pages.
object
object
The list of keywords.
Catalog-based category from a product.
Ideal for category product listing pages.
object
object
The ID of the category.
Catalog-based categories from a product.
Ideal for category product listing pages. Not allowed for banner ads.
object
object
The ID of the product to retrieve categories from.
The ID of a product.
object
object
The ID of the product.
A blank trigger for times when none of the other filters are used.
Ideal for Landing pages.
object
A list of objects that trigger the appearance of this bid on an auction.
Collection of keywords that match to a product.
Ideal for search results pages.
object
object
The list of keywords.
Catalog-based category from a product.
Ideal for category product listing pages.
object
object
The ID of the category.
Catalog-based categories from a product.
Ideal for category product listing pages. Not allowed for banner ads.
object
object
The ID of the product to retrieve categories from.
The ID of a product.
object
object
The ID of the product.
A blank trigger for times when none of the other filters are used.
Ideal for Landing pages.
object
Whether this is the last page of results or not.
The parameters that should be used to fetch the next page.
object
How many items to return.
How many items to skip from the beginning of the list.
Validation Error