public class TargetRoasBiddingScheme extends BiddingScheme
For example: If TargetRoas is 1.5, the strategy will create as much revenue as possible while ensuring that every $1.00 of clicks provides $1.50 in conversion value.
Note that campaigns must meet specific
eligibility requirements before they can use the TargetRoasBiddingScheme
bidding strategy.
This is disabled for AdX.
Java class for TargetRoasBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetRoasBiddingScheme">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}BiddingScheme">
<sequence>
<element name="targetRoas" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="bidCeiling" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="bidFloor" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
bidCeiling |
protected Money |
bidFloor |
protected Double |
targetRoas |
biddingSchemeType| Constructor and Description |
|---|
TargetRoasBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getBidCeiling()
Gets the value of the bidCeiling property.
|
Money |
getBidFloor()
Gets the value of the bidFloor property.
|
Double |
getTargetRoas()
Gets the value of the targetRoas property.
|
void |
setBidCeiling(Money value)
Sets the value of the bidCeiling property.
|
void |
setBidFloor(Money value)
Sets the value of the bidFloor property.
|
void |
setTargetRoas(Double value)
Sets the value of the targetRoas property.
|
getBiddingSchemeType, setBiddingSchemeTypeprotected Double targetRoas
protected Money bidCeiling
protected Money bidFloor
public Double getTargetRoas()
Doublepublic void setTargetRoas(Double value)
value - allowed object is
Doublepublic Money getBidCeiling()
Moneypublic void setBidCeiling(Money value)
value - allowed object is
Moneypublic Money getBidFloor()
MoneyCopyright © 2023. All rights reserved.