public interface TrafficEstimatorServiceInterface
To simply retrieve estimates for a list of proposed keywords, create a
campaign estimate request and a child
ad group estimate request with null IDs,
and then set the
keywordEstimateRequests
to contain the keywords.
You can refine the traffic estimates by setting campaign targeting options in the request. If an ad group ID is provided, all creatives from that ad group will be loaded and used to improve estimates.
The maximum number of keyword estimate requests across all campaign estimate requests and ad group estimate requests is 2500.
The maximum number of adgroup estimate requests across all campaign estimate requests is 50.
Note that the API returns intervals whereas the Traffic Estimator UI displays averages. Estimates are account specific since they are based on creatives already in the account. When comparing numbers, use the same account for the API and UI.
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 |
|---|---|
TrafficEstimatorResult |
get(TrafficEstimatorSelector selector)
Returns traffic estimates for specified criteria.
|
@RequestWrapper(localName="get", targetNamespace="https://adwords.google.com/api/adwords/o/v201809", className="com.google.api.ads.adwords.jaxws.v201809.o.TrafficEstimatorServiceInterfaceget") @ResponseWrapper(localName="getResponse", targetNamespace="https://adwords.google.com/api/adwords/o/v201809", className="com.google.api.ads.adwords.jaxws.v201809.o.TrafficEstimatorServiceInterfacegetResponse") TrafficEstimatorResult get(TrafficEstimatorSelector selector) throws ApiException
selector - Campaigns, ad groups and keywords for which traffic
should be estimated.selector - ApiException - if problems occurred while retrieving estimatesApiExceptionCopyright © 2023. All rights reserved.