public interface AccountLabelServiceInterface
Labels created by a manager are not accessible to any customers managed by this manager. Only manager customers may create these labels.
Note that label access works a little differently in the API than it does in the AdWords UI. In the UI, a manager will never see a submanager's labels, and will always be using his own labels regardless of which managed account he is viewing. In this API, like other API services, if you specify a submanager as the effective account for the API request, then the request will operate on the submanager's labels.
To apply a label to a managed customer, see ManagedCustomerService#mutateLabel.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1
| Modifier and Type | Method and Description |
|---|---|
AccountLabelPage |
get(Selector selector)
Returns a list of labels specified by the selector for the authenticated user.
|
AccountLabelReturnValue |
mutate(List<AccountLabelOperation> operations)
Possible actions:
Create a new label - create a new
Label and call mutate with ADD operator
Edit the label name - set the appropriate fields in your Label and call
mutate with the SET operator. |
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/mcm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.mcm.AccountLabelServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/mcm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.mcm.AccountLabelServiceInterfacegetResponse") AccountLabelPage get(Selector selector) throws ApiException
selector - filters the list of labels to returnselector - ApiException - if a problem occurs fetching the information requestedApiException@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/mcm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.mcm.AccountLabelServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/mcm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.mcm.AccountLabelServiceInterfacemutateResponse") AccountLabelReturnValue mutate(List<AccountLabelOperation> operations) throws ApiException
Label and call mutate with ADD operator
operations - list of unique operations to be executed in a single transaction, in the
order specified.operations - ApiException - if problems occurs while modifying label informationApiExceptionCopyright © 2023. All rights reserved.