| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
BiddingStrategy |
BiddingStrategy.clone() |
BiddingStrategy |
AdGroup.getBidStrategy()
Optional.
|
BiddingStrategy |
LineItem.getBidStrategy()
Required.
|
BiddingStrategy |
InsertionOrder.getBidStrategy()
Optional.
|
BiddingStrategy |
BiddingStrategy.set(String fieldName,
Object value) |
BiddingStrategy |
BiddingStrategy.setDemandGenBid(DemandGenBiddingStrategy demandGenBid)
A bid strategy used by Demand Gen resources.
|
BiddingStrategy |
BiddingStrategy.setFixedBid(FixedBidStrategy fixedBid)
A strategy that uses a fixed bid price.
|
BiddingStrategy |
BiddingStrategy.setMaximizeSpendAutoBid(MaximizeSpendBidStrategy maximizeSpendAutoBid)
A strategy that automatically adjusts the bid to optimize to your performance goal while
spending the full budget.
|
BiddingStrategy |
BiddingStrategy.setPerformanceGoalAutoBid(PerformanceGoalBidStrategy performanceGoalAutoBid)
A strategy that automatically adjusts the bid to meet or beat a specified performance goal.
|
BiddingStrategy |
BiddingStrategy.setYoutubeAndPartnersBid(YoutubeAndPartnersBiddingStrategy youtubeAndPartnersBid)
A bid strategy used by YouTube and Partners resources.
|
| Modifier and Type | Method and Description |
|---|---|
AdGroup |
AdGroup.setBidStrategy(BiddingStrategy bidStrategy)
Optional.
|
LineItem |
LineItem.setBidStrategy(BiddingStrategy bidStrategy)
Required.
|
InsertionOrder |
InsertionOrder.setBidStrategy(BiddingStrategy bidStrategy)
Optional.
|
Copyright © 2011–2026 Google. All rights reserved.