Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
BiddingError
Stay organized with collections
Save and categorize content based on your preferences.
Enum describing possible bidding errors.
Enums |
UNSPECIFIED
|
Enum unspecified. |
UNKNOWN
|
The received error code is not known in this version. |
BIDDING_STRATEGY_TRANSITION_NOT_ALLOWED
|
Cannot transition to new bidding strategy. |
CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN
|
Cannot attach bidding strategy to campaign. |
INVALID_ANONYMOUS_BIDDING_STRATEGY_TYPE
|
Bidding strategy is not supported or cannot be used as anonymous. |
INVALID_BIDDING_STRATEGY_TYPE
|
The type does not match the named strategy's type. |
INVALID_BID
|
The bid is invalid. |
BIDDING_STRATEGY_NOT_AVAILABLE_FOR_ACCOUNT_TYPE
|
Bidding strategy is not available for the account type. |
CANNOT_CREATE_CAMPAIGN_WITH_BIDDING_STRATEGY
|
Campaign can not be created with given bidding strategy. It can be transitioned to the strategy, once eligible. |
CANNOT_TARGET_CONTENT_NETWORK_ONLY_WITH_CAMPAIGN_LEVEL_POP_BIDDING_STRATEGY
|
Cannot target content network only as campaign uses Page One Promoted bidding strategy. |
BIDDING_STRATEGY_NOT_SUPPORTED_WITH_AD_SCHEDULE
|
Budget Optimizer and Target Spend bidding strategies are not supported for campaigns with AdSchedule targeting. |
PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER
|
Pay per conversion is not available to all the customer, only few customers on the allow-list can use this. |
PAY_PER_CONVERSION_NOT_ALLOWED_WITH_TARGET_CPA
|
Pay per conversion is not allowed with Target CPA. |
BIDDING_STRATEGY_NOT_ALLOWED_FOR_SEARCH_ONLY_CAMPAIGNS
|
Cannot set bidding strategy to Manual CPM for search network only campaigns. |
BIDDING_STRATEGY_NOT_SUPPORTED_IN_DRAFTS_OR_EXPERIMENTS
|
The bidding strategy is not supported for use in drafts or experiments. |
BIDDING_STRATEGY_TYPE_DOES_NOT_SUPPORT_PRODUCT_TYPE_ADGROUP_CRITERION
|
Bidding strategy type does not support product type ad group criterion. |
BID_TOO_SMALL
|
Bid amount is too small. |
BID_TOO_BIG
|
Bid amount is too big. |
BID_TOO_MANY_FRACTIONAL_DIGITS
|
Bid has too many fractional digit precision. |
INVALID_DOMAIN_NAME
|
Invalid domain name specified. |
NOT_COMPATIBLE_WITH_PAYMENT_MODE
|
The field is not compatible with the payment mode. |
BIDDING_STRATEGY_TYPE_INCOMPATIBLE_WITH_SHARED_BUDGET
|
Bidding strategy type is incompatible with shared budget. |
BIDDING_STRATEGY_AND_BUDGET_MUST_BE_ALIGNED
|
The attached bidding strategy and budget must be aligned with each other if alignment is specified on either entity. |
BIDDING_STRATEGY_AND_BUDGET_MUST_BE_ATTACHED_TO_THE_SAME_CAMPAIGNS_TO_ALIGN
|
The attached bidding strategy and budget must be attached to the same campaigns to become aligned. |
BIDDING_STRATEGY_AND_BUDGET_MUST_BE_REMOVED_TOGETHER
|
The aligned bidding strategy and budget must be removed at the same time. |
CPC_BID_FLOOR_MICROS_GREATER_THAN_CPC_BID_CEILING_MICROS
|
cpc_bid_floor_micros is greater than cpc_bid_ceiling_micros. |
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-05-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["This enum lists potential errors encountered while setting or using bidding strategies in Google Ads campaigns."],["Errors can be due to incompatible settings, invalid bid values, account restrictions, or bidding strategy limitations."],["Some errors are specific to certain bidding strategies and campaign types, such as using Target CPA with Pay Per Conversion."],["Issues can also arise when aligning bidding strategies with budgets, requiring compatible settings and attachment to the same campaigns."],["Common bid errors include values that are too high, too low, or have excessive fractional digits."]]],[]]