BiddingStrategyError
Enum describing possible bidding strategy errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
DUPLICATE_NAME
|
Each bidding strategy must have a unique name. |
CANNOT_CHANGE_BIDDING_STRATEGY_TYPE
|
Bidding strategy type is immutable. |
CANNOT_REMOVE_ASSOCIATED_STRATEGY
|
Only bidding strategies not linked to campaigns, adgroups or adgroup criteria can be removed. |
BIDDING_STRATEGY_NOT_SUPPORTED
|
The specified bidding strategy is not supported. |
INCOMPATIBLE_BIDDING_STRATEGY_AND_BIDDING_STRATEGY_GOAL_TYPE
|
The bidding strategy is incompatible with the campaign's bidding strategy goal type. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This enum describes potential errors encountered when using bidding strategies within Google Ads."],["Errors include issues like duplicate strategy names, unsupported strategies, and strategies incompatible with campaign goals."],["It also covers cases where a bidding strategy is associated with a campaign and cannot be removed or its type changed."],["Developers can use these error codes to troubleshoot issues with bidding strategies in their Google Ads campaigns."]]],[]]