Procedural File: AlertService.php
Source Location: /AdWords/v201101/mcm/AlertService.php
Classes:
Specifies the page of results to return in the response. A page is specified by the result position to start at and the maximum number of results to return.
Defines the required and optional elements within the header of a SOAP request.
Defines the elements within the header of a SOAP response.
The API error base class that provides details about an error that occurred while processing a service request.
Base class for exceptions.
Contains the results from a get call.
The single reason for the authentication failure.
The reasons for the database error.
Enums for the various reasons an error can be thrown as a result of ClientTerms violation.
The reasons for the database error.
The reasons for the target error.
The reasons for the validation error.
The single reason for the internal API error.
The single reason for the whitelist error.
Enums for all the reasons an error can be thrown to the user during billing quota checks.
The reason for the rate exceeded error.
Error reason is unknown.
The reasons for the target error.
The reasons for Ad Scheduling errors.
Errors that can occur when using AlertService.
Querying criteria for getting alerts.
Selector for querying for alerts.
Detail refers to a single event or condition that triggered its owning Alert.
Alert for a single client. Triggering events are grouped by AlertType into the same alert with multiple Details.
Base class for Get results for a page of entities that do not use statistics.
The possible reasons for an AlertError to occur.
Severity of an alert, represented as a "color".
Type of an alert.
Specification of which managed accounts a client manager is interested in.
Describes how a result set of alerts should be filtered based on the triggering account's ability to manage clients.
Specification of what trigger time alerts should match.
<span class="constraint Required">This field is required and should not be {@code null}.</span>
Errors returned when Authentication failed.
Errors that are thrown due to an authorization problem.
Encapsulates the errors thrown during client terms checks for adwords.
Errors associated with invalid dates and date ranges.
Errors related to distinct ids or content.
Indicates that a server-side error has occured. {@code InternalApiError}s are generally not the result of an invalid request or message sent by the client.
Indicates that the customer is not whitelisted for accessing the API.
Encapsulates the errors thrown during developer quota checks.
Signals that a call failed because a measured rate exceeded.
Encapsulates the generic errors thrown when there's an error with user request.
Errors due to missing required field.
Indicates that the number of entries in the request or response exceeds the system limit.
Errors that are thrown due to a database access problem.
Exception class for holding a list of service errors.
Contains a subset of Alerts resulting from the filtering and paging, returned by get(AlertSelector).
AlertService
Page Details:
Contains all client objects for the AlertService service.
PHP version 5 Copyright 2011, Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Tags:
Includes:
require_once(dirname(__FILE__)."/../../Lib/AdWordsSoapClient.php") [line 30]
|