Re: unexpected error: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-03-13 Thread Richard Worrall
By the way, this is not a test account - my credentials point to a live account. On Wednesday, 13 March 2013 13:58:47 UTC, Richard Worrall wrote: > > Hi, > > Not sure what's going on here but I've been using the API successfully for > about 3 weeks. Then toda

unexpected error: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-03-13 Thread Richard Worrall
Hi, Not sure what's going on here but I've been using the API successfully for about 3 weeks. Then today, I started getting this exception: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'' when I try to run the following code: api = AdwordsApi::Api.new(CONFIG_PATH) service = api.service(:Manag

Re: Caching JWT token

2013-02-06 Thread Richard Worrall
Whoops, I should probably also mention that I'm referring to the Ruby library! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Caching JWT token

2013-02-06 Thread Richard Worrall
Hi, Thanks a lot for fixing the JWT issue in the library! I have that working perfectly now, but I wonder if you can point me in the right direction with one other problem. I'm using a queue (Sidekiq) to fetch reports across my client's 22 accounts, which works for 3 or 4 requests... then I ge

Re: ArgumentError - Missing elements in :order! when using predicates

2013-01-30 Thread Richard Worrall
gt;"NOT_EQUALS", "values"=>"DELETED" > > to: > > :field =>"CampaignStatus", :operator =>"NOT_EQUALS", :values => > ["DELETED"] > > > -Danial, AdWords API Team. > > > > On Monday, January 28

ArgumentError - Missing elements in :order! when using predicates

2013-01-30 Thread richard . worrall
Hi, I'm trying to use the following report definition: {:selector=>{:fields=>["Id", "Name", "Status", "AccountId"], :predicates=>[{"field"=>"CampaignStatus", "operator"=>"NOT_EQUALS", "values"=>"DELETED"}]}, :report_name=>"AdWords on Rails report", :report_type=>"CAMPAIGN_PERFORMANCE_REPORT",

Re: Oauth2 jwt ruby issue

2013-01-21 Thread richard . worrall
I'm also seeing this issue with the Ruby client. If there's any workaround that'd be really handy to know. Cheers! Richard On Friday, 18 January 2013 19:20:14 UTC, Thomas Heller wrote: > > Hi, > > I get the same NOT_ADS_USER error using the Java API Client. > > Any hints what exactly causes thi

BounceRate and AveragePageviews are available through web interface, but not API?

2013-01-21 Thread richard . worrall
Hi, I'm building an app to replace an existing manual data extraction process. I have everything working, except that when I request a report of type ADGROUP_PERFORMANCE_REPORT with fields BounceRate and/or AveragePageviews, the request fails with error: ReportDefinitionError.INVALID_FIELD_NAM