BiddingStrategySystemStatus
Stay organized with collections Save and categorize content based on your preferences.
The possible system statuses of a BiddingStrategy.
Enums |
---|
UNSPECIFIED
| Signals that an unexpected error occurred, for example, no bidding strategy type was found, or no status information was found. |
UNKNOWN
| Used for return value only. Represents value unknown in this version. |
ENABLED
| The bid strategy is active, and AdWords cannot find any specific issues with the strategy. |
LEARNING_NEW
| The bid strategy is learning because it has been recently created or recently reactivated. |
LEARNING_SETTING_CHANGE
| The bid strategy is learning because of a recent setting change. |
LEARNING_BUDGET_CHANGE
| The bid strategy is learning because of a recent budget change. |
LEARNING_COMPOSITION_CHANGE
| The bid strategy is learning because of recent change in number of campaigns, ad groups or keywords attached to it. |
LEARNING_CONVERSION_TYPE_CHANGE
| The bid strategy depends on conversion reporting and the customer recently modified conversion types that were relevant to the bid strategy. |
LEARNING_CONVERSION_SETTING_CHANGE
| The bid strategy depends on conversion reporting and the customer recently changed their conversion settings. |
LIMITED_BY_CPC_BID_CEILING
| The bid strategy is limited by its bid ceiling. |
LIMITED_BY_CPC_BID_FLOOR
| The bid strategy is limited by its bid floor. |
LIMITED_BY_DATA
| The bid strategy is limited because there was not enough conversion traffic over the past weeks. |
LIMITED_BY_BUDGET
| A significant fraction of keywords in this bid strategy are limited by budget. |
LIMITED_BY_LOW_PRIORITY_SPEND
| The bid strategy cannot reach its target spend because its spend has been de-prioritized. |
LIMITED_BY_LOW_QUALITY
| A significant fraction of keywords in this bid strategy have a low Quality Score. |
LIMITED_BY_INVENTORY
| The bid strategy cannot fully spend its budget because of narrow targeting. |
| Missing conversion tracking (no pings present) and/or remarketing lists for SSC. |
| The bid strategy depends on conversion reporting and the customer is lacking conversion types that might be reported against this strategy. |
| The bid strategy depends on conversion reporting and the customer's conversion settings are misconfigured. |
| There are campaigns outside the bid strategy that share budgets with campaigns included in the strategy. |
| The campaign has an invalid strategy type and is not serving. |
PAUSED
| The bid strategy is not active. Either there are no active campaigns, ad groups or keywords attached to the bid strategy. Or there are no active budgets connected to the bid strategy. |
UNAVAILABLE
| This bid strategy currently does not support status reporting. |
MULTIPLE_LEARNING
| There were multiple LEARNING_* system statuses for this bid strategy during the time in question. |
MULTIPLE_LIMITED
| There were multiple LIMITED_* system statuses for this bid strategy during the time in question. |
| There were multiple MISCONFIGURED_* system statuses for this bid strategy during the time in question. |
MULTIPLE
| There were multiple system statuses for this bid strategy during the time in question. |
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.
[[["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-10-12 UTC."],[[["A BiddingStrategy system status indicates the operational state of your automated bidding strategy in Google Ads, such as `ENABLED`, `PAUSED`, or various `LEARNING` or `LIMITED` states due to specific factors."],["System statuses like `LEARNING_NEW`, `LEARNING_BUDGET_CHANGE`, or `LEARNING_COMPOSITION_CHANGE` signify the strategy is gathering data and optimizing based on recent changes or initial setup."],["`LIMITED` statuses, such as `LIMITED_BY_DATA`, `LIMITED_BY_BUDGET`, or `LIMITED_BY_LOW_QUALITY`, highlight potential constraints affecting the strategy's performance and ability to meet targets."],["`MISCONFIGURED` statuses indicate issues with campaign settings or conversion tracking, requiring attention to ensure the strategy functions correctly, like `MISCONFIGURED_CONVERSION_TYPES` or `MISCONFIGURED_SHARED_BUDGET`."],["Statuses like `UNSPECIFIED`, `UNKNOWN`, or `UNAVAILABLE` represent scenarios where the system cannot provide detailed information about the bidding strategy's state."]]],["BiddingStrategy statuses indicate its operational state. Statuses include `ENABLED` for active strategies, and `LEARNING_*` for strategies adapting to recent changes like settings or budget adjustments. `LIMITED_*` statuses denote restrictions such as bid ceilings, low data, or budget constraints. `MISCONFIGURED_*` statuses indicate issues with conversion tracking, shared budgets, or strategy type. `PAUSED` signifies inactivity. Other statuses are `UNSPECIFIED`, `UNKNOWN`, `UNAVAILABLE` or `MULTIPLE_*` to show a combination of statuses.\n"]]