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 ,