AdGroupAd review_status in response

60 views
Skip to first unread message

Nghia Nguyen

unread,
Jun 9, 2023, 5:03:38 AM6/9/23
to Google Ads API and AdWords API Forum
Hi,
I have a quick question to ask. I tried to get my policy_summary in AdGroupAd and this is my GAQL queries:

SELECT ad_group_ad.resource_name, ad_group_ad.policy_summary.approval_status, ad_group_ad.policy_summary.review_status FROM ad_group_ad

But my response on review_status of policy_summary is kinda weird:

  {
    "ad_group_ad": {
      "resource_name": "customers/4812627607/adGroupAds/151333739204~660290471682",
      "policy_summary": {
        "approval_status": 1,
        "review_statusfromad_group_adwheread_group_ad": null
      },
      "ad": {
        "resource_name": "customers/4812627607/ads/660290471682"
      }
    }
  }


Is this a bug or something, its seem the review_status property of response is not right. I have screenshot of my response in my attachment, please take a look.
Best regards
Unt21itled.png

Google Ads API Forum Advisor

unread,
Jun 14, 2023, 12:48:40 PM6/14/23
to nghia...@gmail.com, adwor...@googlegroups.com

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.

This message is in relation to case "ref:_00D1U1174p._5004Q2mB9zL:ref"

Thanks,
 
Google Logo Google Ads API Team


Nghia Nguyen

unread,
Jun 19, 2023, 10:24:47 PM6/19/23
to Google Ads API and AdWords API Forum
Hi, thanks for the support. 
It is sad that i a Nodejs library google-ads-api for doing this. I retried many times and my result still the same.
Is there anyway to bypass or fix this ? My entire project use this library and change it seems impossible 
Best regards,

Google Ads API Forum Advisor

unread,
Jun 21, 2023, 4:39:09 AM6/21/23
to nghia...@gmail.com, adwor...@googlegroups.com

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.

Reply all
Reply to author
Forward
0 new messages