public interface AdGroupFeedServiceInterface
| Modifier and Type | Method and Description |
|---|---|
AdGroupFeedPage |
get(Selector selector)
Returns a list of AdGroupFeeds that meet the selector criteria.
|
AdGroupFeedReturnValue |
mutate(List<AdGroupFeedOperation> operations)
Adds, updates or removes AdGroupFeeds.
|
AdGroupFeedPage |
query(String query)
Returns the list of AdGroupFeeds 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.AdGroupFeedServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupFeedServiceInterfacegetResponse") AdGroupFeedPage get(Selector selector) throws ApiException_Exception
selector - Determines which AdGroupFeeds to return. If empty all
adgroup 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.AdGroupFeedServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupFeedServiceInterfacemutateResponse") AdGroupFeedReturnValue mutate(List<AdGroupFeedOperation> 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.AdGroupFeedServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupFeedServiceInterfacequeryResponse") AdGroupFeedPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiException - if problems occur while parsing the query or fetching AdGroupFeed.ApiException_ExceptionCopyright © 2023. All rights reserved.