Hello, Jeff,
As you have mentioned in the post I have tried for that
But the result is totaly different from the GUI Traffic Estimator
Tool
e.g when i pass max CPC $5 for Country US it gives me
Estimated Avg. CPC : $1.05 - $1.58
Estimated Ad Positions : 1 - 3
Estimated Clicks / Day : 24,035 - 30,053
Estimated Cost / Day : $25,260 - $47,370
Now I have my Approved Tokens when I use API and Pass the request as u
have mentioned in this thread for country(geotargeting) US and Maxcpc
= $5 the respose I get is
[lowerAvgPosition] => 1.0
[lowerClicksPerDay] => 40607.973
[lowerCpc] => 4500000
[upperAvgPosition] => 3.0
[upperClicksPerDay] => 60911.973
[upperCpc] => 4843911
See the Clicks Per Day, CPC is quite different .
Also when i change the country the result is not changing .
so which is the Valid data in GUI Tool or Using API ? data from API
and GUI tool should be same
Can u give me some small example in PHP my request is
<estimateCampaignList>
<campaignRequests>
<adGroupRequests>
<keywordRequests>
<text>google</text>
<type>Broad</type>
<maxCpc>5000000</maxCpc>
</keywordRequests>
<maxCpc>5000000</maxCpc>
</adGroupRequests>
<geoTargeting>
<countryTargets>US</countryTargets>
<targetAll>false</targetAll>
</geoTargeting>
<languageTargeting>en</languageTargeting>
<networkTargeting>
<networkTypes>SearchNetwork</networkTypes>
</networkTargeting>
</campaignRequests>
</estimateCampaignList>";
I am receiving data so there is no syntax error,
Still Can any one provide me example of above request using
PHP(Apility) ?
And In the GUI Tool the URL is
https://adwords.google.com/select/TrafficEstimatorSandbox
So is the Data is for Sandbox as the URL name is
TrafficEstimatorSandbox
so is data Correct using GUI Tool or API ?
On Nov 29, 3:26 am, AdWords API Advisor <
adwordsapiadvi...@google.com>
wrote:
> We've heard several requests users who are fans of the options offered
> by the web-based Traffic Estimator tool (
https://adwords.google.com/
> select/TrafficEstimatorSandbox), and would like to implement similar
> functionality in their own custom applications using the AdWords API.
>
> The AdWords API's Traffic Estimator Service is your friend here (seehttp://
www.google.com/apis/adwords/developer/TrafficEstimatorService....),