Re: This may sound like a silly Question, but what version am I running?

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, It is done when creating a service. ADWORDS_VERSION is a parameter that GetService() accepts. See https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/AccountManagement/GetAccountAlerts.php#43 for an example. Cheers, Anash P. Oommen, AdWords API Advisor.

This may sound like a silly Question, but what version am I running?

2013-04-02 Thread Alan Coleman
Hello everyone, I've just spotted the following in AdWordsUser.php: private static $DEFAULT_VERSION = 'v201206'; However I was under the impression I was using version v201209. This is a little worrying as v201206 has now been sunset, although my application is still working. Generally,