Use this service to retrieve alerts relating to managed accounts (such as a credit card expiring soon or a campaign ending). Each returned alert encapsulates a client ID with the alert severity, type, and any additional details.
- Production WSDL
-
https://adwords.google.com/api/adwords/mcm/v201306/AlertService?wsdl
- Namespace
-
https://adwords.google.com/api/adwords/mcm/v201306
- Operations
- Errors
get
Gets the list of alerts matching the specified clients and time period.
Parameters
Field | Type | Description |
---|---|---|
selector |
AlertSelector
|
selects the alerts for which to search. |
Response
Field | Type | Description |
---|---|---|
rval |
AlertPage
|
a page of alerts. |
Errors
Error | Reasons |
---|---|
AlertError | Errors that can occur when using AlertService. Enumerations
|
AuthenticationError | Errors returned when Authentication failed. Enumerations
|
AuthorizationError | Errors encountered when trying to authorize a user. Enumerations
|
ClientTermsError | Error due to user not accepting the AdWords terms of service. Enumerations
|
DatabaseError | Errors that are thrown due to a database access problem. Enumerations
|
DateError | Errors associated with invalid dates and date ranges. Enumerations
|
DistinctError | Errors related to distinct ids or content. Enumerations
|
IdError | Errors associated with the ids. Enumerations
|
InternalApiError | Indicates that a server-side error has occured. InternalApiError s
are generally not the result of an invalid request or message sent by the
client.Enumerations
|
NotWhitelistedError | Indicates that the customer is not whitelisted for accessing the API. Enumerations
|
QuotaCheckError | Encapsulates the errors thrown during developer quota checks. Enumerations
|
RangeError | A list of all errors associated with the Range constraint. Enumerations
|
RateExceededError | Signals that a call failed because a measured rate exceeded. Enumerations
|
ReadOnlyError | Errors from attempting to write to read-only fields. Enumerations
|
RequestError | Encapsulates the generic errors thrown when there's an error with user
request. Enumerations
|
RequiredError | Errors due to missing required field. Enumerations
|
SizeLimitError | Indicates that the number of entries in the request or response exceeds the system limit. Enumerations
|
StringLengthError | Errors associated with the length of the given string being
out of bounds. Enumerations
|