public interface CustomerFeedServiceInterface
| Modifier and Type | Method and Description |
|---|---|
CustomerFeedPage |
get(Selector selector)
Returns a list of customer feeds that meet the selector criteria.
|
CustomerFeedReturnValue |
mutate(List<CustomerFeedOperation> operations)
Adds, sets, or removes customer feeds.
|
CustomerFeedPage |
query(String query)
Returns the list of customer feeds 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.CustomerFeedServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerFeedServiceInterfacegetResponse") CustomerFeedPage get(Selector selector) throws ApiException_Exception
selector - Determines which customer feeds to return. If empty, all
customer feeds are returned.selector - ApiException - Indicates a problem 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.CustomerFeedServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerFeedServiceInterfacemutateResponse") CustomerFeedReturnValue mutate(List<CustomerFeedOperation> operations) throws ApiException_Exception
operations - The operations to apply.operations - ApiException - Indicates a problem with the request.ApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerFeedServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CustomerFeedServiceInterfacequeryResponse") CustomerFeedPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiException - If problems occur while parsing the query or fetching CustomerFeed.ApiException_ExceptionCopyright © 2023. All rights reserved.