Hello,
Welcome to Google Ads API Support team. Thank you for reaching out to us.
Can you confirm if you have used the API in obtaining data from change status table? Or is it done with Google Ads UI? If it is through UI, kindly send to us the screenshot in UI. On the other hand, if it is through API, kindly share the complete request and response logs with request id and request header generated on your end.
Note that these logs can be requested or provided to the developer handling the Google Ads API transactions when logging of the API requests has been enabled. You may check here (https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging) and click your client library for the specific guideline to enable it.
For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.
Links to the highlighted words above:
Moreover, can you elaborate what you meant by intelligent advertising account numbers or intelligent advertising campaigns? If there are any relevant screenshot you can share it will be helpful for better illustration of the issue.
You may send the requested details privately via “Reply To Author” option. If that option is not available to you, send it directly to googleadsa...@google.com instead, and let us know here once it is provided.
![]() |
Google Ads API Team |
Hi Dongfu,
Thank you for clarifying this further.
As per the documentation on keeping synchronized locally <https://developers.google.com/google-ads/api/docs/change-status#keeping_synchronized_locally> guide, it is recommended that once the precise resource_name is retrieved, a new query with this resource name should be made to obtain all the current values of the resource.
After retrieving the resource_name of your edited ad group, you may try performing another query once again specifying the resource_name <https://developers.google.com/google-ads/api/fields/v14/change_status#change_status.resource_name> in order to obtain all the current values of the specified edited resource. For more information regarding Change Status service, you may refer to this guide <https://developers.google.com/google-ads/api/docs/change-status>.
If you have any further clarifications regarding the Google Ads API, just let us know.