Re: Sending my first request

2016-05-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Kurt, I just updated the XML in the Basic concepts guide and confirmed that it worked as expected once I substituted in my developer token, client customer ID, and budget ID. Please let me know if the la

Re: Sending my first request

2016-05-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi Kurt, Sorry this wasn't resolved for you before. I just took a look at the example and confirmed that the XML is indeed outdated. I'm working on updating that now and will reply back as soon as that's done. Thanks, Josh, AdWords API Team On Tuesday, May 10, 2016 at 3:23:00 PM UTC-4, Kurt Wh

Re: Sending my first request

2016-05-10 Thread Kurt Wheeler
Update: I was able to get a successful 200 response back making a get operation. That means that all my code dealing with the request was fine, the only issue was with the provided example XML. On Tuesday, May 10, 2016 at 2:49:16 PM UTC-4, Kurt Wheeler wrote: > > Hello, > > It's a shame this did

Re: Sending my first request

2016-05-10 Thread Kurt Wheeler
Hello, It's a shame this didn't ever get resolved. Almost a year later I am getting the same error using the sample XML provided by the guide. Anthony said "The error you are getting indicates that your OAuth token may be expired." but that error does not indicate that the OAuth token is expire

Re: Sending my first request

2015-09-17 Thread Orlie
I'm pretty sure my Oauth is right because I was doing the whole Oauth flow separately.. However: I have been working on it trying to resolve since yesterday, so I gave up and used your Google Ads library instead. Thanks! On Thursday, September 17, 2015 at 3:54:23 PM UTC-5, Anthony Madrigal wr

Re: Sending my first request

2015-09-17 Thread Anthony Madrigal
Hi Orlie, The error you are getting indicates that your OAuth token may be expired. You could check to see if your token is still valid by appending it to this link in place of MY_TOKEN: https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=MY_TOKEN You may want to generate a new Refresh

Sending my first request

2015-09-17 Thread Orlie
I'm stuck trying to get the example with cURL from the page to work: https://developers.google.com/adwords/api/docs/guides/basic-concepts The code http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>