A bidding strategy.
JSON representation |
---|
{ "resourceName": string, "status": enum ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the bidding strategy. Bidding strategy resource names have the form:
|
status |
Output only. The status of the bidding strategy. This field is read-only. |
type |
Output only. The type of the bidding strategy. Create a bidding strategy by setting the bidding scheme. This field is read-only. |
currencyCode |
Immutable. The currency used by the bidding strategy (ISO 4217 three-letter code). For bidding strategies in manager customers, this currency can be set on creation and defaults to the manager customer's currency. For serving customers, this field cannot be set; all strategies in a serving customer implicitly use the serving customer's currency. In all cases the effectiveCurrencyCode field returns the currency used by the strategy. |
alignedCampaignBudgetId |
ID of the campaign budget that this portfolio bidding strategy is aligned with. When a portfolio and a campaign budget are aligned, that means that they are attached to the same set of campaigns. After a bidding strategy is aligned with a campaign budget, campaigns that are added to the bidding strategy must also use the aligned campaign budget. |
id |
Output only. The ID of the bidding strategy. |
name |
The name of the bidding strategy. All bidding strategies within an account must be named distinctly. The length of this string should be between 1 and 255, inclusive, in UTF-8 bytes, (trimmed). |
effectiveCurrencyCode |
Output only. The currency used by the bidding strategy (ISO 4217 three-letter code). For bidding strategies in manager customers, this is the currency set by the advertiser when creating the strategy. For serving customers, this is the customer's currencyCode. Bidding strategy metrics are reported in this currency. This field is read-only. |
campaignCount |
Output only. The number of campaigns attached to this bidding strategy. This field is read-only. |
nonRemovedCampaignCount |
Output only. The number of non-removed campaigns attached to this bidding strategy. This field is read-only. |
Union field Only one can be set. |
|
enhancedCpc |
A bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely. |
maximizeConversionValue |
An automated bidding strategy to help get the most conversion value for your campaigns while spending your budget. |
maximizeConversions |
An automated bidding strategy to help get the most conversions for your campaigns while spending your budget. |
targetCpa |
A bidding strategy that sets bids to help get as many conversions as possible at the target cost-per-acquisition (CPA) you set. |
targetImpressionShare |
A bidding strategy that automatically optimizes towards a chosen percentage of impressions. |
targetRoas |
A bidding strategy that helps you maximize revenue while averaging a specific target Return On Ad Spend (ROAS). |
targetSpend |
A bid strategy that sets your bids to help get as many clicks as possible within your budget. |
BiddingStrategyStatus
The possible statuses of a BiddingStrategy.
Enums | |
---|---|
UNSPECIFIED |
No value has been specified. |
UNKNOWN |
The received value is not known in this version. This is a response-only value. |
ENABLED |
The bidding strategy is enabled. |
REMOVED |
The bidding strategy is removed. |
EnhancedCpc
This type has no fields.
An automated bidding strategy that raises bids for clicks that seem more likely to lead to a conversion and lowers them for clicks where they seem less likely.
This bidding strategy is deprecated and cannot be created anymore. Use ManualCpc with enhancedCpcEnabled set to true for equivalent functionality.