Hi,
Thank you for reaching out to the Google Ads API support team.
With regard to the response that you've retrieved, can you confirm if you're using the Client library on this request? Asking this because as per checking in our end using v14 or v13 of the API, we are unable to replicate the response that you retrieved. We tried the same query and was able to retrieve the response below:
"adGroupAd": {
"resourceName": "customers/4812627607/adGroupAds/151149871409~656069969727",
"ad": {
"resourceName": "customers/4812627607/ads/656069969727"
},
"policySummary": {
"approvalStatus": "UNKNOWN",
"reviewStatus": "REVIEW_IN_PROGRESS"
}
}
In addition to that, kindly try to use the OAuth playground (https://developers.google.com/oauthplayground/) and try your request if you're able to encounter this also.
![]() |
Google Ads API Team |
Hello,
Thank you for confirming that you are using a NodeJs client library.
Upon checking, the result you are getting cannot be replicated on our end. It seems that this is related to how the NodeJs client library displays the API results, we recommend reaching out to the developer who maintains the NodeJs(Opteo) client library through their Issues tab via this link(https://github.com/Opteo/google-ads-api/issues) for further assistance regarding your concern.