Re: AdWords API v201509 sunset

2016-10-31 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, AdWords API version v201509 was sunset on June 21, 2016. I recommend that you migrate to one of the available API versions as soon as possible. The breaking changes introduced in each version are summarized in the respective mig

AdWords API v201509 sunset

2016-10-31 Thread adcomsw
Hi there, I built a function which check if my AdwordsMCC is valid , here is my function : public string IsAdwordsMCCValid(string mcc) { bool isAuthenticated = CheckAdwordsAuthentication(); if (!isAuthenticated) { return AdwordsError