Service
AlertService
Dependencies
AlertSelector
▼
AlertQuery
Querying criteria for getting alerts.
- Namespace
-
https://adwords.google.com/api/adwords/mcm/v201306 - Fields
| Field | Type | Description |
|---|---|---|
| clientSpec Required
|
ClientSpec
|
Specifies what clients to get alerts for.
This field is required and should not be null.
Enumerations
|
| filterSpec Required
|
FilterSpec
|
Specifies whether/how to filter the result set based on whether the customer can manage.
This field is required and should not be null.
Enumerations
|
| types ContentsNotNull
|
AlertType[]
|
The specific types of Alerts to return.
This field must not contain null elements.
Enumerations
|
| severities ContentsNotNull
|
AlertSeverity[]
|
This field must not contain null elements.
Enumerations
|
| triggerTimeSpec Required
|
TriggerTimeSpec
|
Specifies what time interval for which to get alerts.
This field is required and should not be null.
Enumerations
|
| triggerTime |
xsd:string
|
If TriggerTimeSpec.CUSTOM_TIME is specified, only alerts generated after this time will be returned. String Format: yyyymmdd hhmmss zzz (e.g. 20100609 150223 UTC). |
| clientCustomerIds ContentsDistinct
|
xsd:long[]
|
If ClientSpec.ID_LIST is specified, only alerts for the client accounts specified here will be returned. This field must contain distinct elements. |