public interface AdServiceInterface
| Modifier and Type | Method and Description |
|---|---|
AdPage |
get(Selector serviceSelector)
Returns a list of
Ads. |
AdReturnValue |
mutate(List<AdOperation> operations)
Applies the list of mutate operations.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdServiceInterfacegetResponse") AdPage get(Selector serviceSelector) throws ApiException_Exception
Ads.serviceSelector - The selector specifying the Ads to return.serviceSelector - Ads that meet the criteria specified by the selector.{@link - ApiException} when there is at least one error with the request.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdServiceInterfacemutateResponse") AdReturnValue mutate(List<AdOperation> operations) throws ApiException_Exception
AdService, only SET operations are allowed.operations - The operations to apply.operations - Ads will be what is
saved.ApiException_ExceptionCopyright © 2023. All rights reserved.