public final class MaximizeSpendBidStrategy
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Display & Video 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MaximizeSpendBidStrategy() |
| Modifier and Type | Method and Description |
|---|---|
MaximizeSpendBidStrategy |
clone() |
Long |
getCustomBiddingAlgorithmId()
The ID of the Custom Bidding Algorithm used by this strategy.
|
Long |
getMaxAverageCpmBidAmountMicros()
The maximum average CPM that may be bid, in micros of the advertiser's currency.
|
String |
getPerformanceGoalType()
Required.
|
Boolean |
getRaiseBidForDeals()
Whether the strategy takes deal floor prices into account.
|
MaximizeSpendBidStrategy |
set(String fieldName,
Object value) |
MaximizeSpendBidStrategy |
setCustomBiddingAlgorithmId(Long customBiddingAlgorithmId)
The ID of the Custom Bidding Algorithm used by this strategy.
|
MaximizeSpendBidStrategy |
setMaxAverageCpmBidAmountMicros(Long maxAverageCpmBidAmountMicros)
The maximum average CPM that may be bid, in micros of the advertiser's currency.
|
MaximizeSpendBidStrategy |
setPerformanceGoalType(String performanceGoalType)
Required.
|
MaximizeSpendBidStrategy |
setRaiseBidForDeals(Boolean raiseBidForDeals)
Whether the strategy takes deal floor prices into account.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Long getCustomBiddingAlgorithmId()
null for nonepublic MaximizeSpendBidStrategy setCustomBiddingAlgorithmId(Long customBiddingAlgorithmId)
customBiddingAlgorithmId - customBiddingAlgorithmId or null for nonepublic Long getMaxAverageCpmBidAmountMicros()
null for nonepublic MaximizeSpendBidStrategy setMaxAverageCpmBidAmountMicros(Long maxAverageCpmBidAmountMicros)
maxAverageCpmBidAmountMicros - maxAverageCpmBidAmountMicros or null for nonepublic String getPerformanceGoalType()
null for nonepublic MaximizeSpendBidStrategy setPerformanceGoalType(String performanceGoalType)
performanceGoalType - performanceGoalType or null for nonepublic Boolean getRaiseBidForDeals()
null for nonepublic MaximizeSpendBidStrategy setRaiseBidForDeals(Boolean raiseBidForDeals)
raiseBidForDeals - raiseBidForDeals or null for nonepublic MaximizeSpendBidStrategy set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MaximizeSpendBidStrategy clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2026 Google. All rights reserved.