| Package | Description |
|---|---|
| com.criteo.marketing.api | |
| com.criteo.marketing.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CampaignMessage> |
CampaignApi.updateBids(java.util.List<CampaignBidChangeRequest> bidChanges)
Update bids for campaigns and their categories
If a campaign bid is updated, all (if any) category bids for this campaign will be updated with the new value if they are initially equal to the campaign bid.
|
okhttp3.Call |
CampaignApi.updateBidsAsync(java.util.List<CampaignBidChangeRequest> bidChanges,
ApiCallback<java.util.List<CampaignMessage>> _callback)
Update bids for campaigns and their categories (asynchronously)
If a campaign bid is updated, all (if any) category bids for this campaign will be updated with the new value if they are initially equal to the campaign bid.
|
okhttp3.Call |
CampaignApi.updateBidsCall(java.util.List<CampaignBidChangeRequest> bidChanges,
ApiCallback _callback)
Build call for updateBids
|
ApiResponse<java.util.List<CampaignMessage>> |
CampaignApi.updateBidsWithHttpInfo(java.util.List<CampaignBidChangeRequest> bidChanges)
Update bids for campaigns and their categories
If a campaign bid is updated, all (if any) category bids for this campaign will be updated with the new value if they are initially equal to the campaign bid.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignBidChangeRequest |
CampaignBidChangeRequest.addCategoriesItem(CategoryBidChangeRequest categoriesItem) |
CampaignBidChangeRequest |
CampaignBidChangeRequest.bidValue(java.lang.Double bidValue) |
CampaignBidChangeRequest |
CampaignBidChangeRequest.campaignId(java.lang.Integer campaignId) |
CampaignBidChangeRequest |
CampaignBidChangeRequest.categories(java.util.List<CategoryBidChangeRequest> categories) |
Copyright © 2021. All rights reserved.