AdWords API
Feedback on this document

type AdGroupCriterionError (v201209)

Base error class for Ad Group Criterion Service.


Namespace
https://adwords.google.com/api/adwords/cm/v201209
Fields
Field Type Description
ApiError (inherited)
fieldPath xsd:string The OGNL field path to identify cause of error.
trigger xsd:string The data that caused the error.
errorString xsd:string A simple string representation of the error and reason.
ApiError.Type xsd:string Indicates that this instance is a subtype of ApiError. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.
AdGroupCriterionError
reason AdGroupCriterionError.Reason The error reason represented by an enum.
Enumerations
INVALID_ID_FILTER_TYPE
The valid field combinations to set in AdGroupCriterionIdFilter are: campaignId only, adGroupId only, criterionId only, and combination of (adGroupId, criterionId).
ID_FILTERS_HAVE_DIFF_FIELDS_SET
We require the list of AdGroupCriterionIdFilters all have the same set of the fields set. E.g, if one filter has only campaignId set, but another has only adGroupId set, then this error gets triggered. ID_FILTERS_HAVE_DIFF_FIELDS_SET,
INAPPLICABLE_FOR_NEGATIVE
When selecting negative criteria, filters may not be applied to biddable criteria.
INAPPLICABLE_FILTER_SPECIFIED
One or more filters specified are not applicable.
TOO_MANY_OPERTAIONS
Too many operations for a single call.
CANT_UPDATE_NEGATIVE
Negative ad group criteria are not updateable.
TYPE_MISMATCH
The wrong type (for the operation) was used. For example, if attempting to update an AdGroupCriterion of an existing adgroup but with a different biddability.
CONCRETE_TYPE_REQUIRED
Concrete type of criterion (keyword v.s. placement) is required for ADD and SET operations.
BID_INCOMPATIBLE_WITH_ADGROUP
Bid is incompatible with ad group's bidding settings.
NETWORK_NOT_OVERRIDABLE
CURRENCY_MISMATCH
There is a mismatch between the given bid's currency and the account's currency.
CRITERION_NOT_TARGETED
Tried to do an operation for a targeted criterion.
CANNOT_TARGET_AND_EXCLUDE
Cannot target and exclude the same criterion at once.
ILLEGAL_URL
The URL of a placement is invalid.
INVALID_VERTICAL_PATH
The path specified for the vertical is invalid.
NO_EFFECTIVE_BID_FOR_THIS_CRITERION
Adding a criterion to an ad group would result in that criterion not having an effective bid under that ad group.
INVALID_KEYWORD_TEXT
Keyword text was invalid.
INVALID_DESTINATION_URL
Destination URL was invalid.
MISSING_DESTINATION_URL_TAG
The destination url must contain at least one tag (e.g. {lpurl})
KEYWORD_LEVEL_BID_NOT_SUPPORTED_FOR_MANUALCPM
Keyword-level cpm bid is not supported
INVALID_USER_STATUS
For example, cannot add deleted biddable ad group criterion.
CANNOT_ADD_CRITERIA_TYPE
Criteria type cannot be targeted for the ad group. Either the account is restricted to keywords only, the criteria type is incompatible with the campaign's bidding strategy, or the criteria type can only be applied to campaigns.
CANNOT_EXCLUDE_CRITERIA_TYPE
Criteria type cannot be excluded for the ad group. Refer to the documentation for a specific criterion to check if it is excludable.
PRODUCT_FILTER_TOO_LONG
Product filter in the product criteria is translated to a string as operand1==argument1&+operand2==argument2, Maximum allowed length for the string is 255 chars.
INVALID_PRODUCT_FILTER
Product filter in the product criteria is has invalid characters, Operand and the argument in the filter cannot have "==" or "&+".
UNKNOWN

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.