Procedural File: AdParamService.php
Source Location: /AdWords/v201008/cm/AdParamService.php
Classes:
AdParam
Represents an ad parameter. Use ad parameters to update numeric values
AdParamPage
Represents a page of AdParams returned by the AdParamService.
This represents an operation that includes an operator and an operand specified type.
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.
Points to a substring within an ad field or criterion.
Key of the violation. The key is used for referring to a violation when filing an exemption request.
Defines the required and optional elements within the header of a SOAP request.
Defines the elements within the header of a SOAP response.
AdParamSelector
A selector used to specify what AdParams should be returned.
The API error base class that provides details about an error that occurred while processing a service request.
Base class for exceptions.
AdParamErrorReason
The same ad param cannot be specified in multiple operations
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 validation error.
The single reason for the internal API error.
The reasons for the validation error.
The single reason for the whitelist error.
The reasons for the validation error.
This represents an operator that may be presented to an adsapi service.
The reasons for the validation error.
Enums for all the reasons an error can be thrown to the user during billing quota checks.
The reasons for the target error.
The reason for the rate exceeded error.
Error reason is unknown.
The reasons for the target error.
The reasons for Ad Scheduling errors.
The reasons for the target error.
AdParamServiceGet
<span class="constraint Required">This field is required and should not be {@code null}.</span>
AdParamServiceGetResponse
AdParamServiceMutate
<span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>
AdParamServiceMutateResponse
AdParamError
Errors for AdParamService.
AdParamOperation
Represents an operation on an AdParam. The supported operators are {@code SET} and {@code REMOVE}.
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 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.
A list of all errors associated with the @NotEmpty constraints.
Indicates that the customer is not whitelisted for accessing the API.
Errors associated with contents not null constraint.
A list of all errors associated with the @SupportedOperators constraints.
Encapsulates the errors thrown during developer quota checks.
A list of all errors associated with the Range constraint.
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.
A list of all errors associated with the @ContentsString constraint.
Errors that are thrown due to a database access problem.
Represents violations of a single policy by some text in a field.
Exception class for holding a list of service errors.
AdParamPolicyError
Policy violation for an AdParam.
AdParamService
AdParamService
Page Details:
Contains all client objects for the AdParamService 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]
|