Re: Sandbox developer token

2011-07-29 Thread AdWords API Advisor
Hi Adam, As I mentioned over the email, the key name should be AdWordsApi.Server, not AdWordsApi.Url. See http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/App.config#60 for reference. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Sandbox developer token

2011-07-28 Thread Adam
Hi Anash, Yep - the config is definitely correct. I created a new project (console app) and only reference the Google.Adwords.dll The only config file is my app's app.config, which is show above in my second post Cheers Adam -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Sandbox developer token

2011-07-27 Thread AdWords API Advisor
Hi Adam, Are you setting these value in your console app's App.config? (Hint: Check in bin\Debug\YourApp.exe.config, are the right values showing up in that config file)? Setting the values in the client library's app.config won't have any effect, it is just for reference. Cheers, Anash P. Oom

Re: Sandbox developer token

2011-07-27 Thread Adam
I edited the developer token to what you suggested, and pulled a few reports. The API points are still showing up in my MCC > My Account > My Account I'm getting QuotaCheckError.MONTHLY_BUDGET_REACHED exceptions - only on some reports though. Also, while testing, it appears I was able to rack up

Re: Sandbox developer token

2011-07-26 Thread Adam
Hi Anash, Thanks for getting back to me. I'm using a console app with the following in the app.config: https://adwords-sandbox.google.com"; / > There is no other config file in my project Is there another way to specify the sandbox service? I have a very different looking developer token - jus

Re: Sandbox developer token

2011-07-26 Thread AdWords API Advisor
Hi Adam, Your sandbox developerToken is yourlogin++CUR, where CUR is the currency code. An example developer token for sandbox would be john@gmail.com++USD. See http://code.google.com/apis/adwords/docs/sandbox.html for more details on using the AdWords API sandbox. That said, AdWords API

Sandbox developer token

2011-07-26 Thread Adam
Hi, I've been developing some code to download reports for our agency and it seems that during testing, my code was connecting to the production service even though I had specified the sandbox service in my config file. We were recently informed that you need to use a sandbox-specific developer

Re: Sandbox Developer Token is Invalid??

2011-07-13 Thread Pete Lavetsky (AdWords API Guru)
This is just an educated guess but try adding two more SOAP headers: SOAP::Header->name( "alternateUrl"=>"https://adwords- sandbox.google.com/" ) SOAP::Header->name( "useSandbox"=>"true") Hope that helps, Pete On Jul 13, 9:23 am, Neil Kirk wrote: > I think this is happening because the request

Re: Sandbox Developer Token is Invalid??

2011-07-13 Thread Neil Kirk
I think this is happening because the request is going to production rather than to the sandbox. How do I change the request to direct to the sandbox? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Sandbox Developer Token is Invalid??

2011-07-13 Thread Neil Kirk
Hi there I am trying to connect to the adwords API using the Perl Client Library, but am hitting a couple of problems. I am following the instructions the Sandbox best practices article but am getting a 'dev