public interface CampaignFeedServiceInterface
| Modifier and Type | Method and Description |
|---|---|
CampaignFeedPage |
get(Selector selector)
Returns a list of CampaignFeeds that meet the selector criteria.
|
CampaignFeedReturnValue |
mutate(List<CampaignFeedOperation> operations)
Adds, sets or removes CampaignFeeds.
|
CampaignFeedPage |
query(String query)
Returns a list of
CampaignFeeds inside a CampaignFeedPage that matches
the query. |
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignFeedServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignFeedServiceInterfacegetResponse") CampaignFeedPage get(Selector selector) throws ApiException_Exception
selector - Determines which CampaignFeeds to return. If empty all
Campaign 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.CampaignFeedServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignFeedServiceInterfacemutateResponse") CampaignFeedReturnValue mutate(List<CampaignFeedOperation> 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.CampaignFeedServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignFeedServiceInterfacequeryResponse") CampaignFeedPage query(String query) throws ApiException_Exception
CampaignFeeds inside a CampaignFeedPage that matches
the query.query - The SQL-like AWQL query string.query - ApiException - when there are one or more errors with the request.ApiException_ExceptionCopyright © 2023. All rights reserved.