public interface DataServiceInterface
Selector.
This is disabled for AdX.
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 |
|---|---|
AdGroupBidLandscapePage |
getAdGroupBidLandscape(Selector serviceSelector)
Returns a list of
AdGroupBidLandscapes for the ad groups specified in the selector. |
CriterionBidLandscapePage |
getCampaignCriterionBidLandscape(Selector serviceSelector)
Returns a list of
CriterionBidLandscapes for the campaign criteria specified in the
selector. |
CriterionBidLandscapePage |
getCriterionBidLandscape(Selector serviceSelector)
Returns a list of
CriterionBidLandscapes for the criteria specified in the selector. |
DomainCategoryPage |
getDomainCategory(Selector serviceSelector)
Returns a list of domain categories that can be used to create
WebPage criterion. |
AdGroupBidLandscapePage |
queryAdGroupBidLandscape(String query)
Returns a list of
AdGroupBidLandscapes for the ad groups that match the query. |
CriterionBidLandscapePage |
queryCampaignCriterionBidLandscape(String query)
Returns a list of
CriterionBidLandscapes for the campaign criteria that match the
query. |
CriterionBidLandscapePage |
queryCriterionBidLandscape(String query)
Returns a list of
CriterionBidLandscapes for the criteria that match the query. |
DomainCategoryPage |
queryDomainCategory(String query)
Returns a list of domain categories that can be used to create
WebPage criterion. |
@RequestWrapper(localName="getAdGroupBidLandscape", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetAdGroupBidLandscape") @ResponseWrapper(localName="getAdGroupBidLandscapeResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetAdGroupBidLandscapeResponse") AdGroupBidLandscapePage getAdGroupBidLandscape(Selector serviceSelector) throws ApiException_Exception
AdGroupBidLandscapes for the ad groups specified in the selector.
In the result, the returned LandscapePoints are grouped into
AdGroupBidLandscapes by their ad groups, and numberResults of paging limits the total
number of LandscapePoints instead of number of AdGroupBidLandscapes.serviceSelector - Selects the entities to return bid landscapes for.serviceSelector - ApiException - when there is at least one error with the request.ApiException_Exception@RequestWrapper(localName="getCampaignCriterionBidLandscape", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetCampaignCriterionBidLandscape") @ResponseWrapper(localName="getCampaignCriterionBidLandscapeResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetCampaignCriterionBidLandscapeResponse") CriterionBidLandscapePage getCampaignCriterionBidLandscape(Selector serviceSelector) throws ApiException_Exception
CriterionBidLandscapes for the campaign criteria specified in the
selector. In the result, the returned LandscapePoints are grouped into
CriterionBidLandscapes by their campaign id and criterion id, and numberResults
of paging limits the total number of LandscapePoints instead of number of
CriterionBidLandscapes.serviceSelector - Selects the entities to return bid landscapes for.serviceSelector - ApiException - when there is at least one error with the request.ApiException_Exception@RequestWrapper(localName="getCriterionBidLandscape", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetCriterionBidLandscape") @ResponseWrapper(localName="getCriterionBidLandscapeResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetCriterionBidLandscapeResponse") CriterionBidLandscapePage getCriterionBidLandscape(Selector serviceSelector) throws ApiException_Exception
CriterionBidLandscapes for the criteria specified in the selector.
In the result, the returned LandscapePoints are grouped into
CriterionBidLandscapes by their criteria, and numberResults of paging limits the total
number of LandscapePoints instead of number of CriterionBidLandscapes.serviceSelector - Selects the entities to return bid landscapes for.serviceSelector - ApiException - when there is at least one error with the request.ApiException_Exception@RequestWrapper(localName="getDomainCategory", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetDomainCategory") @ResponseWrapper(localName="getDomainCategoryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacegetDomainCategoryResponse") DomainCategoryPage getDomainCategory(Selector serviceSelector) throws ApiException_Exception
WebPage criterion.serviceSelector - Selects the entities to return domain categories for.serviceSelector - ApiException - when there is at least one error with the request.ApiException_Exception@RequestWrapper(localName="queryAdGroupBidLandscape", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryAdGroupBidLandscape") @ResponseWrapper(localName="queryAdGroupBidLandscapeResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryAdGroupBidLandscapeResponse") AdGroupBidLandscapePage queryAdGroupBidLandscape(String query) throws ApiException_Exception
AdGroupBidLandscapes for the ad groups that match the query. In the
result, the returned LandscapePoints are grouped into AdGroupBidLandscapes
by their ad groups, and numberResults of paging limits the total number of
LandscapePoints instead of number of AdGroupBidLandscapes.query - The SQL-like AWQL query string.query - ApiException - if problems occur while parsing the query or fetching bid landscapes.ApiException_Exception@RequestWrapper(localName="queryCampaignCriterionBidLandscape", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryCampaignCriterionBidLandscape") @ResponseWrapper(localName="queryCampaignCriterionBidLandscapeResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryCampaignCriterionBidLandscapeResponse") CriterionBidLandscapePage queryCampaignCriterionBidLandscape(String query) throws ApiException_Exception
CriterionBidLandscapes for the campaign criteria that match the
query. In the result, the returned LandscapePoints are grouped into
CriterionBidLandscapes by their campaign id and criterion id, and numberResults
of paging limits the total number of LandscapePoints instead of number of
CriterionBidLandscapes.query - The SQL-like AWQL query string.query - ApiException - if problems occur while parsing the query or fetching bid landscapes.ApiException_Exception@RequestWrapper(localName="queryCriterionBidLandscape", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryCriterionBidLandscape") @ResponseWrapper(localName="queryCriterionBidLandscapeResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryCriterionBidLandscapeResponse") CriterionBidLandscapePage queryCriterionBidLandscape(String query) throws ApiException_Exception
CriterionBidLandscapes for the criteria that match the query. In the
result, the returned LandscapePoints are grouped into CriterionBidLandscapes
by their criteria, and numberResults of paging limits the total number of
LandscapePoints instead of number of CriterionBidLandscapes.query - The SQL-like AWQL query string.query - ApiException - if problems occur while parsing the query or fetching bid landscapes.ApiException_Exception@RequestWrapper(localName="queryDomainCategory", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryDomainCategory") @ResponseWrapper(localName="queryDomainCategoryResponse", targetNamespace="https://adwords.google.com/api/adwords/cm/v201809", className="com.google.api.ads.adwords.jaxws.v201809.cm.DataServiceInterfacequeryDomainCategoryResponse") DomainCategoryPage queryDomainCategory(String query) throws ApiException_Exception
WebPage criterion.query - The SQL-like AWQL query string.query - ApiException - if problems occur while parsing the query
or fetching domain categories.ApiException_ExceptionCopyright © 2023. All rights reserved.