Procedural File: UserListService.php
Source Location: /AdWords/v201101/cm/UserListService.php
Classes:
The API error base class that provides details about an error that occurred while processing a service request.
Base class for exceptions.
Errors returned when Authentication failed.
Errors that are thrown due to an authorization problem.
Encapsulates the errors thrown during client terms checks for adwords.
Represents a conversion type used for building remarketing user lists.
Errors that are thrown due to a database access problem.
Represents a range of dates that has either an upper or a lower bound.
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.
Base list return value type.
An interface for a logical user list operand. A logical user list is a combination of logical rules. Each rule is defined as a logical operator and a list of operands. Those operands can be of type UserList or UserInterest.
A list of all errors associated with the @NotEmpty constraints.
Indicates that the customer is not whitelisted for accessing the API.
This represents an operation that includes an operator and an operand specified type.
Unauthorized access errors as determined by the invoked service's access policy.
Specifies how the resulting information should be sorted.
Contains the results from a get call.
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.
Specifies how an entity (eg. adgroup, campaign, criterion, ad) should be filtered.
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.
A list of all errors associated with the @ReadOnly constraint.
Encapsulates the generic errors thrown when there's an error with user request.
Errors due to missing required field.
A generic selector to specify the type of information to return.
Represents possible error codes for Selector.
Indicates that the number of entries in the request or response exceeds the system limit.
Defines the required and optional elements within the header of a SOAP request.
Defines the elements within the header of a SOAP response.
Represents a particular interest based vertical to be targeted.
Represents a UserList object that is sent over the wire.
Represents possible error codes in UserListService.
A user list logical rule. A rule has a logical operator (and/or/not) and a list of operands that can be user lists or user interests.
UserList operations for adding/updating UserList entities.
Contains a list of user lists resulting from the filtering and paging of the get call.
A container for return values from the UserListService.
AccessReason
AccessReason in the AccountUserListStatus table. This indicates the way the userlist is related to a user.
AccountUserListStatus
Status in the AccountUserListStatus table. This indicates if the user list share or the licensing of the userlist is still active.
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.
User can create only BOOMERANG_EVENT conversion types. For all other types UserListService service will return OTHER.
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 operation access error.
This represents an operator that may be presented to an adsapi service.
Defines the valid set of operators.
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.
The reasons for the target error.
Error reason is unknown.
The reasons for the target error.
The reasons for the target error.
The reasons for Ad Scheduling errors.
Size range in terms of number of users of a UserList/UserInterest.
Possible orders of sorting.
The user list types
Creating and updating external remarketing user lists is not supported.
And - all of the operands.
Membership status of the user list. This status indicates whether a user list can accumulate more users and may be targeted to.
<span class="constraint Required">This field is required and should not be {@code null}.</span>
<span class="constraint ContentsNotNull">This field must not contain {@code null} elements.</span>
Exception class for holding a list of service errors.
User lists created in the DoubleClick platform that are mapped from DoubleClick to AdWords.
Represents a user list that is a custom combination of user lists and user interests.
User list targeting as a collection of conversion types.
UserListService
Page Details:
Contains all client objects for the UserListService 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]
|