Re: Errors Following the First Request Guide

2015-07-14 Thread Jeffrey Lee
It turns out my main issue was that in the yml file, originally it was my bad formatting in the yml file. I got rid of the first colon on each line. Bad idea. On Tuesday, July 14, 2015 at 3:07:23 AM UTC-7, Jeffrey Lee wrote: > > Hi, so I was following the guide here to set up the api: > > https:

Re: Errors Following the First Request Guide

2015-07-14 Thread Jeffrey Lee
I am currently using 0.15.2, unless there is a later one I am not seeing. On Tuesday, July 14, 2015 at 12:08:24 PM UTC-7, Anthony Madrigal wrote: > > Hi Jeff, > > Please make sure that you are using the latest version of > the google-adwords-api gem. Hopefully this fixes the issue. > > Regards, >

Re: Errors Following the First Request Guide

2015-07-14 Thread Anthony Madrigal
Hi Jeff, Please make sure that you are using the latest version of the google-adwords-api gem. Hopefully this fixes the issue. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com

Re: Errors Following the First Request Guide

2015-07-14 Thread Jeffrey Lee
So I tried that, but I am still getting the error: AdsCommon::Errors::Error: Environment '' does not support version 'v201506' Which is weird because I do have environment in my yml file. On Tuesday, July 14, 2015 at 9:23:30 AM UTC-7, Anthony Madrigal wrote: > > Hi Jeffery, > > AdWords API v2

Re: Errors Following the First Request Guide

2015-07-14 Thread Anthony Madrigal
Hi Jeffery, AdWords API v201309 has been deprecated. Please download v201506 from one of our client libraries and see if you are still getting these errors. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Errors Following the First Request Guide

2015-07-14 Thread Jeffrey Lee
Hi, so I was following the guide here to set up the api: https://developers.google.com/adwords/api/docs/first-request I am stuck on the 2nd part. I keep getting this error: AdsCommon::Errors::Error: Environment 'PRODUCTION' does not support version 'v201309' I looked for some solutions online