public interface CampaignGroupServiceInterface
CampaignGroup organizes one or more
campaigns together and has its own budget.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
CampaignGroupPage |
get(Selector selector)
Returns the list of campaign groups that meet the selector criteria.
|
CampaignGroupReturnValue |
mutate(List<CampaignGroupOperation> operations)
Adds, updates, or deletes campaign groups.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupServiceInterfacegetResponse") CampaignGroupPage get(Selector selector) throws ApiException_Exception
selector - specifying the CampaignGroups to return.selector - ApiException - if problems occurred while fetching campaign group information.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupServiceInterfacemutateResponse") CampaignGroupReturnValue mutate(List<CampaignGroupOperation> operations) throws ApiException_Exception
operations - A list of unique operations.operations - operations array.ApiException - if problems occurred while updating campaign group information.ApiException_ExceptionCopyright © 2023. All rights reserved.