Hi,
The issue is that we are trying to use the adWords API in order to
simulate the TrafficEstimatorService that is provided in the google
adWords website.
Is it correct that we receive different results while querying the
same keywors with all the corresponding data first through the front
end and then via the api?
Feel the difference::
For example:
For keyword "free porn"
max CPC = $0.05,
targeting language: All Languages
targeting Country: United States
currency: US Dollars
daily budget: not provided
We receive the following outcome from API:
Term => free porn
CPC LOWER => 0.0
CPC UPPER => 0.0
Est Clicks LOWER => 0.0
Est Clicks UPPER => 0.0
We receive the following outcome from Google front end:
Term => free porn
CPC LOWER => $0.05
CPC UPPER => $0.05
Est Clicks LOWER => 4
Est Clicks UPPER => 6
Please advise,