Enum BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus

    • Field Detail

      • 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:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         Used for return value only. Represents value unknown in this version.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • UNAVAILABLE_VALUE

        public static final int UNAVAILABLE_VALUE
         This bid strategy currently does not support status reporting.
         
        UNAVAILABLE = 22;
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Method Detail

      • values

        public static BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus c : BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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
        public static BiddingStrategySystemStatusEnum.BiddingStrategySystemStatus valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • 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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null