AdWords API
Feedback on this document

type TargetingIdeaError (v201302)

Base error class for the TargetingIdeaService.


Namespace
https://adwords.google.com/api/adwords/o/v201302
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.
TargetingIdeaError
reason TargetingIdeaError.Reason The error reason represented by an enum.
Enumerations
DUPLICATE_SEARCH_FILTER_TYPES_PRESENT
Error returned when there are multiple instance of same type of SearchParameters.
INSUFFICIENT_SEARCH_PARAMETERS
Error returned when the TargetingIdeaSelector doesn't have enough SearchParameters to execute request.
INVALID_ATTRIBUTE_TYPE
Error returned when an AttributeType doesn't match the IdeaType specified in the TargetingIdeaSelector. For example, if the KEYWORD idea type selector contain an AttributeType for PLACEMENT, this error will be returned.
INVALID_SEARCH_PARAMETERS
Error returned when a SearchParameter doesn't match the IdeaType specified in the TargetingIdeaSelector or is otherwise invalid. Error trigger usually contains the parameter name, and error details contain a more detailed explanation.
MUTUALLY_EXCLUSIVE_SEARCH_PARAMETERS_IN_QUERY
Error returned when a selector contains mutually exclusive parameters.
SERVICE_UNAVAILABLE
Error returned when the TargetingIdeaService is not available.
INVALID_URL_IN_SEARCH_PARAMETER
Error returned when the URL value specified in the TargetingIdeaSelector, such as RelatedToUrlSearchParameter, is not a valid URL.
TOO_MANY_RESULTS_REQUESTED
Error returned when the requested number of entries in TargetingIdeaSelector's Paging is greater than the maximum allowed.
NO_PAGING_IN_SELECTOR
Error returned when the requested Paging is missing from TargetingIdeaSelector when required.
INVALID_INCLUDED_EXCLUDED_KEYWORDS
Error returned when included keywords and excluded keywords in IdeaTextFilterSearchParameter, IdeaTextMatchesSearchParameter or ExcludedKeywordSearchParameter are overlapped.

Authentication required

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

Signing you in...

Google Developers needs your permission to do that.