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
Get Campaigns
Endpoint to retrieve campaigns. Campaigns can be filtered by Vendor ID and status.
It is expected to use for getting all campaigns of a marketplace & all campaigns of a vendor in dashboards. Filtering by status is expected to use at review page getting campaigns approved, pending tabs.
Query Parameters
The ID of the vendor. Omit to get campaigns for all vendors.
1
Filter by the approval status of banner campaigns.
approved
, pending
, rejected
The pagination offset.
x > 0
The pagination limit.
0 < x < 100
Filter by active/inactive campaigns.
Optional sort by date of campaign creation.
asc
, desc
Response
The campaigns response.
An array of campaigns.
The ad format of the campaign. Can be listing or banner.
listing
, banner
The amount of active bids associated with this campaign.
The ID of the campaign.
The bidding method for the campaign.
manual
, autobidding
, exclusive
How campaigns are going to be charged, by click, by per mille impressions, or by action.
CPM
, CPC
, CPA
When was this campaign created.
The end date of the campaign.
The ID of the vendor. Deprecated. Use vendor_id instead.
1
Whether this campaign is active.
Whether this campaign is "smart".
The ID of the marketplace.
The name of the campaign.
1
The starting date of the campaign.
Represents the review status of a banner campaign.
approved
, pending
, rejected
The ID of the vendor.
1
The uuid of the wallet to be used with this campaign.
The budget assigned to the campaign.
The amount of money in the budget in minor units of currency according to ISO 4217.
0 < x < 20000000000
The amount carried over from the last period.
The remaining amount of the budget.
The used amount of the budget.
The periodicity of the budget.
daily
, weekly
, monthly
, total
Deprecated. This field is always null. For behavioral data use reporting service.
Deprecated. This field is always null. For behavioral data use reporting service.
Daily price for an exclusive campaign, can only be set if a campaign is exclusive
The external ID of the campaign in the marketplace.
Whether this is a promoted shop campaign.
Deprecated. Use adFormat field instead and format properties inside bids. The promotion type and attributes. Ad format must set to 'banner' for exclusive campaigns.
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
The ID of the user who reviewed the campaign. If it's null
and the status is not "pending"
then it means this campaign has autoapproval status.
The target return on ad spend (ROAS) for this campaign. This is only applicable for autobidding listing campaigns.
Whether this is the last page of results or not.