public interface CustomerNegativeCriterionServiceInterface
| Modifier and Type | Method and Description |
|---|---|
CustomerNegativeCriterionPage |
get(Selector selector)
Returns a list of CustomerNegativeCriterion that meets the selector criteria
|
CustomerNegativeCriterionReturnValue |
mutate(List<CustomerNegativeCriterionOperation> operations)
Adds, removes negative criteria for a customer.
|
CustomerNegativeCriterionPage |
query(String query)
Returns the list of CustomerNegativeCriterion that match the query.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerNegativeCriterionServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerNegativeCriterionServiceInterfacegetResponse") CustomerNegativeCriterionPage get(Selector selector) throws ApiException_Exception
selector - filters the criteria returnedselector - ApiExceptionApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerNegativeCriterionServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerNegativeCriterionServiceInterfacemutateResponse") CustomerNegativeCriterionReturnValue mutate(List<CustomerNegativeCriterionOperation> operations) throws ApiException_Exception
operations - A list of operations to applyoperations - ApiExceptionApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerNegativeCriterionServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerNegativeCriterionServiceInterfacequeryResponse") CustomerNegativeCriterionPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiExceptionApiException_ExceptionCopyright © 2023. All rights reserved.