Re: Sandbox access in v201101

2011-03-31 Thread Anash P. Oommen
Hi, You could set the following keys in App.config/Web.config for your application. https://sandbox.google.com"/> https://adwords-sandbox.google.com "/> Another option is to call GetService with the sandbox url. Something like: CampaignService campaignService = (CampaignSe

Re: Sandbox access in v201101

2011-03-31 Thread Anash P. Oommen
Hi, You could set the following keys in App.config/Web.config for your application. https://sandbox.google.com"/> https://adwords-sandbox.google.com"/> Another option is to call GetService with the sandbox url. Something like: CampaignService campaignService = (CampaignSer

Re: Sandbox access in v201101

2011-03-31 Thread API2Go
Sorry - I answered via email direct - we are using .NET libraries - On Mar 24, 3:58 am, "Anash P. Oommen" wrote: > Hi, > > Which client library are you using? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Re: Sandbox access in v201101

2011-03-24 Thread Anash P. Oommen
Hi, Which client library are you using? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Sandbox access in v201101

2011-03-23 Thread API2Go
in v200909 we toggle our sandbox/live access using something like: if( inTestMode == true ) { adWordsUser.UseSandbox(); } We are currently creating a new service, and will also be migrating to v201101 shortly-and are having difficulty finding how to impliment this in v201101 as it doesn't show in