Hi,
Thank you for reaching out to the Google Ads API support team.
By reviewing your query, I understand that you want to retrieve past performance data through the Google Ads API for an account with CLOSED status. Please note that you can use the customer_client report, it provides the link between the given customer and a client customer. CustomerClients only exist for manager customers and all direct and indirect client customers are included, as well as the manager itself. Please see the below sample query to retrieve the 'status' (CANCELED, CLOSED, ENABLED, SUSPENDED) and 'account name' of the manager and client customer:
SELECT customer_client.id, customer.id, customer.resource_name, customer.descriptive_name, customer_client.descriptive_name, customer_client.resource_name, customer_client.status, customer.status, customer.test_account, customer.manager, customer_client.manager FROM customer_client
You can try making a request by using the Search or SearchStream by passing the customer ID and the Developer token. Also, you can use Query Builder to create your query and Query Validator to validate your query.
Please note that the reporting data collected by Google Ads will be available for 11 years. After that period, the data will not be accessible via the Google Ads interface or APIs. I would suggest you refer to this help center for more information.
![]() |
Google Ads API Team |
[2025-03-17 13:01:13Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHAUy:ref" (ADR-00294878)
Hi,
Yes, you can retrieve historical data for all these statuses: CANCELED, CLOSED, ENABLED, and SUSPENDED. For UNKNOWN and UNSPECIFIED status reporting data retrieval is not supported.
UNKNOWN -This status is returned only when the API version you are using does not recognize the status value and reporting data retrieval is not supported for this status.
UNSPECIFIED- The status has not been specified and reporting data retrieval is not supported for this status.
![]() |
Google Ads API Team |
[2025-03-18 14:32:09Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vHAUy:ref" (ADR-00294878)