public interface CampaignGroupPerformanceTargetServiceInterface
CampaignGroupPerformanceTarget is an entity that specifies a time range for a campaign
group and various metrics by which the performance of that campaign group can be measured for
the time period that the performance target is active.
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 |
|---|---|
CampaignGroupPerformanceTargetPage |
get(Selector selector)
Returns the list of campaign group performance targets that meet the selector criteria.
|
CampaignGroupPerformanceTargetReturnValue |
mutate(List<CampaignGroupPerformanceTargetOperation> operations)
Adds, updates, or deletes campaign group performance targets.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupPerformanceTargetServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupPerformanceTargetServiceInterfacegetResponse") CampaignGroupPerformanceTargetPage get(Selector selector) throws ApiException_Exception
selector - specifying the CampaignGroupPerformanceTargets to return.selector - ApiException - if problems occurred while fetching campaign group performance target
information.ApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupPerformanceTargetServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.CampaignGroupPerformanceTargetServiceInterfacemutateResponse") CampaignGroupPerformanceTargetReturnValue mutate(List<CampaignGroupPerformanceTargetOperation> operations) throws ApiException_Exception
operations - A list of unique operations.operations - operations array.ApiException - if problems occurred while updating campaign group performance target
information.ApiException_ExceptionCopyright © 2023. All rights reserved.