Enum CriterionErrorEnum.CriterionError

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<CriterionErrorEnum.CriterionError>
    Enclosing class:
    CriterionErrorEnum

    public static enum CriterionErrorEnum.CriterionError
    extends java.lang.Enum<CriterionErrorEnum.CriterionError>
    implements com.google.protobuf.ProtocolMessageEnum
     Enum describing possible criterion errors.
     
    Protobuf enum google.ads.googleads.v14.errors.CriterionErrorEnum.CriterionError
    • Enum Constant Detail

      • CONCRETE_TYPE_REQUIRED

        public static final CriterionErrorEnum.CriterionError CONCRETE_TYPE_REQUIRED
         Concrete type of criterion is required for CREATE and UPDATE operations.
         
        CONCRETE_TYPE_REQUIRED = 2;
      • INVALID_EXCLUDED_CATEGORY

        public static final CriterionErrorEnum.CriterionError INVALID_EXCLUDED_CATEGORY
         The category requested for exclusion is invalid.
         
        INVALID_EXCLUDED_CATEGORY = 3;
      • KEYWORD_TEXT_TOO_LONG

        public static final CriterionErrorEnum.CriterionError KEYWORD_TEXT_TOO_LONG
         Keyword text should be less than 80 chars.
         
        KEYWORD_TEXT_TOO_LONG = 5;
      • KEYWORD_HAS_TOO_MANY_WORDS

        public static final CriterionErrorEnum.CriterionError KEYWORD_HAS_TOO_MANY_WORDS
         Keyword text has too many words.
         
        KEYWORD_HAS_TOO_MANY_WORDS = 6;
      • KEYWORD_HAS_INVALID_CHARS

        public static final CriterionErrorEnum.CriterionError KEYWORD_HAS_INVALID_CHARS
         Keyword text has invalid characters or symbols.
         
        KEYWORD_HAS_INVALID_CHARS = 7;
      • INVALID_FORMAT_FOR_PLACEMENT_URL

        public static final CriterionErrorEnum.CriterionError INVALID_FORMAT_FOR_PLACEMENT_URL
         Placement URL has wrong format.
         
        INVALID_FORMAT_FOR_PLACEMENT_URL = 11;
      • PLACEMENT_URL_IS_TOO_LONG

        public static final CriterionErrorEnum.CriterionError PLACEMENT_URL_IS_TOO_LONG
         Placement URL is too long.
         
        PLACEMENT_URL_IS_TOO_LONG = 12;
      • PLACEMENT_URL_HAS_ILLEGAL_CHAR

        public static final CriterionErrorEnum.CriterionError PLACEMENT_URL_HAS_ILLEGAL_CHAR
         Indicates the URL contains an illegal character.
         
        PLACEMENT_URL_HAS_ILLEGAL_CHAR = 13;
      • PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE

        public static final CriterionErrorEnum.CriterionError PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE
         Indicates the URL contains multiple comma separated URLs.
         
        PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE = 14;
      • PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION

        public static final CriterionErrorEnum.CriterionError PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION
         Indicates the domain is blocked.
         
        PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION = 15;
      • INVALID_YOUTUBE_CHANNEL_ID

        public static final CriterionErrorEnum.CriterionError INVALID_YOUTUBE_CHANNEL_ID
         The YouTube Channel Id is invalid.
         
        INVALID_YOUTUBE_CHANNEL_ID = 17;
      • INVALID_YOUTUBE_VIDEO_ID

        public static final CriterionErrorEnum.CriterionError INVALID_YOUTUBE_VIDEO_ID
         The YouTube Video Id is invalid.
         
        INVALID_YOUTUBE_VIDEO_ID = 18;
      • YOUTUBE_VERTICAL_CHANNEL_DEPRECATED

        public static final CriterionErrorEnum.CriterionError YOUTUBE_VERTICAL_CHANNEL_DEPRECATED
         Indicates the placement is a YouTube vertical channel, which is no longer
         supported.
         
        YOUTUBE_VERTICAL_CHANNEL_DEPRECATED = 19;
      • YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED

        public static final CriterionErrorEnum.CriterionError YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED
         Indicates the placement is a YouTube demographic channel, which is no
         longer supported.
         
        YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED = 20;
      • YOUTUBE_URL_UNSUPPORTED

        public static final CriterionErrorEnum.CriterionError YOUTUBE_URL_UNSUPPORTED
         YouTube urls are not supported in Placement criterion. Use YouTubeChannel
         and YouTubeVideo criterion instead.
         
        YOUTUBE_URL_UNSUPPORTED = 21;
      • CANNOT_EXCLUDE_CRITERIA_TYPE

        public static final CriterionErrorEnum.CriterionError CANNOT_EXCLUDE_CRITERIA_TYPE
         Criteria type can not be excluded by the customer, like AOL account type
         cannot target site type criteria.
         
        CANNOT_EXCLUDE_CRITERIA_TYPE = 22;
      • CANNOT_ADD_CRITERIA_TYPE

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_CRITERIA_TYPE
         Criteria type can not be targeted.
         
        CANNOT_ADD_CRITERIA_TYPE = 23;
      • CANNOT_EXCLUDE_SIMILAR_USER_LIST

        public static final CriterionErrorEnum.CriterionError CANNOT_EXCLUDE_SIMILAR_USER_LIST
         Not allowed to exclude similar user list.
         
        CANNOT_EXCLUDE_SIMILAR_USER_LIST = 26;
      • CANNOT_ADD_CLOSED_USER_LIST

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_CLOSED_USER_LIST
         Not allowed to target a closed user list.
         
        CANNOT_ADD_CLOSED_USER_LIST = 27;
      • CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS
         Not allowed to add display only UserLists to search only campaigns.
         
        CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS = 28;
      • CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS
         Not allowed to add display only UserLists to search plus campaigns.
         
        CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS = 29;
      • CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS
         Not allowed to add display only UserLists to shopping campaigns.
         
        CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS = 30;
      • CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS
         Not allowed to add User interests to search only campaigns.
         
        CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS = 31;
      • CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS
         Not allowed to set bids for this criterion type in search campaigns
         
        CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS = 32;
      • CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE
         Final URLs, URL Templates and CustomParameters cannot be set for the
         criterion types of Gender, AgeRange, UserList, Placement, MobileApp, and
         MobileAppCategory in search campaigns and shopping campaigns.
         
        CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE = 33;
      • INVALID_COMBINED_AUDIENCE

        public static final CriterionErrorEnum.CriterionError INVALID_COMBINED_AUDIENCE
         Invalid combined audience criterion.
         
        INVALID_COMBINED_AUDIENCE = 122;
      • INVALID_CUSTOM_AFFINITY

        public static final CriterionErrorEnum.CriterionError INVALID_CUSTOM_AFFINITY
         Invalid custom affinity criterion.
         
        INVALID_CUSTOM_AFFINITY = 96;
      • INVALID_CUSTOM_AUDIENCE

        public static final CriterionErrorEnum.CriterionError INVALID_CUSTOM_AUDIENCE
         Invalid custom audience criterion.
         
        INVALID_CUSTOM_AUDIENCE = 121;
      • INVALID_MOBILE_APP_CATEGORY

        public static final CriterionErrorEnum.CriterionError INVALID_MOBILE_APP_CATEGORY
         Mobile application category is not valid.
         
        INVALID_MOBILE_APP_CATEGORY = 37;
      • INVALID_CRITERION_ID

        public static final CriterionErrorEnum.CriterionError INVALID_CRITERION_ID
         The CriterionId does not exist or is of the incorrect type.
         
        INVALID_CRITERION_ID = 38;
      • CANNOT_TARGET_CRITERION

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_CRITERION
         The Criterion is not allowed to be targeted.
         
        CANNOT_TARGET_CRITERION = 39;
      • CANNOT_TARGET_OBSOLETE_CRITERION

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_OBSOLETE_CRITERION
         The criterion is not allowed to be targeted as it is deprecated.
         
        CANNOT_TARGET_OBSOLETE_CRITERION = 40;
      • CRITERION_ID_AND_TYPE_MISMATCH

        public static final CriterionErrorEnum.CriterionError CRITERION_ID_AND_TYPE_MISMATCH
         The CriterionId is not valid for the type.
         
        CRITERION_ID_AND_TYPE_MISMATCH = 41;
      • INVALID_PROXIMITY_RADIUS

        public static final CriterionErrorEnum.CriterionError INVALID_PROXIMITY_RADIUS
         Distance for the radius for the proximity criterion is invalid.
         
        INVALID_PROXIMITY_RADIUS = 42;
      • INVALID_PROXIMITY_RADIUS_UNITS

        public static final CriterionErrorEnum.CriterionError INVALID_PROXIMITY_RADIUS_UNITS
         Units for the distance for the radius for the proximity criterion is
         invalid.
         
        INVALID_PROXIMITY_RADIUS_UNITS = 43;
      • INVALID_STREETADDRESS_LENGTH

        public static final CriterionErrorEnum.CriterionError INVALID_STREETADDRESS_LENGTH
         Street address in the address is not valid.
         
        INVALID_STREETADDRESS_LENGTH = 44;
      • INVALID_CITYNAME_LENGTH

        public static final CriterionErrorEnum.CriterionError INVALID_CITYNAME_LENGTH
         City name in the address is not valid.
         
        INVALID_CITYNAME_LENGTH = 45;
      • INVALID_REGIONCODE_LENGTH

        public static final CriterionErrorEnum.CriterionError INVALID_REGIONCODE_LENGTH
         Region code in the address is not valid.
         
        INVALID_REGIONCODE_LENGTH = 46;
      • INVALID_REGIONNAME_LENGTH

        public static final CriterionErrorEnum.CriterionError INVALID_REGIONNAME_LENGTH
         Region name in the address is not valid.
         
        INVALID_REGIONNAME_LENGTH = 47;
      • INVALID_POSTALCODE_LENGTH

        public static final CriterionErrorEnum.CriterionError INVALID_POSTALCODE_LENGTH
         Postal code in the address is not valid.
         
        INVALID_POSTALCODE_LENGTH = 48;
      • INVALID_COUNTRY_CODE

        public static final CriterionErrorEnum.CriterionError INVALID_COUNTRY_CODE
         Country code in the address is not valid.
         
        INVALID_COUNTRY_CODE = 49;
      • PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL

        public static final CriterionErrorEnum.CriterionError PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL
         The Proximity input is not valid. Both address and geoPoint cannot be
         null.
         
        PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL = 52;
      • INVALID_PROXIMITY_ADDRESS

        public static final CriterionErrorEnum.CriterionError INVALID_PROXIMITY_ADDRESS
         The Proximity address cannot be geocoded to a valid lat/long.
         
        INVALID_PROXIMITY_ADDRESS = 53;
      • INVALID_USER_DOMAIN_NAME

        public static final CriterionErrorEnum.CriterionError INVALID_USER_DOMAIN_NAME
         User domain name is not valid.
         
        INVALID_USER_DOMAIN_NAME = 54;
      • CRITERION_PARAMETER_TOO_LONG

        public static final CriterionErrorEnum.CriterionError CRITERION_PARAMETER_TOO_LONG
         Length of serialized criterion parameter exceeded size limit.
         
        CRITERION_PARAMETER_TOO_LONG = 55;
      • AD_SCHEDULE_TIME_INTERVALS_OVERLAP

        public static final CriterionErrorEnum.CriterionError AD_SCHEDULE_TIME_INTERVALS_OVERLAP
         Time interval in the AdSchedule overlaps with another AdSchedule.
         
        AD_SCHEDULE_TIME_INTERVALS_OVERLAP = 56;
      • AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS

        public static final CriterionErrorEnum.CriterionError AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS
         AdSchedule time interval cannot span multiple days.
         
        AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS = 57;
      • AD_SCHEDULE_INVALID_TIME_INTERVAL

        public static final CriterionErrorEnum.CriterionError AD_SCHEDULE_INVALID_TIME_INTERVAL
         AdSchedule time interval specified is invalid, endTime cannot be earlier
         than startTime.
         
        AD_SCHEDULE_INVALID_TIME_INTERVAL = 58;
      • AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT

        public static final CriterionErrorEnum.CriterionError AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT
         The number of AdSchedule entries in a day exceeds the limit.
         
        AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT = 59;
      • AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS

        public static final CriterionErrorEnum.CriterionError AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS
         CriteriaId does not match the interval of the AdSchedule specified.
         
        AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS = 60;
      • CANNOT_BID_MODIFY_CRITERION_TYPE

        public static final CriterionErrorEnum.CriterionError CANNOT_BID_MODIFY_CRITERION_TYPE
         Cannot set bid modifier for this criterion type.
         
        CANNOT_BID_MODIFY_CRITERION_TYPE = 61;
      • CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT

        public static final CriterionErrorEnum.CriterionError CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT
         Cannot bid modify criterion, since it is opted out of the campaign.
         
        CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT = 62;
      • CANNOT_BID_MODIFY_NEGATIVE_CRITERION

        public static final CriterionErrorEnum.CriterionError CANNOT_BID_MODIFY_NEGATIVE_CRITERION
         Cannot set bid modifier for a negative criterion.
         
        CANNOT_BID_MODIFY_NEGATIVE_CRITERION = 63;
      • BID_MODIFIER_ALREADY_EXISTS

        public static final CriterionErrorEnum.CriterionError BID_MODIFIER_ALREADY_EXISTS
         Bid Modifier already exists. Use SET operation to update.
         
        BID_MODIFIER_ALREADY_EXISTS = 64;
      • FEED_ID_NOT_ALLOWED

        public static final CriterionErrorEnum.CriterionError FEED_ID_NOT_ALLOWED
         Feed Id is not allowed in these Location Groups.
         
        FEED_ID_NOT_ALLOWED = 65;
      • ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE

        public static final CriterionErrorEnum.CriterionError ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE
         The account may not use the requested criteria type. For example, some
         accounts are restricted to keywords only.
         
        ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE = 66;
      • CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY

        public static final CriterionErrorEnum.CriterionError CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY
         The requested criteria type cannot be used with campaign or ad group
         bidding strategy.
         
        CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY = 67;
      • CANNOT_EXCLUDE_CRITERION

        public static final CriterionErrorEnum.CriterionError CANNOT_EXCLUDE_CRITERION
         The Criterion is not allowed to be excluded.
         
        CANNOT_EXCLUDE_CRITERION = 68;
      • CANNOT_REMOVE_CRITERION

        public static final CriterionErrorEnum.CriterionError CANNOT_REMOVE_CRITERION
         The criterion is not allowed to be removed. For example, we cannot remove
         any of the device criterion.
         
        CANNOT_REMOVE_CRITERION = 69;
      • INVALID_PRODUCT_BIDDING_CATEGORY

        public static final CriterionErrorEnum.CriterionError INVALID_PRODUCT_BIDDING_CATEGORY
         Bidding categories do not form a valid path in the Shopping bidding
         category taxonomy.
         
        INVALID_PRODUCT_BIDDING_CATEGORY = 76;
      • MISSING_SHOPPING_SETTING

        public static final CriterionErrorEnum.CriterionError MISSING_SHOPPING_SETTING
         ShoppingSetting must be added to the campaign before ProductScope
         criteria can be added.
         
        MISSING_SHOPPING_SETTING = 77;
      • INVALID_MATCHING_FUNCTION

        public static final CriterionErrorEnum.CriterionError INVALID_MATCHING_FUNCTION
         Matching function is invalid.
         
        INVALID_MATCHING_FUNCTION = 78;
      • LOCATION_FILTER_NOT_ALLOWED

        public static final CriterionErrorEnum.CriterionError LOCATION_FILTER_NOT_ALLOWED
         Filter parameters not allowed for location groups targeting.
         
        LOCATION_FILTER_NOT_ALLOWED = 79;
      • INVALID_FEED_FOR_LOCATION_FILTER

        public static final CriterionErrorEnum.CriterionError INVALID_FEED_FOR_LOCATION_FILTER
         Feed not found, or the feed is not an enabled location feed.
         
        INVALID_FEED_FOR_LOCATION_FILTER = 98;
      • LOCATION_FILTER_INVALID

        public static final CriterionErrorEnum.CriterionError LOCATION_FILTER_INVALID
         Given location filter parameter is invalid for location groups targeting.
         
        LOCATION_FILTER_INVALID = 80;
      • CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS
         Cannot set geo target constants and feed item sets at the same time.
         
        CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS = 123;
      • CANNOT_SET_BOTH_ASSET_SET_AND_FEED

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_BOTH_ASSET_SET_AND_FEED
         Cannot set both assetset and feed at the same time.
         
        CANNOT_SET_BOTH_ASSET_SET_AND_FEED = 140;
      • CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER
         Cannot set feed or feed item sets for Customer.
         
        CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER = 142;
      • CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER
         Cannot set AssetSet criteria for customer.
         
        CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER = 150;
      • CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS
         Cannot set geo target constants and asset sets at the same time.
         
        CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS = 143;
      • CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS
         Cannot set asset sets and feed item sets at the same time.
         
        CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS = 144;
      • INVALID_LOCATION_GROUP_ASSET_SET

        public static final CriterionErrorEnum.CriterionError INVALID_LOCATION_GROUP_ASSET_SET
         The location group asset set id is invalid
         
        INVALID_LOCATION_GROUP_ASSET_SET = 141;
      • INVALID_LOCATION_GROUP_RADIUS

        public static final CriterionErrorEnum.CriterionError INVALID_LOCATION_GROUP_RADIUS
         The location group radius is in the range but not at the valid increment.
         
        INVALID_LOCATION_GROUP_RADIUS = 124;
      • INVALID_LOCATION_GROUP_RADIUS_UNIT

        public static final CriterionErrorEnum.CriterionError INVALID_LOCATION_GROUP_RADIUS_UNIT
         The location group radius unit is invalid.
         
        INVALID_LOCATION_GROUP_RADIUS_UNIT = 125;
      • CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP

        public static final CriterionErrorEnum.CriterionError CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP
         Criteria type cannot be associated with a campaign and its ad group(s)
         simultaneously.
         
        CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP = 81;
      • HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION

        public static final CriterionErrorEnum.CriterionError HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION
         Range represented by hotel length of stay's min nights and max nights
         overlaps with an existing criterion.
         
        HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION = 82;
      • HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION

        public static final CriterionErrorEnum.CriterionError HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION
         Range represented by hotel advance booking window's min days and max days
         overlaps with an existing criterion.
         
        HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION = 83;
      • FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING

        public static final CriterionErrorEnum.CriterionError FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING
         The field is not allowed to be set when the negative field is set to
         true, for example, we don't allow bids in negative ad group or campaign
         criteria.
         
        FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING = 84;
      • INVALID_WEBPAGE_CONDITION

        public static final CriterionErrorEnum.CriterionError INVALID_WEBPAGE_CONDITION
         The combination of operand and operator in webpage condition is invalid.
         
        INVALID_WEBPAGE_CONDITION = 85;
      • INVALID_WEBPAGE_CONDITION_URL

        public static final CriterionErrorEnum.CriterionError INVALID_WEBPAGE_CONDITION_URL
         The URL of webpage condition is invalid.
         
        INVALID_WEBPAGE_CONDITION_URL = 86;
      • WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY
         The URL of webpage condition cannot be empty or contain white space.
         
        WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY = 87;
      • WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL
         The URL of webpage condition contains an unsupported protocol.
         
        WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL = 88;
      • WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS
         The URL of webpage condition cannot be an IP address.
         
        WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS = 89;
      • WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING
         The domain of the URL is not consistent with the domain in campaign
         setting.
         
        WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING = 90;
      • WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX
         The URL of webpage condition cannot be a public suffix itself.
         
        WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX = 91;
      • WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX
         The URL of webpage condition has an invalid public suffix.
         
        WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX = 92;
      • WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED
         Value track parameter is not supported in webpage condition URL.
         
        WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED = 93;
      • WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION
         Only one URL-EQUALS webpage condition is allowed in a webpage
         criterion and it cannot be combined with other conditions.
         
        WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION = 94;
      • WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP

        public static final CriterionErrorEnum.CriterionError WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP
         A webpage criterion cannot be added to a non-DSA ad group.
         
        WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP = 95;
      • CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS
         Cannot add positive user list criteria in Smart Display campaigns.
         
        CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS = 99;
      • CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS
         Cannot add positive placement criterion types in search campaigns.
         
        CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS = 126;
      • LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES

        public static final CriterionErrorEnum.CriterionError LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES
         Listing scope contains too many dimension types.
         
        LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES = 100;
      • LISTING_SCOPE_TOO_MANY_IN_OPERATORS

        public static final CriterionErrorEnum.CriterionError LISTING_SCOPE_TOO_MANY_IN_OPERATORS
         Listing scope has too many IN operators.
         
        LISTING_SCOPE_TOO_MANY_IN_OPERATORS = 101;
      • LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED

        public static final CriterionErrorEnum.CriterionError LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED
         Listing scope contains IN operator on an unsupported dimension type.
         
        LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED = 102;
      • DUPLICATE_LISTING_DIMENSION_TYPE

        public static final CriterionErrorEnum.CriterionError DUPLICATE_LISTING_DIMENSION_TYPE
         There are dimensions with duplicate dimension type.
         
        DUPLICATE_LISTING_DIMENSION_TYPE = 103;
      • DUPLICATE_LISTING_DIMENSION_VALUE

        public static final CriterionErrorEnum.CriterionError DUPLICATE_LISTING_DIMENSION_VALUE
         There are dimensions with duplicate dimension value.
         
        DUPLICATE_LISTING_DIMENSION_VALUE = 104;
      • CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION

        public static final CriterionErrorEnum.CriterionError CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION
         Listing group SUBDIVISION nodes cannot have bids.
         
        CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION = 105;
      • INVALID_LISTING_GROUP_HIERARCHY

        public static final CriterionErrorEnum.CriterionError INVALID_LISTING_GROUP_HIERARCHY
         Ad group is invalid due to the listing groups it contains.
         
        INVALID_LISTING_GROUP_HIERARCHY = 106;
      • LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN
         Listing group unit cannot have children.
         
        LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN = 107;
      • LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE
         Subdivided listing groups must have an "others" case.
         
        LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE = 108;
      • LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS
         Dimension type of listing group must be the same as that of its siblings.
         
        LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS = 109;
      • LISTING_GROUP_ALREADY_EXISTS

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_ALREADY_EXISTS
         Listing group cannot be added to the ad group because it already exists.
         
        LISTING_GROUP_ALREADY_EXISTS = 110;
      • LISTING_GROUP_DOES_NOT_EXIST

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_DOES_NOT_EXIST
         Listing group referenced in the operation was not found in the ad group.
         
        LISTING_GROUP_DOES_NOT_EXIST = 111;
      • LISTING_GROUP_CANNOT_BE_REMOVED

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_CANNOT_BE_REMOVED
         Recursive removal failed because listing group subdivision is being
         created or modified in this request.
         
        LISTING_GROUP_CANNOT_BE_REMOVED = 112;
      • INVALID_LISTING_GROUP_TYPE

        public static final CriterionErrorEnum.CriterionError INVALID_LISTING_GROUP_TYPE
         Listing group type is not allowed for specified ad group criterion type.
         
        INVALID_LISTING_GROUP_TYPE = 113;
      • LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID
         Listing group in an ADD operation specifies a non temporary criterion id.
         
        LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID = 114;
      • LISTING_SCOPE_TOO_LONG

        public static final CriterionErrorEnum.CriterionError LISTING_SCOPE_TOO_LONG
         The combined length of dimension values of the Listing scope criterion
         is too long.
         
        LISTING_SCOPE_TOO_LONG = 115;
      • LISTING_SCOPE_TOO_MANY_DIMENSIONS

        public static final CriterionErrorEnum.CriterionError LISTING_SCOPE_TOO_MANY_DIMENSIONS
         Listing scope contains too many dimensions.
         
        LISTING_SCOPE_TOO_MANY_DIMENSIONS = 116;
      • LISTING_GROUP_TOO_LONG

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_TOO_LONG
         The combined length of dimension values of the Listing group criterion is
         too long.
         
        LISTING_GROUP_TOO_LONG = 117;
      • LISTING_GROUP_TREE_TOO_DEEP

        public static final CriterionErrorEnum.CriterionError LISTING_GROUP_TREE_TOO_DEEP
         Listing group tree is too deep.
         
        LISTING_GROUP_TREE_TOO_DEEP = 118;
      • INVALID_LISTING_DIMENSION

        public static final CriterionErrorEnum.CriterionError INVALID_LISTING_DIMENSION
         Listing dimension is invalid (for example, dimension contains illegal
         value, dimension type is represented with wrong class, etc). Listing
         dimension value can not contain "==" or "&+".
         
        INVALID_LISTING_DIMENSION = 119;
      • INVALID_LISTING_DIMENSION_TYPE

        public static final CriterionErrorEnum.CriterionError INVALID_LISTING_DIMENSION_TYPE
         Listing dimension type is either invalid for campaigns of this type or
         cannot be used in the current context. BIDDING_CATEGORY_Lx and
         PRODUCT_TYPE_Lx dimensions must be used in ascending order of their
         levels: L1, L2, L3, L4, L5... The levels must be specified sequentially
         and start from L1. Furthermore, an "others" Listing group cannot be
         subdivided with a dimension of the same type but of a higher level
         ("others" BIDDING_CATEGORY_L3 can be subdivided with BRAND but not with
         BIDDING_CATEGORY_L4).
         
        INVALID_LISTING_DIMENSION_TYPE = 120;
      • ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY

        public static final CriterionErrorEnum.CriterionError ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY
         Customer is not on allowlist for composite audience in display campaigns.
         
        ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY = 127;
      • CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE
         Cannot target on a removed combined audience.
         
        CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE = 128;
      • INVALID_COMBINED_AUDIENCE_ID

        public static final CriterionErrorEnum.CriterionError INVALID_COMBINED_AUDIENCE_ID
         Combined audience ID is invalid.
         
        INVALID_COMBINED_AUDIENCE_ID = 129;
      • CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE
         Can not target removed combined audience.
         
        CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE = 130;
      • HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION

        public static final CriterionErrorEnum.CriterionError HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION
         Range represented by hotel check-in date's start date and end date
         overlaps with an existing criterion.
         
        HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION = 131;
      • HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY

        public static final CriterionErrorEnum.CriterionError HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY
         Start date is earlier than earliest allowed value of yesterday UTC.
         
        HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY = 132;
      • HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE

        public static final CriterionErrorEnum.CriterionError HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE
         End date later is than latest allowed day of 330 days in the future UTC.
         
        HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE = 133;
      • HOTEL_CHECK_IN_DATE_RANGE_REVERSED

        public static final CriterionErrorEnum.CriterionError HOTEL_CHECK_IN_DATE_RANGE_REVERSED
         Start date is after end date.
         
        HOTEL_CHECK_IN_DATE_RANGE_REVERSED = 134;
      • BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED

        public static final CriterionErrorEnum.CriterionError BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED
         Broad match modifier (BMM) keywords can no longer be created. See
         https://ads-developers.googleblog.com/2021/06/broad-match-modifier-upcoming-changes.html.
         
        BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED = 135;
      • ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP

        public static final CriterionErrorEnum.CriterionError ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP
         Only one audience is allowed in an asset group.
         
        ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP = 136;
      • AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE

        public static final CriterionErrorEnum.CriterionError AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE
         Audience is not supported for the specified campaign type.
         
        AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE = 137;
      • AUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE

        public static final CriterionErrorEnum.CriterionError AUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE
         Audience is not allowed to attach when use_audience_grouped bit is set to
         false.
         
        AUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE = 138;
      • CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST
         Targeting is not allowed for Customer Match lists as per Customer Match
         policy. See
         https://support.google.com/google-ads/answer/6299717.
         
        CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST = 139;
      • NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST

        public static final CriterionErrorEnum.CriterionError NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST
         Cannot create a negative keyword list criterion with a shared set that
         does not exist.
         
        NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST = 145;
      • CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET
         Cannot create a negative keyword list with deleted shared set.
         
        CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET = 146;
      • CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT

        public static final CriterionErrorEnum.CriterionError CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT
         Can only have one Negative Keyword List per account.
         
        CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT = 147;
      • CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE

        public static final CriterionErrorEnum.CriterionError CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE
         Only allowlisted customers can add criteria of this type.
         
        CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE = 149;
      • CANNOT_TARGET_SIMILAR_USER_LIST

        public static final CriterionErrorEnum.CriterionError CANNOT_TARGET_SIMILAR_USER_LIST
         Targeting for Similar audiences is not supported, since this feature has
         been deprecated. See
         https://support.google.com/google-ads/answer/12463119 to learn more.
         
        CANNOT_TARGET_SIMILAR_USER_LIST = 151;
      • CANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET

        public static final CriterionErrorEnum.CriterionError CANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET
         Audience segment criteria cannot be added when use_audience_grouped bit
         is set.
         
        CANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET = 152;
      • ONE_AUDIENCE_ALLOWED_PER_AD_GROUP

        public static final CriterionErrorEnum.CriterionError ONE_AUDIENCE_ALLOWED_PER_AD_GROUP
         Only one audience is allowed in an ad group.
         
        ONE_AUDIENCE_ALLOWED_PER_AD_GROUP = 153;
      • INVALID_DETAILED_DEMOGRAPHIC

        public static final CriterionErrorEnum.CriterionError INVALID_DETAILED_DEMOGRAPHIC
         Invalid detailed demographics criterion.
         
        INVALID_DETAILED_DEMOGRAPHIC = 154;
    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         Enum unspecified.
         
        UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         The received error code is not known in this version.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • CONCRETE_TYPE_REQUIRED_VALUE

        public static final int CONCRETE_TYPE_REQUIRED_VALUE
         Concrete type of criterion is required for CREATE and UPDATE operations.
         
        CONCRETE_TYPE_REQUIRED = 2;
        See Also:
        Constant Field Values
      • INVALID_EXCLUDED_CATEGORY_VALUE

        public static final int INVALID_EXCLUDED_CATEGORY_VALUE
         The category requested for exclusion is invalid.
         
        INVALID_EXCLUDED_CATEGORY = 3;
        See Also:
        Constant Field Values
      • INVALID_KEYWORD_TEXT_VALUE

        public static final int INVALID_KEYWORD_TEXT_VALUE
         Invalid keyword criteria text.
         
        INVALID_KEYWORD_TEXT = 4;
        See Also:
        Constant Field Values
      • KEYWORD_TEXT_TOO_LONG_VALUE

        public static final int KEYWORD_TEXT_TOO_LONG_VALUE
         Keyword text should be less than 80 chars.
         
        KEYWORD_TEXT_TOO_LONG = 5;
        See Also:
        Constant Field Values
      • KEYWORD_HAS_TOO_MANY_WORDS_VALUE

        public static final int KEYWORD_HAS_TOO_MANY_WORDS_VALUE
         Keyword text has too many words.
         
        KEYWORD_HAS_TOO_MANY_WORDS = 6;
        See Also:
        Constant Field Values
      • KEYWORD_HAS_INVALID_CHARS_VALUE

        public static final int KEYWORD_HAS_INVALID_CHARS_VALUE
         Keyword text has invalid characters or symbols.
         
        KEYWORD_HAS_INVALID_CHARS = 7;
        See Also:
        Constant Field Values
      • INVALID_PLACEMENT_URL_VALUE

        public static final int INVALID_PLACEMENT_URL_VALUE
         Invalid placement URL.
         
        INVALID_PLACEMENT_URL = 8;
        See Also:
        Constant Field Values
      • INVALID_USER_LIST_VALUE

        public static final int INVALID_USER_LIST_VALUE
         Invalid user list criterion.
         
        INVALID_USER_LIST = 9;
        See Also:
        Constant Field Values
      • INVALID_USER_INTEREST_VALUE

        public static final int INVALID_USER_INTEREST_VALUE
         Invalid user interest criterion.
         
        INVALID_USER_INTEREST = 10;
        See Also:
        Constant Field Values
      • INVALID_FORMAT_FOR_PLACEMENT_URL_VALUE

        public static final int INVALID_FORMAT_FOR_PLACEMENT_URL_VALUE
         Placement URL has wrong format.
         
        INVALID_FORMAT_FOR_PLACEMENT_URL = 11;
        See Also:
        Constant Field Values
      • PLACEMENT_URL_IS_TOO_LONG_VALUE

        public static final int PLACEMENT_URL_IS_TOO_LONG_VALUE
         Placement URL is too long.
         
        PLACEMENT_URL_IS_TOO_LONG = 12;
        See Also:
        Constant Field Values
      • PLACEMENT_URL_HAS_ILLEGAL_CHAR_VALUE

        public static final int PLACEMENT_URL_HAS_ILLEGAL_CHAR_VALUE
         Indicates the URL contains an illegal character.
         
        PLACEMENT_URL_HAS_ILLEGAL_CHAR = 13;
        See Also:
        Constant Field Values
      • PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE_VALUE

        public static final int PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE_VALUE
         Indicates the URL contains multiple comma separated URLs.
         
        PLACEMENT_URL_HAS_MULTIPLE_SITES_IN_LINE = 14;
        See Also:
        Constant Field Values
      • PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION_VALUE

        public static final int PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION_VALUE
         Indicates the domain is blocked.
         
        PLACEMENT_IS_NOT_AVAILABLE_FOR_TARGETING_OR_EXCLUSION = 15;
        See Also:
        Constant Field Values
      • INVALID_TOPIC_PATH_VALUE

        public static final int INVALID_TOPIC_PATH_VALUE
         Invalid topic path.
         
        INVALID_TOPIC_PATH = 16;
        See Also:
        Constant Field Values
      • INVALID_YOUTUBE_CHANNEL_ID_VALUE

        public static final int INVALID_YOUTUBE_CHANNEL_ID_VALUE
         The YouTube Channel Id is invalid.
         
        INVALID_YOUTUBE_CHANNEL_ID = 17;
        See Also:
        Constant Field Values
      • INVALID_YOUTUBE_VIDEO_ID_VALUE

        public static final int INVALID_YOUTUBE_VIDEO_ID_VALUE
         The YouTube Video Id is invalid.
         
        INVALID_YOUTUBE_VIDEO_ID = 18;
        See Also:
        Constant Field Values
      • YOUTUBE_VERTICAL_CHANNEL_DEPRECATED_VALUE

        public static final int YOUTUBE_VERTICAL_CHANNEL_DEPRECATED_VALUE
         Indicates the placement is a YouTube vertical channel, which is no longer
         supported.
         
        YOUTUBE_VERTICAL_CHANNEL_DEPRECATED = 19;
        See Also:
        Constant Field Values
      • YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED_VALUE

        public static final int YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED_VALUE
         Indicates the placement is a YouTube demographic channel, which is no
         longer supported.
         
        YOUTUBE_DEMOGRAPHIC_CHANNEL_DEPRECATED = 20;
        See Also:
        Constant Field Values
      • YOUTUBE_URL_UNSUPPORTED_VALUE

        public static final int YOUTUBE_URL_UNSUPPORTED_VALUE
         YouTube urls are not supported in Placement criterion. Use YouTubeChannel
         and YouTubeVideo criterion instead.
         
        YOUTUBE_URL_UNSUPPORTED = 21;
        See Also:
        Constant Field Values
      • CANNOT_EXCLUDE_CRITERIA_TYPE_VALUE

        public static final int CANNOT_EXCLUDE_CRITERIA_TYPE_VALUE
         Criteria type can not be excluded by the customer, like AOL account type
         cannot target site type criteria.
         
        CANNOT_EXCLUDE_CRITERIA_TYPE = 22;
        See Also:
        Constant Field Values
      • CANNOT_ADD_CRITERIA_TYPE_VALUE

        public static final int CANNOT_ADD_CRITERIA_TYPE_VALUE
         Criteria type can not be targeted.
         
        CANNOT_ADD_CRITERIA_TYPE = 23;
        See Also:
        Constant Field Values
      • CANNOT_EXCLUDE_SIMILAR_USER_LIST_VALUE

        public static final int CANNOT_EXCLUDE_SIMILAR_USER_LIST_VALUE
         Not allowed to exclude similar user list.
         
        CANNOT_EXCLUDE_SIMILAR_USER_LIST = 26;
        See Also:
        Constant Field Values
      • CANNOT_ADD_CLOSED_USER_LIST_VALUE

        public static final int CANNOT_ADD_CLOSED_USER_LIST_VALUE
         Not allowed to target a closed user list.
         
        CANNOT_ADD_CLOSED_USER_LIST = 27;
        See Also:
        Constant Field Values
      • CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS_VALUE

        public static final int CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS_VALUE
         Not allowed to add display only UserLists to search only campaigns.
         
        CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_ONLY_CAMPAIGNS = 28;
        See Also:
        Constant Field Values
      • CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS_VALUE

        public static final int CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS_VALUE
         Not allowed to add display only UserLists to search plus campaigns.
         
        CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SEARCH_CAMPAIGNS = 29;
        See Also:
        Constant Field Values
      • CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS_VALUE

        public static final int CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS_VALUE
         Not allowed to add display only UserLists to shopping campaigns.
         
        CANNOT_ADD_DISPLAY_ONLY_LISTS_TO_SHOPPING_CAMPAIGNS = 30;
        See Also:
        Constant Field Values
      • CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS_VALUE

        public static final int CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS_VALUE
         Not allowed to add User interests to search only campaigns.
         
        CANNOT_ADD_USER_INTERESTS_TO_SEARCH_CAMPAIGNS = 31;
        See Also:
        Constant Field Values
      • CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS_VALUE

        public static final int CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS_VALUE
         Not allowed to set bids for this criterion type in search campaigns
         
        CANNOT_SET_BIDS_ON_CRITERION_TYPE_IN_SEARCH_CAMPAIGNS = 32;
        See Also:
        Constant Field Values
      • CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE_VALUE

        public static final int CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE_VALUE
         Final URLs, URL Templates and CustomParameters cannot be set for the
         criterion types of Gender, AgeRange, UserList, Placement, MobileApp, and
         MobileAppCategory in search campaigns and shopping campaigns.
         
        CANNOT_ADD_URLS_TO_CRITERION_TYPE_FOR_CAMPAIGN_TYPE = 33;
        See Also:
        Constant Field Values
      • INVALID_COMBINED_AUDIENCE_VALUE

        public static final int INVALID_COMBINED_AUDIENCE_VALUE
         Invalid combined audience criterion.
         
        INVALID_COMBINED_AUDIENCE = 122;
        See Also:
        Constant Field Values
      • INVALID_CUSTOM_AFFINITY_VALUE

        public static final int INVALID_CUSTOM_AFFINITY_VALUE
         Invalid custom affinity criterion.
         
        INVALID_CUSTOM_AFFINITY = 96;
        See Also:
        Constant Field Values
      • INVALID_CUSTOM_INTENT_VALUE

        public static final int INVALID_CUSTOM_INTENT_VALUE
         Invalid custom intent criterion.
         
        INVALID_CUSTOM_INTENT = 97;
        See Also:
        Constant Field Values
      • INVALID_CUSTOM_AUDIENCE_VALUE

        public static final int INVALID_CUSTOM_AUDIENCE_VALUE
         Invalid custom audience criterion.
         
        INVALID_CUSTOM_AUDIENCE = 121;
        See Also:
        Constant Field Values
      • INVALID_IP_ADDRESS_VALUE

        public static final int INVALID_IP_ADDRESS_VALUE
         IP address is not valid.
         
        INVALID_IP_ADDRESS = 34;
        See Also:
        Constant Field Values
      • INVALID_IP_FORMAT_VALUE

        public static final int INVALID_IP_FORMAT_VALUE
         IP format is not valid.
         
        INVALID_IP_FORMAT = 35;
        See Also:
        Constant Field Values
      • INVALID_MOBILE_APP_VALUE

        public static final int INVALID_MOBILE_APP_VALUE
         Mobile application is not valid.
         
        INVALID_MOBILE_APP = 36;
        See Also:
        Constant Field Values
      • INVALID_MOBILE_APP_CATEGORY_VALUE

        public static final int INVALID_MOBILE_APP_CATEGORY_VALUE
         Mobile application category is not valid.
         
        INVALID_MOBILE_APP_CATEGORY = 37;
        See Also:
        Constant Field Values
      • INVALID_CRITERION_ID_VALUE

        public static final int INVALID_CRITERION_ID_VALUE
         The CriterionId does not exist or is of the incorrect type.
         
        INVALID_CRITERION_ID = 38;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_CRITERION_VALUE

        public static final int CANNOT_TARGET_CRITERION_VALUE
         The Criterion is not allowed to be targeted.
         
        CANNOT_TARGET_CRITERION = 39;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_OBSOLETE_CRITERION_VALUE

        public static final int CANNOT_TARGET_OBSOLETE_CRITERION_VALUE
         The criterion is not allowed to be targeted as it is deprecated.
         
        CANNOT_TARGET_OBSOLETE_CRITERION = 40;
        See Also:
        Constant Field Values
      • CRITERION_ID_AND_TYPE_MISMATCH_VALUE

        public static final int CRITERION_ID_AND_TYPE_MISMATCH_VALUE
         The CriterionId is not valid for the type.
         
        CRITERION_ID_AND_TYPE_MISMATCH = 41;
        See Also:
        Constant Field Values
      • INVALID_PROXIMITY_RADIUS_VALUE

        public static final int INVALID_PROXIMITY_RADIUS_VALUE
         Distance for the radius for the proximity criterion is invalid.
         
        INVALID_PROXIMITY_RADIUS = 42;
        See Also:
        Constant Field Values
      • INVALID_PROXIMITY_RADIUS_UNITS_VALUE

        public static final int INVALID_PROXIMITY_RADIUS_UNITS_VALUE
         Units for the distance for the radius for the proximity criterion is
         invalid.
         
        INVALID_PROXIMITY_RADIUS_UNITS = 43;
        See Also:
        Constant Field Values
      • INVALID_STREETADDRESS_LENGTH_VALUE

        public static final int INVALID_STREETADDRESS_LENGTH_VALUE
         Street address in the address is not valid.
         
        INVALID_STREETADDRESS_LENGTH = 44;
        See Also:
        Constant Field Values
      • INVALID_CITYNAME_LENGTH_VALUE

        public static final int INVALID_CITYNAME_LENGTH_VALUE
         City name in the address is not valid.
         
        INVALID_CITYNAME_LENGTH = 45;
        See Also:
        Constant Field Values
      • INVALID_REGIONCODE_LENGTH_VALUE

        public static final int INVALID_REGIONCODE_LENGTH_VALUE
         Region code in the address is not valid.
         
        INVALID_REGIONCODE_LENGTH = 46;
        See Also:
        Constant Field Values
      • INVALID_REGIONNAME_LENGTH_VALUE

        public static final int INVALID_REGIONNAME_LENGTH_VALUE
         Region name in the address is not valid.
         
        INVALID_REGIONNAME_LENGTH = 47;
        See Also:
        Constant Field Values
      • INVALID_POSTALCODE_LENGTH_VALUE

        public static final int INVALID_POSTALCODE_LENGTH_VALUE
         Postal code in the address is not valid.
         
        INVALID_POSTALCODE_LENGTH = 48;
        See Also:
        Constant Field Values
      • INVALID_COUNTRY_CODE_VALUE

        public static final int INVALID_COUNTRY_CODE_VALUE
         Country code in the address is not valid.
         
        INVALID_COUNTRY_CODE = 49;
        See Also:
        Constant Field Values
      • INVALID_LATITUDE_VALUE

        public static final int INVALID_LATITUDE_VALUE
         Latitude for the GeoPoint is not valid.
         
        INVALID_LATITUDE = 50;
        See Also:
        Constant Field Values
      • INVALID_LONGITUDE_VALUE

        public static final int INVALID_LONGITUDE_VALUE
         Longitude for the GeoPoint is not valid.
         
        INVALID_LONGITUDE = 51;
        See Also:
        Constant Field Values
      • PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL_VALUE

        public static final int PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL_VALUE
         The Proximity input is not valid. Both address and geoPoint cannot be
         null.
         
        PROXIMITY_GEOPOINT_AND_ADDRESS_BOTH_CANNOT_BE_NULL = 52;
        See Also:
        Constant Field Values
      • INVALID_PROXIMITY_ADDRESS_VALUE

        public static final int INVALID_PROXIMITY_ADDRESS_VALUE
         The Proximity address cannot be geocoded to a valid lat/long.
         
        INVALID_PROXIMITY_ADDRESS = 53;
        See Also:
        Constant Field Values
      • INVALID_USER_DOMAIN_NAME_VALUE

        public static final int INVALID_USER_DOMAIN_NAME_VALUE
         User domain name is not valid.
         
        INVALID_USER_DOMAIN_NAME = 54;
        See Also:
        Constant Field Values
      • CRITERION_PARAMETER_TOO_LONG_VALUE

        public static final int CRITERION_PARAMETER_TOO_LONG_VALUE
         Length of serialized criterion parameter exceeded size limit.
         
        CRITERION_PARAMETER_TOO_LONG = 55;
        See Also:
        Constant Field Values
      • AD_SCHEDULE_TIME_INTERVALS_OVERLAP_VALUE

        public static final int AD_SCHEDULE_TIME_INTERVALS_OVERLAP_VALUE
         Time interval in the AdSchedule overlaps with another AdSchedule.
         
        AD_SCHEDULE_TIME_INTERVALS_OVERLAP = 56;
        See Also:
        Constant Field Values
      • AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS_VALUE

        public static final int AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS_VALUE
         AdSchedule time interval cannot span multiple days.
         
        AD_SCHEDULE_INTERVAL_CANNOT_SPAN_MULTIPLE_DAYS = 57;
        See Also:
        Constant Field Values
      • AD_SCHEDULE_INVALID_TIME_INTERVAL_VALUE

        public static final int AD_SCHEDULE_INVALID_TIME_INTERVAL_VALUE
         AdSchedule time interval specified is invalid, endTime cannot be earlier
         than startTime.
         
        AD_SCHEDULE_INVALID_TIME_INTERVAL = 58;
        See Also:
        Constant Field Values
      • AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT_VALUE

        public static final int AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT_VALUE
         The number of AdSchedule entries in a day exceeds the limit.
         
        AD_SCHEDULE_EXCEEDED_INTERVALS_PER_DAY_LIMIT = 59;
        See Also:
        Constant Field Values
      • AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS_VALUE

        public static final int AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS_VALUE
         CriteriaId does not match the interval of the AdSchedule specified.
         
        AD_SCHEDULE_CRITERION_ID_MISMATCHING_FIELDS = 60;
        See Also:
        Constant Field Values
      • CANNOT_BID_MODIFY_CRITERION_TYPE_VALUE

        public static final int CANNOT_BID_MODIFY_CRITERION_TYPE_VALUE
         Cannot set bid modifier for this criterion type.
         
        CANNOT_BID_MODIFY_CRITERION_TYPE = 61;
        See Also:
        Constant Field Values
      • CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT_VALUE

        public static final int CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT_VALUE
         Cannot bid modify criterion, since it is opted out of the campaign.
         
        CANNOT_BID_MODIFY_CRITERION_CAMPAIGN_OPTED_OUT = 62;
        See Also:
        Constant Field Values
      • CANNOT_BID_MODIFY_NEGATIVE_CRITERION_VALUE

        public static final int CANNOT_BID_MODIFY_NEGATIVE_CRITERION_VALUE
         Cannot set bid modifier for a negative criterion.
         
        CANNOT_BID_MODIFY_NEGATIVE_CRITERION = 63;
        See Also:
        Constant Field Values
      • BID_MODIFIER_ALREADY_EXISTS_VALUE

        public static final int BID_MODIFIER_ALREADY_EXISTS_VALUE
         Bid Modifier already exists. Use SET operation to update.
         
        BID_MODIFIER_ALREADY_EXISTS = 64;
        See Also:
        Constant Field Values
      • FEED_ID_NOT_ALLOWED_VALUE

        public static final int FEED_ID_NOT_ALLOWED_VALUE
         Feed Id is not allowed in these Location Groups.
         
        FEED_ID_NOT_ALLOWED = 65;
        See Also:
        Constant Field Values
      • ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE_VALUE

        public static final int ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE_VALUE
         The account may not use the requested criteria type. For example, some
         accounts are restricted to keywords only.
         
        ACCOUNT_INELIGIBLE_FOR_CRITERIA_TYPE = 66;
        See Also:
        Constant Field Values
      • CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_VALUE

        public static final int CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY_VALUE
         The requested criteria type cannot be used with campaign or ad group
         bidding strategy.
         
        CRITERIA_TYPE_INVALID_FOR_BIDDING_STRATEGY = 67;
        See Also:
        Constant Field Values
      • CANNOT_EXCLUDE_CRITERION_VALUE

        public static final int CANNOT_EXCLUDE_CRITERION_VALUE
         The Criterion is not allowed to be excluded.
         
        CANNOT_EXCLUDE_CRITERION = 68;
        See Also:
        Constant Field Values
      • CANNOT_REMOVE_CRITERION_VALUE

        public static final int CANNOT_REMOVE_CRITERION_VALUE
         The criterion is not allowed to be removed. For example, we cannot remove
         any of the device criterion.
         
        CANNOT_REMOVE_CRITERION = 69;
        See Also:
        Constant Field Values
      • INVALID_PRODUCT_BIDDING_CATEGORY_VALUE

        public static final int INVALID_PRODUCT_BIDDING_CATEGORY_VALUE
         Bidding categories do not form a valid path in the Shopping bidding
         category taxonomy.
         
        INVALID_PRODUCT_BIDDING_CATEGORY = 76;
        See Also:
        Constant Field Values
      • MISSING_SHOPPING_SETTING_VALUE

        public static final int MISSING_SHOPPING_SETTING_VALUE
         ShoppingSetting must be added to the campaign before ProductScope
         criteria can be added.
         
        MISSING_SHOPPING_SETTING = 77;
        See Also:
        Constant Field Values
      • INVALID_MATCHING_FUNCTION_VALUE

        public static final int INVALID_MATCHING_FUNCTION_VALUE
         Matching function is invalid.
         
        INVALID_MATCHING_FUNCTION = 78;
        See Also:
        Constant Field Values
      • LOCATION_FILTER_NOT_ALLOWED_VALUE

        public static final int LOCATION_FILTER_NOT_ALLOWED_VALUE
         Filter parameters not allowed for location groups targeting.
         
        LOCATION_FILTER_NOT_ALLOWED = 79;
        See Also:
        Constant Field Values
      • INVALID_FEED_FOR_LOCATION_FILTER_VALUE

        public static final int INVALID_FEED_FOR_LOCATION_FILTER_VALUE
         Feed not found, or the feed is not an enabled location feed.
         
        INVALID_FEED_FOR_LOCATION_FILTER = 98;
        See Also:
        Constant Field Values
      • LOCATION_FILTER_INVALID_VALUE

        public static final int LOCATION_FILTER_INVALID_VALUE
         Given location filter parameter is invalid for location groups targeting.
         
        LOCATION_FILTER_INVALID = 80;
        See Also:
        Constant Field Values
      • CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS_VALUE

        public static final int CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS_VALUE
         Cannot set geo target constants and feed item sets at the same time.
         
        CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_FEED_ITEM_SETS = 123;
        See Also:
        Constant Field Values
      • CANNOT_SET_BOTH_ASSET_SET_AND_FEED_VALUE

        public static final int CANNOT_SET_BOTH_ASSET_SET_AND_FEED_VALUE
         Cannot set both assetset and feed at the same time.
         
        CANNOT_SET_BOTH_ASSET_SET_AND_FEED = 140;
        See Also:
        Constant Field Values
      • CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER_VALUE

        public static final int CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER_VALUE
         Cannot set feed or feed item sets for Customer.
         
        CANNOT_SET_FEED_OR_FEED_ITEM_SETS_FOR_CUSTOMER = 142;
        See Also:
        Constant Field Values
      • CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER_VALUE

        public static final int CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER_VALUE
         Cannot set AssetSet criteria for customer.
         
        CANNOT_SET_ASSET_SET_FIELD_FOR_CUSTOMER = 150;
        See Also:
        Constant Field Values
      • CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS_VALUE

        public static final int CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS_VALUE
         Cannot set geo target constants and asset sets at the same time.
         
        CANNOT_SET_GEO_TARGET_CONSTANTS_WITH_ASSET_SETS = 143;
        See Also:
        Constant Field Values
      • CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS_VALUE

        public static final int CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS_VALUE
         Cannot set asset sets and feed item sets at the same time.
         
        CANNOT_SET_ASSET_SETS_WITH_FEED_ITEM_SETS = 144;
        See Also:
        Constant Field Values
      • INVALID_LOCATION_GROUP_ASSET_SET_VALUE

        public static final int INVALID_LOCATION_GROUP_ASSET_SET_VALUE
         The location group asset set id is invalid
         
        INVALID_LOCATION_GROUP_ASSET_SET = 141;
        See Also:
        Constant Field Values
      • INVALID_LOCATION_GROUP_RADIUS_VALUE

        public static final int INVALID_LOCATION_GROUP_RADIUS_VALUE
         The location group radius is in the range but not at the valid increment.
         
        INVALID_LOCATION_GROUP_RADIUS = 124;
        See Also:
        Constant Field Values
      • INVALID_LOCATION_GROUP_RADIUS_UNIT_VALUE

        public static final int INVALID_LOCATION_GROUP_RADIUS_UNIT_VALUE
         The location group radius unit is invalid.
         
        INVALID_LOCATION_GROUP_RADIUS_UNIT = 125;
        See Also:
        Constant Field Values
      • CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP_VALUE

        public static final int CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP_VALUE
         Criteria type cannot be associated with a campaign and its ad group(s)
         simultaneously.
         
        CANNOT_ATTACH_CRITERIA_AT_CAMPAIGN_AND_ADGROUP = 81;
        See Also:
        Constant Field Values
      • HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION_VALUE

        public static final int HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION_VALUE
         Range represented by hotel length of stay's min nights and max nights
         overlaps with an existing criterion.
         
        HOTEL_LENGTH_OF_STAY_OVERLAPS_WITH_EXISTING_CRITERION = 82;
        See Also:
        Constant Field Values
      • HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION_VALUE

        public static final int HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION_VALUE
         Range represented by hotel advance booking window's min days and max days
         overlaps with an existing criterion.
         
        HOTEL_ADVANCE_BOOKING_WINDOW_OVERLAPS_WITH_EXISTING_CRITERION = 83;
        See Also:
        Constant Field Values
      • FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING_VALUE

        public static final int FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING_VALUE
         The field is not allowed to be set when the negative field is set to
         true, for example, we don't allow bids in negative ad group or campaign
         criteria.
         
        FIELD_INCOMPATIBLE_WITH_NEGATIVE_TARGETING = 84;
        See Also:
        Constant Field Values
      • INVALID_WEBPAGE_CONDITION_VALUE

        public static final int INVALID_WEBPAGE_CONDITION_VALUE
         The combination of operand and operator in webpage condition is invalid.
         
        INVALID_WEBPAGE_CONDITION = 85;
        See Also:
        Constant Field Values
      • INVALID_WEBPAGE_CONDITION_URL_VALUE

        public static final int INVALID_WEBPAGE_CONDITION_URL_VALUE
         The URL of webpage condition is invalid.
         
        INVALID_WEBPAGE_CONDITION_URL = 86;
        See Also:
        Constant Field Values
      • WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY_VALUE

        public static final int WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY_VALUE
         The URL of webpage condition cannot be empty or contain white space.
         
        WEBPAGE_CONDITION_URL_CANNOT_BE_EMPTY = 87;
        See Also:
        Constant Field Values
      • WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL_VALUE

        public static final int WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL_VALUE
         The URL of webpage condition contains an unsupported protocol.
         
        WEBPAGE_CONDITION_URL_UNSUPPORTED_PROTOCOL = 88;
        See Also:
        Constant Field Values
      • WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS_VALUE

        public static final int WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS_VALUE
         The URL of webpage condition cannot be an IP address.
         
        WEBPAGE_CONDITION_URL_CANNOT_BE_IP_ADDRESS = 89;
        See Also:
        Constant Field Values
      • WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING_VALUE

        public static final int WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING_VALUE
         The domain of the URL is not consistent with the domain in campaign
         setting.
         
        WEBPAGE_CONDITION_URL_DOMAIN_NOT_CONSISTENT_WITH_CAMPAIGN_SETTING = 90;
        See Also:
        Constant Field Values
      • WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX_VALUE

        public static final int WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX_VALUE
         The URL of webpage condition cannot be a public suffix itself.
         
        WEBPAGE_CONDITION_URL_CANNOT_BE_PUBLIC_SUFFIX = 91;
        See Also:
        Constant Field Values
      • WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX_VALUE

        public static final int WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX_VALUE
         The URL of webpage condition has an invalid public suffix.
         
        WEBPAGE_CONDITION_URL_INVALID_PUBLIC_SUFFIX = 92;
        See Also:
        Constant Field Values
      • WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED_VALUE

        public static final int WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED_VALUE
         Value track parameter is not supported in webpage condition URL.
         
        WEBPAGE_CONDITION_URL_VALUE_TRACK_VALUE_NOT_SUPPORTED = 93;
        See Also:
        Constant Field Values
      • WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION_VALUE

        public static final int WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION_VALUE
         Only one URL-EQUALS webpage condition is allowed in a webpage
         criterion and it cannot be combined with other conditions.
         
        WEBPAGE_CRITERION_URL_EQUALS_CAN_HAVE_ONLY_ONE_CONDITION = 94;
        See Also:
        Constant Field Values
      • WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP_VALUE

        public static final int WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP_VALUE
         A webpage criterion cannot be added to a non-DSA ad group.
         
        WEBPAGE_CRITERION_NOT_SUPPORTED_ON_NON_DSA_AD_GROUP = 95;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS_VALUE

        public static final int CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS_VALUE
         Cannot add positive user list criteria in Smart Display campaigns.
         
        CANNOT_TARGET_USER_LIST_FOR_SMART_DISPLAY_CAMPAIGNS = 99;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS_VALUE

        public static final int CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS_VALUE
         Cannot add positive placement criterion types in search campaigns.
         
        CANNOT_TARGET_PLACEMENTS_FOR_SEARCH_CAMPAIGNS = 126;
        See Also:
        Constant Field Values
      • LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES_VALUE

        public static final int LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES_VALUE
         Listing scope contains too many dimension types.
         
        LISTING_SCOPE_TOO_MANY_DIMENSION_TYPES = 100;
        See Also:
        Constant Field Values
      • LISTING_SCOPE_TOO_MANY_IN_OPERATORS_VALUE

        public static final int LISTING_SCOPE_TOO_MANY_IN_OPERATORS_VALUE
         Listing scope has too many IN operators.
         
        LISTING_SCOPE_TOO_MANY_IN_OPERATORS = 101;
        See Also:
        Constant Field Values
      • LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED_VALUE

        public static final int LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED_VALUE
         Listing scope contains IN operator on an unsupported dimension type.
         
        LISTING_SCOPE_IN_OPERATOR_NOT_SUPPORTED = 102;
        See Also:
        Constant Field Values
      • DUPLICATE_LISTING_DIMENSION_TYPE_VALUE

        public static final int DUPLICATE_LISTING_DIMENSION_TYPE_VALUE
         There are dimensions with duplicate dimension type.
         
        DUPLICATE_LISTING_DIMENSION_TYPE = 103;
        See Also:
        Constant Field Values
      • DUPLICATE_LISTING_DIMENSION_VALUE_VALUE

        public static final int DUPLICATE_LISTING_DIMENSION_VALUE_VALUE
         There are dimensions with duplicate dimension value.
         
        DUPLICATE_LISTING_DIMENSION_VALUE = 104;
        See Also:
        Constant Field Values
      • CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION_VALUE

        public static final int CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION_VALUE
         Listing group SUBDIVISION nodes cannot have bids.
         
        CANNOT_SET_BIDS_ON_LISTING_GROUP_SUBDIVISION = 105;
        See Also:
        Constant Field Values
      • INVALID_LISTING_GROUP_HIERARCHY_VALUE

        public static final int INVALID_LISTING_GROUP_HIERARCHY_VALUE
         Ad group is invalid due to the listing groups it contains.
         
        INVALID_LISTING_GROUP_HIERARCHY = 106;
        See Also:
        Constant Field Values
      • LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN_VALUE

        public static final int LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN_VALUE
         Listing group unit cannot have children.
         
        LISTING_GROUP_UNIT_CANNOT_HAVE_CHILDREN = 107;
        See Also:
        Constant Field Values
      • LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE_VALUE

        public static final int LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE_VALUE
         Subdivided listing groups must have an "others" case.
         
        LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE = 108;
        See Also:
        Constant Field Values
      • LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS_VALUE

        public static final int LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS_VALUE
         Dimension type of listing group must be the same as that of its siblings.
         
        LISTING_GROUP_REQUIRES_SAME_DIMENSION_TYPE_AS_SIBLINGS = 109;
        See Also:
        Constant Field Values
      • LISTING_GROUP_ALREADY_EXISTS_VALUE

        public static final int LISTING_GROUP_ALREADY_EXISTS_VALUE
         Listing group cannot be added to the ad group because it already exists.
         
        LISTING_GROUP_ALREADY_EXISTS = 110;
        See Also:
        Constant Field Values
      • LISTING_GROUP_DOES_NOT_EXIST_VALUE

        public static final int LISTING_GROUP_DOES_NOT_EXIST_VALUE
         Listing group referenced in the operation was not found in the ad group.
         
        LISTING_GROUP_DOES_NOT_EXIST = 111;
        See Also:
        Constant Field Values
      • LISTING_GROUP_CANNOT_BE_REMOVED_VALUE

        public static final int LISTING_GROUP_CANNOT_BE_REMOVED_VALUE
         Recursive removal failed because listing group subdivision is being
         created or modified in this request.
         
        LISTING_GROUP_CANNOT_BE_REMOVED = 112;
        See Also:
        Constant Field Values
      • INVALID_LISTING_GROUP_TYPE_VALUE

        public static final int INVALID_LISTING_GROUP_TYPE_VALUE
         Listing group type is not allowed for specified ad group criterion type.
         
        INVALID_LISTING_GROUP_TYPE = 113;
        See Also:
        Constant Field Values
      • LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID_VALUE

        public static final int LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID_VALUE
         Listing group in an ADD operation specifies a non temporary criterion id.
         
        LISTING_GROUP_ADD_MAY_ONLY_USE_TEMP_ID = 114;
        See Also:
        Constant Field Values
      • LISTING_SCOPE_TOO_LONG_VALUE

        public static final int LISTING_SCOPE_TOO_LONG_VALUE
         The combined length of dimension values of the Listing scope criterion
         is too long.
         
        LISTING_SCOPE_TOO_LONG = 115;
        See Also:
        Constant Field Values
      • LISTING_SCOPE_TOO_MANY_DIMENSIONS_VALUE

        public static final int LISTING_SCOPE_TOO_MANY_DIMENSIONS_VALUE
         Listing scope contains too many dimensions.
         
        LISTING_SCOPE_TOO_MANY_DIMENSIONS = 116;
        See Also:
        Constant Field Values
      • LISTING_GROUP_TOO_LONG_VALUE

        public static final int LISTING_GROUP_TOO_LONG_VALUE
         The combined length of dimension values of the Listing group criterion is
         too long.
         
        LISTING_GROUP_TOO_LONG = 117;
        See Also:
        Constant Field Values
      • LISTING_GROUP_TREE_TOO_DEEP_VALUE

        public static final int LISTING_GROUP_TREE_TOO_DEEP_VALUE
         Listing group tree is too deep.
         
        LISTING_GROUP_TREE_TOO_DEEP = 118;
        See Also:
        Constant Field Values
      • INVALID_LISTING_DIMENSION_VALUE

        public static final int INVALID_LISTING_DIMENSION_VALUE
         Listing dimension is invalid (for example, dimension contains illegal
         value, dimension type is represented with wrong class, etc). Listing
         dimension value can not contain "==" or "&+".
         
        INVALID_LISTING_DIMENSION = 119;
        See Also:
        Constant Field Values
      • INVALID_LISTING_DIMENSION_TYPE_VALUE

        public static final int INVALID_LISTING_DIMENSION_TYPE_VALUE
         Listing dimension type is either invalid for campaigns of this type or
         cannot be used in the current context. BIDDING_CATEGORY_Lx and
         PRODUCT_TYPE_Lx dimensions must be used in ascending order of their
         levels: L1, L2, L3, L4, L5... The levels must be specified sequentially
         and start from L1. Furthermore, an "others" Listing group cannot be
         subdivided with a dimension of the same type but of a higher level
         ("others" BIDDING_CATEGORY_L3 can be subdivided with BRAND but not with
         BIDDING_CATEGORY_L4).
         
        INVALID_LISTING_DIMENSION_TYPE = 120;
        See Also:
        Constant Field Values
      • ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY_VALUE

        public static final int ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY_VALUE
         Customer is not on allowlist for composite audience in display campaigns.
         
        ADVERTISER_NOT_ON_ALLOWLIST_FOR_COMBINED_AUDIENCE_ON_DISPLAY = 127;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE_VALUE

        public static final int CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE_VALUE
         Cannot target on a removed combined audience.
         
        CANNOT_TARGET_REMOVED_COMBINED_AUDIENCE = 128;
        See Also:
        Constant Field Values
      • INVALID_COMBINED_AUDIENCE_ID_VALUE

        public static final int INVALID_COMBINED_AUDIENCE_ID_VALUE
         Combined audience ID is invalid.
         
        INVALID_COMBINED_AUDIENCE_ID = 129;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE_VALUE

        public static final int CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE_VALUE
         Can not target removed combined audience.
         
        CANNOT_TARGET_REMOVED_CUSTOM_AUDIENCE = 130;
        See Also:
        Constant Field Values
      • HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION_VALUE

        public static final int HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION_VALUE
         Range represented by hotel check-in date's start date and end date
         overlaps with an existing criterion.
         
        HOTEL_CHECK_IN_DATE_RANGE_OVERLAPS_WITH_EXISTING_CRITERION = 131;
        See Also:
        Constant Field Values
      • HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY_VALUE

        public static final int HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY_VALUE
         Start date is earlier than earliest allowed value of yesterday UTC.
         
        HOTEL_CHECK_IN_DATE_RANGE_START_DATE_TOO_EARLY = 132;
        See Also:
        Constant Field Values
      • HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE_VALUE

        public static final int HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE_VALUE
         End date later is than latest allowed day of 330 days in the future UTC.
         
        HOTEL_CHECK_IN_DATE_RANGE_END_DATE_TOO_LATE = 133;
        See Also:
        Constant Field Values
      • HOTEL_CHECK_IN_DATE_RANGE_REVERSED_VALUE

        public static final int HOTEL_CHECK_IN_DATE_RANGE_REVERSED_VALUE
         Start date is after end date.
         
        HOTEL_CHECK_IN_DATE_RANGE_REVERSED = 134;
        See Also:
        Constant Field Values
      • BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED_VALUE

        public static final int BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED_VALUE
         Broad match modifier (BMM) keywords can no longer be created. See
         https://ads-developers.googleblog.com/2021/06/broad-match-modifier-upcoming-changes.html.
         
        BROAD_MATCH_MODIFIER_KEYWORD_NOT_ALLOWED = 135;
        See Also:
        Constant Field Values
      • ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP_VALUE

        public static final int ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP_VALUE
         Only one audience is allowed in an asset group.
         
        ONE_AUDIENCE_ALLOWED_PER_ASSET_GROUP = 136;
        See Also:
        Constant Field Values
      • AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE_VALUE

        public static final int AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE_VALUE
         Audience is not supported for the specified campaign type.
         
        AUDIENCE_NOT_ELIGIBLE_FOR_CAMPAIGN_TYPE = 137;
        See Also:
        Constant Field Values
      • AUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE_VALUE

        public static final int AUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE_VALUE
         Audience is not allowed to attach when use_audience_grouped bit is set to
         false.
         
        AUDIENCE_NOT_ALLOWED_TO_ATTACH_WHEN_AUDIENCE_GROUPED_SET_TO_FALSE = 138;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST_VALUE

        public static final int CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST_VALUE
         Targeting is not allowed for Customer Match lists as per Customer Match
         policy. See
         https://support.google.com/google-ads/answer/6299717.
         
        CANNOT_TARGET_CUSTOMER_MATCH_USER_LIST = 139;
        See Also:
        Constant Field Values
      • NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST_VALUE

        public static final int NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST_VALUE
         Cannot create a negative keyword list criterion with a shared set that
         does not exist.
         
        NEGATIVE_KEYWORD_SHARED_SET_DOES_NOT_EXIST = 145;
        See Also:
        Constant Field Values
      • CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET_VALUE

        public static final int CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET_VALUE
         Cannot create a negative keyword list with deleted shared set.
         
        CANNOT_ADD_REMOVED_NEGATIVE_KEYWORD_SHARED_SET = 146;
        See Also:
        Constant Field Values
      • CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT_VALUE

        public static final int CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT_VALUE
         Can only have one Negative Keyword List per account.
         
        CANNOT_HAVE_MULTIPLE_NEGATIVE_KEYWORD_LIST_PER_ACCOUNT = 147;
        See Also:
        Constant Field Values
      • CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE_VALUE

        public static final int CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE_VALUE
         Only allowlisted customers can add criteria of this type.
         
        CUSTOMER_CANNOT_ADD_CRITERION_OF_THIS_TYPE = 149;
        See Also:
        Constant Field Values
      • CANNOT_TARGET_SIMILAR_USER_LIST_VALUE

        public static final int CANNOT_TARGET_SIMILAR_USER_LIST_VALUE
         Targeting for Similar audiences is not supported, since this feature has
         been deprecated. See
         https://support.google.com/google-ads/answer/12463119 to learn more.
         
        CANNOT_TARGET_SIMILAR_USER_LIST = 151;
        See Also:
        Constant Field Values
      • CANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET_VALUE

        public static final int CANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET_VALUE
         Audience segment criteria cannot be added when use_audience_grouped bit
         is set.
         
        CANNOT_ADD_AUDIENCE_SEGMENT_CRITERION_WHEN_AUDIENCE_GROUPED_IS_SET = 152;
        See Also:
        Constant Field Values
      • ONE_AUDIENCE_ALLOWED_PER_AD_GROUP_VALUE

        public static final int ONE_AUDIENCE_ALLOWED_PER_AD_GROUP_VALUE
         Only one audience is allowed in an ad group.
         
        ONE_AUDIENCE_ALLOWED_PER_AD_GROUP = 153;
        See Also:
        Constant Field Values
      • INVALID_DETAILED_DEMOGRAPHIC_VALUE

        public static final int INVALID_DETAILED_DEMOGRAPHIC_VALUE
         Invalid detailed demographics criterion.
         
        INVALID_DETAILED_DEMOGRAPHIC = 154;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static CriterionErrorEnum.CriterionError[] 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 (CriterionErrorEnum.CriterionError c : CriterionErrorEnum.CriterionError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CriterionErrorEnum.CriterionError 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 CriterionErrorEnum.CriterionError 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
      • forNumber

        public static CriterionErrorEnum.CriterionError forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • 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 CriterionErrorEnum.CriterionError 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