public enum BiddingStrategyField extends Enum<BiddingStrategyField> implements EntityField
Enum
to facilitate the selection of fields for BiddingStrategy
.Enum Constant and Description |
---|
BiddingScheme
Specifies the type of bidding scheme and the metadata associated with it.
|
Id
Id of the flexible bidding strategy.
|
MaximizeConversionValueTargetRoas
The target return on ad spend (ROAS).
|
Name
Name of the bidding strategy.
|
PageOnePromotedBidCeiling
Strategy maximum bid limit in advertiser local currency micro units.
|
PageOnePromotedBidChangesForRaisesOnly
Controls whether the strategy always follows bid estimate changes, or only increases.
|
PageOnePromotedBidModifier
Bid Multiplier to be applied to the relevant bid estimate (depending on the strategyGoal) in determining a keyword's new max cpc bid.
|
PageOnePromotedRaiseBidWhenBudgetConstrained
Controls whether the strategy is allowed to raise bids when the throttling rate of the budget it is serving out of rises above a threshold.
|
PageOnePromotedRaiseBidWhenLowQualityScore
Controls whether the strategy is allowed to raise bids on keywords with lower-range quality scores.
|
PageOnePromotedStrategyGoal
Specifies the strategy goal: where impressions are desired to be shown on search result pages.
|
Status |
TargetCpa
Average cost per acquisition (CPA) target.
|
TargetCpaMaxCpcBidCeiling
Maximum cpc bid limit that applies to all keywords managed by the strategy.
|
TargetCpaMaxCpcBidFloor
Minimum cpc bid limit that applies to all keywords managed by the strategy.
|
TargetOutrankShare
Specifies the target fraction (in micros) of auctions where the advertiser should outrank the competitor.
|
TargetOutrankShareBidChangesForRaisesOnly
Controls whether the strategy always follows bid estimate changes, or only increases.
|
TargetOutrankShareCompetitorDomain
Competitor's visible domain URL.
|
TargetOutrankShareMaxCpcBidCeiling
Ceiling on max CPC bids.
|
TargetOutrankShareRaiseBidWhenLowQualityScore
Controls whether the strategy is allowed to raise bids on keywords with lower-range quality scores.
|
TargetRoas
The target return on average spend (ROAS).
|
TargetRoasBidCeiling
Maximum bid limit that applies to all keywords managed by the strategy.
|
TargetRoasBidFloor
Minimum bid limit that applies to all keywords managed by the strategy.
|
TargetSpendBidCeiling
The largest max CPC bid that can be set by the TargetSpend bidder.
|
TargetSpendSpendTarget
A spend target under which to maximize clicks.
|
Type |
Modifier and Type | Method and Description |
---|---|
boolean |
isFilterable()
If the field is filterable.
|
static BiddingStrategyField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BiddingStrategyField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
name
public static final BiddingStrategyField BiddingScheme
public static final BiddingStrategyField Id
public static final BiddingStrategyField MaximizeConversionValueTargetRoas
public static final BiddingStrategyField Name
public static final BiddingStrategyField PageOnePromotedBidCeiling
public static final BiddingStrategyField PageOnePromotedBidChangesForRaisesOnly
public static final BiddingStrategyField PageOnePromotedBidModifier
public static final BiddingStrategyField PageOnePromotedRaiseBidWhenBudgetConstrained
public static final BiddingStrategyField PageOnePromotedRaiseBidWhenLowQualityScore
public static final BiddingStrategyField PageOnePromotedStrategyGoal
public static final BiddingStrategyField Status
public static final BiddingStrategyField TargetCpa
public static final BiddingStrategyField TargetCpaMaxCpcBidCeiling
public static final BiddingStrategyField TargetCpaMaxCpcBidFloor
public static final BiddingStrategyField TargetOutrankShare
public static final BiddingStrategyField TargetOutrankShareBidChangesForRaisesOnly
public static final BiddingStrategyField TargetOutrankShareCompetitorDomain
public static final BiddingStrategyField TargetOutrankShareMaxCpcBidCeiling
public static final BiddingStrategyField TargetOutrankShareRaiseBidWhenLowQualityScore
public static final BiddingStrategyField TargetRoas
public static final BiddingStrategyField TargetRoasBidCeiling
public static final BiddingStrategyField TargetRoasBidFloor
public static final BiddingStrategyField TargetSpendBidCeiling
public static final BiddingStrategyField TargetSpendSpendTarget
public static final BiddingStrategyField Type
public static BiddingStrategyField[] values()
for (BiddingStrategyField c : BiddingStrategyField.values()) System.out.println(c);
public static BiddingStrategyField valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isFilterable()
EntityField
isFilterable
in interface EntityField
Copyright © 2018. All Rights Reserved.