Re: Authentication for multiple clients

2013-04-23 Thread Alex V.
Hi AdWords API team, Is there away to use OAuth2 JWT with test accounts? I can create Service Application for the test account but stuck with Google Apps for Business domain for this account since there is no domain associated with

Re: v201109 - Report download error occured: Report request does not include report ID or XML

2012-02-23 Thread Alex V.
Found the problem... recently released (02/23) httpi gem version 0.9.6 http://rubygems.org/gems/httpi/versions/0.9.6 caused the problem. google-ads-common depends on it. I didn't investigate why. Stick with 0.9.5 version. It works. -Alex -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

v201109 - Report download error occured: Report request does not include report ID or XML

2012-02-23 Thread Alex V.
Guys, We are getting this error "Report download error occured: Report request does not include report ID or XML" currently calling v201109 API. All calls were successful 10 hours ago. No code changes on our side. Using jruby with Google API gems google-adwords-api (0.5.0) google-ads-common

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox enviroment

2011-11-23 Thread Alex V.
download_report_as_file is failing with the following error HTTPI executes HTTP POST using the httpclient adapter SOAP request: https://adwords-sandbox.google.com/api/adwords/cm/v201101/ReportDefinitionService SOAPAction: "mutate", User-Agent: Savon/0.9.6 (Common-Ruby-0.5.4; AwApi-Ruby-0.4.3|Ver

Re: internalapierror.unexpected_internal_api_error in PerformBulkMutateJob

2011-11-23 Thread Alex V.
Yes fixed. Thanks for the heads up! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: internalapierror.unexpected_internal_api_error in PerformBulkMutateJob

2011-11-23 Thread Alex V.
Here is communication log showing that server sends 500 response D, [2011-11-23T09:56:32.572000 #9225] DEBUG -- : HTTPI executes HTTP POST using the httpclient adapter D, [2011-11-23T09:56:32.898000 #9225] DEBUG -- : SOAP response (status 500): D, [2011-11-23T09:56:32.898000 #9225] DEBUG -- : http

Re: internalapierror.unexpected_internal_api_error in PerformBulkMutateJob

2011-11-23 Thread Alex V.
Got similar error "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro" calling ServicedAccountService. Running same code against their sandbox seems to be ok. Investigating... -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=