public class TargetOutrankShareBiddingScheme extends BiddingScheme
Java class for TargetOutrankShareBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetOutrankShareBiddingScheme">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}BiddingScheme">
<sequence>
<element name="targetOutrankShare" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="competitorDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="maxCpcBidCeiling" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="bidChangesForRaisesOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="raiseBidWhenLowQualityScore" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
bidChangesForRaisesOnly |
protected String |
competitorDomain |
protected Money |
maxCpcBidCeiling |
protected Boolean |
raiseBidWhenLowQualityScore |
protected Integer |
targetOutrankShare |
biddingSchemeType| Constructor and Description |
|---|
TargetOutrankShareBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompetitorDomain()
Gets the value of the competitorDomain property.
|
Money |
getMaxCpcBidCeiling()
Gets the value of the maxCpcBidCeiling property.
|
Integer |
getTargetOutrankShare()
Gets the value of the targetOutrankShare property.
|
Boolean |
isBidChangesForRaisesOnly()
Gets the value of the bidChangesForRaisesOnly property.
|
Boolean |
isRaiseBidWhenLowQualityScore()
Gets the value of the raiseBidWhenLowQualityScore property.
|
void |
setBidChangesForRaisesOnly(Boolean value)
Sets the value of the bidChangesForRaisesOnly property.
|
void |
setCompetitorDomain(String value)
Sets the value of the competitorDomain property.
|
void |
setMaxCpcBidCeiling(Money value)
Sets the value of the maxCpcBidCeiling property.
|
void |
setRaiseBidWhenLowQualityScore(Boolean value)
Sets the value of the raiseBidWhenLowQualityScore property.
|
void |
setTargetOutrankShare(Integer value)
Sets the value of the targetOutrankShare property.
|
getBiddingSchemeType, setBiddingSchemeTypeprotected Integer targetOutrankShare
protected String competitorDomain
protected Money maxCpcBidCeiling
protected Boolean bidChangesForRaisesOnly
protected Boolean raiseBidWhenLowQualityScore
public Integer getTargetOutrankShare()
Integerpublic void setTargetOutrankShare(Integer value)
value - allowed object is
Integerpublic String getCompetitorDomain()
Stringpublic void setCompetitorDomain(String value)
value - allowed object is
Stringpublic Money getMaxCpcBidCeiling()
Moneypublic void setMaxCpcBidCeiling(Money value)
value - allowed object is
Moneypublic Boolean isBidChangesForRaisesOnly()
Booleanpublic void setBidChangesForRaisesOnly(Boolean value)
value - allowed object is
Booleanpublic Boolean isRaiseBidWhenLowQualityScore()
BooleanCopyright © 2023. All rights reserved.