Thank you for your response. Based on the information provided, I would like to confirm the following points to ensure my understanding is correct:
1. The availability of report data for 11 years applies to all statuses: CANCELED, CLOSED, ENABLED, and SUSPENDED? Meaning, it is possible to retrieve historical data for all these statuses: CANCELED, CLOSED, ENABLED, and SUSPENDED. 2. Additionally, there are two other statuses: UNKNOWN and UNSPECIFIED. Since these are undefined statuses, does this mean that the reporting data retrieval is not supported for these two statuses? Looking forward to your confirmation. Thank you! On Monday, March 17, 2025 at 8:01:58 PM UTC+7 Google Ads API Forum Advisor wrote: > 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* > <https://developers.google.com/google-ads/api/fields/v17/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* > <https://developers.google.com/google-ads/api/rest/reference/rest/v17/customers.googleAds/search> > > or *SearchStream* > <https://developers.google.com/google-ads/api/rest/reference/rest/v17/customers.googleAds/searchStream> > > by passing the customer ID and the Developer token. Also, you can use *Query > Builder* > <https://developers.google.com/google-ads/api/fields/v14/customer_search_term_insight_query_builder> > > to create your query and *Query Validator* > <https://developers.google.com/google-ads/api/fields/v14/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* > <https://support.google.com/google-ads/answer/15188209?hl=en#:~:text=Beginning%20on%20November%2013%2C%202024%2C%20reporting%20data%20collected%20by%20Google%20Ads%20will%20be%20available%20for%2011%20years.%20After%20that%20period%2C%20the%20data%20will%20not%20be%20accessible%20via%20the%20Google%20Ads%20interface%20or%20APIs.> > > for more information. > Thanks, > > [image: Google Logo] Google Ads API Team > Feedback > How was our support today? > > [image: rating1] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=1&entry.295079254=5004Q00002vHAUyQAO> > > [image: rating2] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=5004Q00002vHAUyQAO> > > [image: rating3] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=5004Q00002vHAUyQAO> > > [image: rating4] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=4&entry.295079254=5004Q00002vHAUyQAO> > > [image: rating5] > <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=5&entry.295079254=5004Q00002vHAUyQAO> > [2025-03-17 13:01:13Z GMT] This message is in relation to case > "ref:!00D1U01174p.!5004Q02vHAUy:ref" (ADR-00294878) > > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/a2da724b-cf5e-4cd4-9508-dd7b6639970bn%40googlegroups.com.
