olemis

Google Adwords traffic estimates - traceback

Nov 3rd, 2010
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "traffictest.py", line 47, in <module>
  3.     estimates = estimator_service.EstimateKeywordList(kwds)
  4.   File "/path/to/venv/lib/python2.5/site-packages/adspygoogle/adwords/TrafficEstimatorService.py", line 162, in EstimateKeywordList
  5.     return self.__service.CallMethod(method_name, (new_data))
  6.   File "/path/to/venv/lib/python2.5/site-packages/adspygoogle/adwords/AdWordsWebService.py", line 255, in CallMethod
  7.     self.__ManageSoap(buf, start_time, stop_time, error)
  8.   File "/path/to/venv/lib/python2.5/site-packages/adspygoogle/adwords/AdWordsWebService.py", line 125, in __ManageSoap
  9.     raise e
  10. adspygoogle.adwords.AdWordsErrors.AdWordsRequestError: Code 94: Must specify a client in order to do traffic estimates.
Add Comment
Please, Sign In to add comment