Documentation for the requested version is not available.Documentation for the requested diff is not available.
TrafficEstimatorService
Provides keyword traffic estimates (such as clicks per day and cost per click)
for new or existing keywords. You can specify whether the TrafficEstimator should
estimate the keyword by itself, or whether it should take ad group-level criteria
or campaign-level criteria into consideration when doing the estimation.
For example, you could get estimates for a keyword either with or without
campaign-wide geotargeting criteria being taken into consideration.
To use this service:
Create one KeywordRequest object for each keyword to be
estimated. Create AdGroupRequest and CampaignRequest objects
as required. Set the details of the entities that are to be estimated.
Whether or not an entity is new or exists already is
determined by the id of the entity. For example, to estimate keywords in a
new campaign, create a CampaignRequest data object,
and leave its id field empty. To estimate keywords in an existing campaign, set the id
of the CampaignRequest to the id of an existing campaign.
Check a batch of keywords to see whether they will get any traffic.
If a keyword is not expected to get any traffic, you more than likely
don't want to bother adding it.
Also, if a keyword is not expected to get any traffic, it is probably
not worth calling estimateKeywordList on it.
<!-- Checks a keyword to see whether it will get any traffic. -->
<checkKeywordTraffic>
<requests>
<keywordText>mars cruise</keywordText>
<keywordType>Exact</keywordType>
<language>en</language>
</requests>
</checkKeywordTraffic>
Returns traffic estimates for the requested set of new or existing
ad groups.
All of the ad groups must be new or
all of the ad groups must be from the same campaign.
New ad groups are estimated as if they were
part of a new campaign with global targeting.
Only existing ad groups can contain estimates for existing keywords.
The traffic estimates for the requested ad groups.
estimateCampaignList
Returns traffic estimates for the requested set of campaigns.
The campaigns can be all new or all existing, or a mixture of new and existing.
Only existing campaigns can contain estimates for existing ad groups.
The traffic estimates for the requested campaigns.
estimateKeywordList
Returns traffic estimates for the requested set of new keywords.
All of the keywords must be new.
Keywords are estimated as if they were part of a single new ad group
in a single new campaign with global targeting.