I'm trying to get a traffic estimate in our production app. I'm having a new strange problem. If I isolate the code that builds the selector and run it outside the production app., it works fine. Further, the selector object produced in our application's production code is identical to the selector object produced by the sample code in the API. However, in production we get this error at the end of the error traceback when getting a traffic estimate. I've tested the exact same keyword, match and bid in the isolated code. It works there.
LogError (8, "Undefined index: errorString", "/home/username/ public_html/apis/adwords-api-php-lib/aw_api_php_lib_2.3.0/src/Google/ Api/Ads/AdWords/v200909/cm/AdGroupCriterionService.php", 813, <array>) This occurs as a result of calling: TrafficEstimatorService- >get($selector) Further, there is nothing left in the soap or request log. This wasn't happening when this functionality was added to the production app. Somewhere along the way this started happening. I imaging changing the error_reporting parameters could make this go away. However, I would rather track down the problem. Any ideas? Thanks, Jeremy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
