How can I get the status of an adAccount?

2022-01-24 Thread Frank S
Hi all, Here I have the code to access the Customer try (CustomerServiceClient customerServiceClient = googleAdsClient.getLatestVersion() .createCustomerServiceClient()) { String customerResourceName = ResourceNames.customer(adsAccountId); Customer customer = customerServiceClient.getCustomer(cus

RE: How can I get the status of an adAccount?

2022-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Frank, Thanks for reaching out. Obtaining account status isn't currently supported in the Ads API. However, this has been requested by other users. If this feature becomes supported in a future version of the API, it will be mentioned in the release notes. Regards, Matt Google Ads API Team