Re: URGENT: Is there any way to check if an account exists any more in MCC by account id

2014-01-20 Thread b . kanbach
Hi, you should check the ManagedCustomerService. You just have to request for the fields "login", "customerId" or "Name" and perform a simple "get" operation. If you create your own standalone application which simply checks your desired customers you can perform those checks in a cronjob eve

URGENT: Is there any way to check if an account exists any more in MCC by account id

2014-01-20 Thread Subrata Sarkar
Hi, How can I know if an account still exists in MCC? I am working on a project where I have to pull adwords data for every month. But client keeps adding / removing accounts at times. I would like to know if there is any way or API method which will tell me immediately whether an account is st