public interface AdGroupBidModifierServiceInterface
| Modifier and Type | Method and Description |
|---|---|
AdGroupBidModifierPage |
get(Selector selector)
Gets ad group level criterion bid modifiers.
|
AdGroupBidModifierReturnValue |
mutate(List<AdGroupBidModifierOperation> operations)
Adds, removes or updates ad group bid modifier overrides.
|
AdGroupBidModifierPage |
query(String query)
Returns a list of
AdGroupBidModifiers 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.AdGroupBidModifierServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupBidModifierServiceInterfacegetResponse") AdGroupBidModifierPage get(Selector selector) throws ApiException_Exception
selector - The selector specifying the AdGroupBidModifiers to return.selector - ApiException - when there is at least one error 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.AdGroupBidModifierServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupBidModifierServiceInterfacemutateResponse") AdGroupBidModifierReturnValue mutate(List<AdGroupBidModifierOperation> operations) throws ApiException_Exception
operations - The operations to apply.operations - ApiException - when there is at least one error 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.AdGroupBidModifierServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupBidModifierServiceInterfacequeryResponse") AdGroupBidModifierPage query(String query) throws ApiException_Exception
AdGroupBidModifiers that match 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.