public class MaximizeConversionValueBiddingScheme extends BiddingScheme
Java class for MaximizeConversionValueBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaximizeConversionValueBiddingScheme">
<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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
targetRoas |
biddingSchemeType| Constructor and Description |
|---|
MaximizeConversionValueBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getTargetRoas()
Gets the value of the targetRoas property.
|
void |
setTargetRoas(Double value)
Sets the value of the targetRoas property.
|
getBiddingSchemeType, setBiddingSchemeTypeprotected Double targetRoas
Copyright © 2023. All rights reserved.