public interface CampaignExtensionSettingServiceInterface
| Modifier and Type | Method and Description |
|---|---|
CampaignExtensionSettingPage |
get(Selector selector)
Returns a list of CampaignExtensionSettings that meet the selector criteria.
|
CampaignExtensionSettingReturnValue |
mutate(List<CampaignExtensionSettingOperation> operations)
Applies the list of mutate operations (add, remove, and set).
|
CampaignExtensionSettingPage |
query(String query)
Returns a list of CampaignExtensionSettings 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.CampaignExtensionSettingServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignExtensionSettingServiceInterfacegetResponse") CampaignExtensionSettingPage get(Selector selector) throws ApiException_Exception
selector - Determines which CampaignExtensionSettings to return. If empty, all
CampaignExtensionSettings 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.CampaignExtensionSettingServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignExtensionSettingServiceInterfacemutateResponse") CampaignExtensionSettingReturnValue mutate(List<CampaignExtensionSettingOperation> operations) throws ApiException_Exception
Beginning in v201509, add and set operations are treated identically. Performing an add operation on a campaign with an existing ExtensionSetting will cause the operation to be treated like a set operation. Performing a set operation on a campaign with no ExtensionSetting will cause the operation to be treated like an add operation.
operations - The operations to apply. The same CampaignExtensionSetting cannot be
specified in more than one operation.operations - CampaignExtensionSettings.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.CampaignExtensionSettingServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignExtensionSettingServiceInterfacequeryResponse") CampaignExtensionSettingPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query string.query - ApiException - Indicates a problem with the request.ApiException_ExceptionCopyright © 2023. All rights reserved.