public interface AdGroupCriterionServiceInterface
| Modifier and Type | Method and Description |
|---|---|
AdGroupCriterionPage |
get(Selector serviceSelector)
Gets adgroup criteria.
|
AdGroupCriterionReturnValue |
mutate(List<AdGroupCriterionOperation> operations)
Adds, removes or updates adgroup criteria.
|
AdGroupCriterionLabelReturnValue |
mutateLabel(List<AdGroupCriterionLabelOperation> operations)
Adds labels to the AdGroupCriterion or removes labels from the AdGroupCriterion
|
AdGroupCriterionPage |
query(String query)
Returns the list of AdGroupCriterion 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.AdGroupCriterionServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupCriterionServiceInterfacegetResponse") AdGroupCriterionPage get(Selector serviceSelector) throws ApiException_Exception
serviceSelector - filters the adgroup criteria to be returned.serviceSelector - ApiException - when there is at least one error with the requestApiException_Exception@RequestWrapper(localName="mutate", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupCriterionServiceInterfacemutate") @ResponseWrapper(localName="mutateResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupCriterionServiceInterfacemutateResponse") AdGroupCriterionReturnValue mutate(List<AdGroupCriterionOperation> operations) throws ApiException_Exception
operations - operations to do
during checks on keywords to be added.operations - ApiException - when there is at least one error with the requestApiException_Exception@RequestWrapper(localName="mutateLabel", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupCriterionServiceInterfacemutateLabel") @ResponseWrapper(localName="mutateLabelResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupCriterionServiceInterfacemutateLabelResponse") AdGroupCriterionLabelReturnValue mutateLabel(List<AdGroupCriterionLabelOperation> operations) throws ApiException_Exception
Add - Apply an existing label to an existing
ad group criterion. The adGroupId and
criterionId
must reference an existing ad group criterion. The
labelId must reference an existing label.
Remove - Removes the link between the specified ad group criterion and label.
operations - the operations to applyoperations - ApiException - when there are one or more errors with the requestApiException_Exception@RequestWrapper(localName="query", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupCriterionServiceInterfacequery") @ResponseWrapper(localName="queryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.AdGroupCriterionServiceInterfacequeryResponse") AdGroupCriterionPage query(String query) throws ApiException_Exception
query - The SQL-like AWQL query stringquery - ApiException - when the query is invalid or there are errors processing the request.ApiException_ExceptionCopyright © 2023. All rights reserved.