Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
Hi, I finally got everything working. Thanks Danial to pointing me to the right path. On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote: > > So I downloaded the sample rails app here: > https://developers.google.com/adwords/api/docs/clientlibraries > > I got it ru

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
logged in under a proper account. This should be > either you production MCC login (for prod) or test MCC login (for test). > Next, set clientCustomerId to the target non-MCC account. This account > needs to be either under prod or test MCC (make sure it matches to what > you'

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
in under a proper account. This should be > either you production MCC login (for prod) or test MCC login (for test). > Next, set clientCustomerId to the target non-MCC account. This account > needs to be either under prod or test MCC (make sure it matches to what > you've authorize

Re: Error when calling set credentials from sample Rails App

2015-07-15 Thread Jeffrey Lee
st). > Next, set clientCustomerId to the target non-MCC account. This account > needs to be either under prod or test MCC (make sure it matches to what > you've authorized with). > > > -Danial, AdWords API Team. > > > > On Wednesday, July 15, 2015 at 2:54:46

Re: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
ere something wrong with my set up? I just want to generate a report. I don't need it automated. I just want to generate it this one time only. On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote: > > So I downloaded the sample rails app here: > https://developers.google.com/a

Re: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
ccount. On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote: > > So I downloaded the sample rails app here: > https://developers.google.com/adwords/api/docs/clientlibraries > > I got it running, but when I click on the List Accounts link I get this > s

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: >

Re: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
Ignore my last post, I got that figured out. But I am still running into my initial problem with the List Account link On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrote: > > So I downloaded the sample rails app here: > https://developers.google.com/adwords

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: Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
le didn't change. I did refresh the credentials afterwards on the developer console and try to put the updated keys in the yml file, but that didn't solve the issue either. How the app is just simply broken for me. On Tuesday, July 14, 2015 at 3:07:36 AM UTC-7, Jeffrey Lee wrot

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

Error when calling set credentials from sample Rails App

2015-07-14 Thread Jeffrey Lee
So I downloaded the sample rails app here: https://developers.google.com/adwords/api/docs/clientlibraries I got it running, but when I click on the List Accounts link I get this stack trace: NoMethodError - undefined method `[]=' for nil:NilClass: google-ads-common (0.9.9) lib/ads_common

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