| Package | Description |
|---|---|
| com.google.api.ads.adwords.jaxws.v201809.mcm |
| Modifier and Type | Method and Description |
|---|---|
AccountLabelPage |
AccountLabelServiceInterface.get(Selector selector)
Returns a list of labels specified by the selector for the authenticated user.
|
ManagedCustomerPage |
ManagedCustomerServiceInterface.get(Selector serviceSelector)
Returns the list of customers that meet the selector criteria.
|
List<Customer> |
CustomerServiceInterface.getCustomers()
Returns details of all the customers directly accessible by the user authenticating the call.
|
List<PendingInvitation> |
ManagedCustomerServiceInterface.getPendingInvitations(PendingInvitationSelector selector)
Returns the pending invitations for the customer IDs in the selector.
|
List<ServiceLink> |
CustomerServiceInterface.getServiceLinks(Selector selector)
Retrieves the list of service links for the authorized customer.
|
Customer |
CustomerServiceInterface.mutate(Customer customer)
Update the authorized customer.
|
AccountLabelReturnValue |
AccountLabelServiceInterface.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. |
ManagedCustomerReturnValue |
ManagedCustomerServiceInterface.mutate(List<ManagedCustomerOperation> operations)
Modifies or creates new
ManagedCustomers. |
ManagedCustomerLabelReturnValue |
ManagedCustomerServiceInterface.mutateLabel(List<ManagedCustomerLabelOperation> operations)
|
MutateLinkResults |
ManagedCustomerServiceInterface.mutateLink(List<LinkOperation> operations)
Modifies the ManagedCustomer forest.
|
MutateManagerResults |
ManagedCustomerServiceInterface.mutateManager(List<MoveOperation> operations)
Moves client customers to new managers (moving links).
|
List<ServiceLink> |
CustomerServiceInterface.mutateServiceLinks(List<ServiceLinkOperation> operations)
Modifies links to other services for the authorized customer.
|
Copyright © 2023. All rights reserved.