public interface AdCustomizerFeedServiceInterface
This service is a convenience for creating and modifying ad customizer Feeds, but such Feeds can also be managed using a combination of the Feed, FeedMapping, and CustomerFeed services. This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.1
| Modifier and Type | Method and Description |
|---|---|
AdCustomizerFeedPage |
get(Selector selector)
Returns a list of AdCustomizerFeeds that meet the selector criteria.
|
AdCustomizerFeedReturnValue |
mutate(List<AdCustomizerFeedOperation> operations)
Adds, removes, or modifies AdCustomizerFeeds.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdCustomizerFeedServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdCustomizerFeedServiceInterfacegetResponse") AdCustomizerFeedPage get(Selector selector) throws ApiException_Exception
selector - Determines which AdCustomizerFeeds to return. If empty, all AdCustomizerFeeds
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.AdCustomizerFeedServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdCustomizerFeedServiceInterfacemutateResponse") AdCustomizerFeedReturnValue mutate(List<AdCustomizerFeedOperation> operations) throws ApiException_Exception
operations - The operations to apply.operations - ApiException - Indicates a problem with the request.ApiException_ExceptionCopyright © 2023. All rights reserved.