public class TargetCpaBiddingScheme extends BiddingScheme
A target CPA must be set for the strategy, but can also be optionally set for individual ad groups in the strategy. Ad group targets, if set, will override strategy targets.
Note that campaigns must meet specific eligibility requirements before they can use the Target CPA bid strategy. This is disabled for AdX.
Java class for TargetCpaBiddingScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TargetCpaBiddingScheme">
<complexContent>
<extension base="{https://adwords.google.com/api/adwords/cm/v201809}BiddingScheme">
<sequence>
<element name="targetCpa" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="maxCpcBidCeiling" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
<element name="maxCpcBidFloor" type="{https://adwords.google.com/api/adwords/cm/v201809}Money" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Money |
maxCpcBidCeiling |
protected Money |
maxCpcBidFloor |
protected Money |
targetCpa |
biddingSchemeType| Constructor and Description |
|---|
TargetCpaBiddingScheme() |
| Modifier and Type | Method and Description |
|---|---|
Money |
getMaxCpcBidCeiling()
Gets the value of the maxCpcBidCeiling property.
|
Money |
getMaxCpcBidFloor()
Gets the value of the maxCpcBidFloor property.
|
Money |
getTargetCpa()
Gets the value of the targetCpa property.
|
void |
setMaxCpcBidCeiling(Money value)
Sets the value of the maxCpcBidCeiling property.
|
void |
setMaxCpcBidFloor(Money value)
Sets the value of the maxCpcBidFloor property.
|
void |
setTargetCpa(Money value)
Sets the value of the targetCpa property.
|
getBiddingSchemeType, setBiddingSchemeTypeprotected Money targetCpa
protected Money maxCpcBidCeiling
protected Money maxCpcBidFloor
public Money getTargetCpa()
Moneypublic void setTargetCpa(Money value)
value - allowed object is
Moneypublic Money getMaxCpcBidCeiling()
Moneypublic void setMaxCpcBidCeiling(Money value)
value - allowed object is
Moneypublic Money getMaxCpcBidFloor()
MoneyCopyright © 2023. All rights reserved.