public interface CampaignBidModifierServiceInterface
| Modifier and Type | Method and Description |
|---|---|
CampaignBidModifierPage |
get(Selector selector)
Returns the list of campaign bid modifiers that meet the selector criteria.
|
CampaignBidModifierReturnValue |
mutate(List<CampaignBidModifierOperation> operations)
Adds, updates, or deletes campaign bid modifiers.
|
CampaignBidModifierPage |
query(String query)
Returns a list of
CampaignBidModifiers 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.CampaignBidModifierServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignBidModifierServiceInterfacegetResponse") CampaignBidModifierPage get(Selector selector) throws ApiException_Exception
selector - specifying the CampaignBidModifiers to return.selector - ApiException - if problems occurred while fetching campaign bid modifier information.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignBidModifierServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignBidModifierServiceInterfacemutateResponse") CampaignBidModifierReturnValue mutate(List<CampaignBidModifierOperation> operations) throws ApiException_Exception
operations - A list of unique operations.operations -
operations array.ApiException - if problems occurred while updating campaign bid modifiers information.ApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignBidModifierServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignBidModifierServiceInterfacequeryResponse") CampaignBidModifierPage query(String query) throws ApiException_Exception
CampaignBidModifiers 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.