Enum Class BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus

java.lang.Object
java.lang.Enum<BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus>
com.google.ads.googleads.v18.enums.BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus>, Constable
Enclosing class:
BiddingStrategySystemStatusEnum

public static enum BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus extends Enum<BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus> implements com.google.protobuf.ProtocolMessageEnum
 The possible system statuses of a BiddingStrategy.
 
Protobuf enum google.ads.googleads.v18.enums.BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Signals that an unexpected error occurred, for example, no bidding
       strategy type was found, or no status information was found.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • ENABLED_VALUE

      public static final int ENABLED_VALUE
       The bid strategy is active, and AdWords cannot find any specific issues
       with the strategy.
       
      ENABLED = 2;
      See Also:
    • LEARNING_NEW_VALUE

      public static final int LEARNING_NEW_VALUE
       The bid strategy is learning because it has been recently created or
       recently reactivated.
       
      LEARNING_NEW = 3;
      See Also:
    • LEARNING_SETTING_CHANGE_VALUE

      public static final int LEARNING_SETTING_CHANGE_VALUE
       The bid strategy is learning because of a recent setting change.
       
      LEARNING_SETTING_CHANGE = 4;
      See Also:
    • LEARNING_BUDGET_CHANGE_VALUE

      public static final int LEARNING_BUDGET_CHANGE_VALUE
       The bid strategy is learning because of a recent budget change.
       
      LEARNING_BUDGET_CHANGE = 5;
      See Also:
    • LEARNING_COMPOSITION_CHANGE_VALUE

      public static final int LEARNING_COMPOSITION_CHANGE_VALUE
       The bid strategy is learning because of recent change in number of
       campaigns, ad groups or keywords attached to it.
       
      LEARNING_COMPOSITION_CHANGE = 6;
      See Also:
    • LEARNING_CONVERSION_TYPE_CHANGE_VALUE

      public static final int LEARNING_CONVERSION_TYPE_CHANGE_VALUE
       The bid strategy depends on conversion reporting and the customer
       recently modified conversion types that were relevant to the
       bid strategy.
       
      LEARNING_CONVERSION_TYPE_CHANGE = 7;
      See Also:
    • LEARNING_CONVERSION_SETTING_CHANGE_VALUE

      public static final int LEARNING_CONVERSION_SETTING_CHANGE_VALUE
       The bid strategy depends on conversion reporting and the customer
       recently changed their conversion settings.
       
      LEARNING_CONVERSION_SETTING_CHANGE = 8;
      See Also:
    • LIMITED_BY_CPC_BID_CEILING_VALUE

      public static final int LIMITED_BY_CPC_BID_CEILING_VALUE
       The bid strategy is limited by its bid ceiling.
       
      LIMITED_BY_CPC_BID_CEILING = 9;
      See Also:
    • LIMITED_BY_CPC_BID_FLOOR_VALUE

      public static final int LIMITED_BY_CPC_BID_FLOOR_VALUE
       The bid strategy is limited by its bid floor.
       
      LIMITED_BY_CPC_BID_FLOOR = 10;
      See Also:
    • LIMITED_BY_DATA_VALUE

      public static final int LIMITED_BY_DATA_VALUE
       The bid strategy is limited because there was not enough conversion
       traffic over the past weeks.
       
      LIMITED_BY_DATA = 11;
      See Also:
    • LIMITED_BY_BUDGET_VALUE

      public static final int LIMITED_BY_BUDGET_VALUE
       A significant fraction of keywords in this bid strategy are limited by
       budget.
       
      LIMITED_BY_BUDGET = 12;
      See Also:
    • LIMITED_BY_LOW_PRIORITY_SPEND_VALUE

      public static final int LIMITED_BY_LOW_PRIORITY_SPEND_VALUE
       The bid strategy cannot reach its target spend because its spend has
       been de-prioritized.
       
      LIMITED_BY_LOW_PRIORITY_SPEND = 13;
      See Also:
    • LIMITED_BY_LOW_QUALITY_VALUE

      public static final int LIMITED_BY_LOW_QUALITY_VALUE
       A significant fraction of keywords in this bid strategy have a low
       Quality Score.
       
      LIMITED_BY_LOW_QUALITY = 14;
      See Also:
    • LIMITED_BY_INVENTORY_VALUE

      public static final int LIMITED_BY_INVENTORY_VALUE
       The bid strategy cannot fully spend its budget because of narrow
       targeting.
       
      LIMITED_BY_INVENTORY = 15;
      See Also:
    • MISCONFIGURED_ZERO_ELIGIBILITY_VALUE

      public static final int MISCONFIGURED_ZERO_ELIGIBILITY_VALUE
       Missing conversion tracking (no pings present) and/or remarketing lists
       for SSC.
       
      MISCONFIGURED_ZERO_ELIGIBILITY = 16;
      See Also:
    • MISCONFIGURED_CONVERSION_TYPES_VALUE

      public static final int MISCONFIGURED_CONVERSION_TYPES_VALUE
       The bid strategy depends on conversion reporting and the customer is
       lacking conversion types that might be reported against this strategy.
       
      MISCONFIGURED_CONVERSION_TYPES = 17;
      See Also:
    • MISCONFIGURED_CONVERSION_SETTINGS_VALUE

      public static final int MISCONFIGURED_CONVERSION_SETTINGS_VALUE
       The bid strategy depends on conversion reporting and the customer's
       conversion settings are misconfigured.
       
      MISCONFIGURED_CONVERSION_SETTINGS = 18;
      See Also:
    • MISCONFIGURED_SHARED_BUDGET_VALUE

      public static final int MISCONFIGURED_SHARED_BUDGET_VALUE
       There are campaigns outside the bid strategy that share budgets with
       campaigns included in the strategy.
       
      MISCONFIGURED_SHARED_BUDGET = 19;
      See Also:
    • MISCONFIGURED_STRATEGY_TYPE_VALUE

      public static final int MISCONFIGURED_STRATEGY_TYPE_VALUE
       The campaign has an invalid strategy type and is not serving.
       
      MISCONFIGURED_STRATEGY_TYPE = 20;
      See Also:
    • PAUSED_VALUE

      public static final int PAUSED_VALUE
       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.
       
      PAUSED = 21;
      See Also:
    • UNAVAILABLE_VALUE

      public static final int UNAVAILABLE_VALUE
       This bid strategy currently does not support status reporting.
       
      UNAVAILABLE = 22;
      See Also:
    • MULTIPLE_LEARNING_VALUE

      public static final int MULTIPLE_LEARNING_VALUE
       There were multiple LEARNING_* system statuses for this bid strategy
       during the time in question.
       
      MULTIPLE_LEARNING = 23;
      See Also:
    • MULTIPLE_LIMITED_VALUE

      public static final int MULTIPLE_LIMITED_VALUE
       There were multiple LIMITED_* system statuses for this bid strategy
       during the time in question.
       
      MULTIPLE_LIMITED = 24;
      See Also:
    • MULTIPLE_MISCONFIGURED_VALUE

      public static final int MULTIPLE_MISCONFIGURED_VALUE
       There were multiple MISCONFIGURED_* system statuses for this bid strategy
       during the time in question.
       
      MULTIPLE_MISCONFIGURED = 25;
      See Also:
    • MULTIPLE_VALUE

      public static final int MULTIPLE_VALUE
       There were multiple system statuses for this bid strategy during the
       time in question.
       
      MULTIPLE = 26;
      See Also:
  • Method Details

    • values

      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null