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
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
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
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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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