public interface AdGroupExtensionSettingServiceInterface
| Modifier and Type | Method and Description |
|---|---|
AdGroupExtensionSettingPage |
get(Selector selector)
Returns a list of AdGroupExtensionSettings that meet the selector criteria.
|
AdGroupExtensionSettingReturnValue |
mutate(List<AdGroupExtensionSettingOperation> operations)
Applies the list of mutate operations (add, remove, and set).
|
AdGroupExtensionSettingPage |
query(String query)
Returns a list of AdGroupExtensionSettings 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.AdGroupExtensionSettingServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupExtensionSettingServiceInterfacegetResponse") AdGroupExtensionSettingPage get(Selector selector) throws ApiException_Exception
selector - Determines which AdGroupExtensionSettings to return. If empty, all
AdGroupExtensionSettings 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.AdGroupExtensionSettingServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupExtensionSettingServiceInterfacemutateResponse") AdGroupExtensionSettingReturnValue mutate(List<AdGroupExtensionSettingOperation> operations) throws ApiException_Exception
Beginning in v201509, add and set operations are treated identically. Performing an add operation on an ad group with an existing ExtensionSetting will cause the operation to be treated like a set operation. Performing a set operation on an ad group with no ExtensionSetting will cause the operation to be treated like an add operation.
operations - The operations to apply. The same AdGroupExtensionSetting cannot be
specified in more than one operation.operations - AdGroupExtensionSettings.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.AdGroupExtensionSettingServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupExtensionSettingServiceInterfacequeryResponse") AdGroupExtensionSettingPage 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.