3 messages in com.googlegroups.adwords-apiRe: How to switch the google live to ...
FromSent OnAttachments
Pankaj27 Feb 2008 05:10 
adri...@gmail.com27 Feb 2008 06:23 
AdWords API Advisor27 Feb 2008 08:33 
Subject:Re: How to switch the google live to sandbox API
From:AdWords API Advisor (adwo@google.com)
Date:02/27/2008 08:33:34 AM
List:com.googlegroups.adwords-api

And just to follow up on that, in addition to changing the URL, you'll also need to start specifying credentials for real AdWords accounts as well as pass in approved Developer and Application tokens. If you haven't yet applied for your production tokens, you can do so at

https://adwords.google.com/select/ApiWelcome

Cheers, -Jeff Posnick, AdWords API Team

On Feb 27, 9:24 am, "adri@gmail.com" <adri@gmail.com> wrote:

Hi Pankaj,

To work in live environment you have to set the following url for the service you instantiate:https://adwords.google.com/api/adwords/v11 (or the API version you are currently using).

You can do something similar to this:

((SoapHttpClientProtocol)oService).Url = "https://adwords.google.com/ api/adwords/v11";

In case you want to use sandbox, the url should
be:https://sandbox.google.com/api/adwords/v11

Hope it helps, Adrian Eidelman

On 27 feb, 10:10, Pankaj <pank@gmail.com> wrote:

How can I switch the Google API from the Sandbox enviornment to the Live enviornment . in the best possible way? It seems that the URL property of any of the object dosent seems to work . Looking forward for the response from any of you guys ,

Thanks