Ad strength is always PENDING

351 views
Skip to first unread message

Dev PeachesAI

unread,
Nov 30, 2023, 9:12:53 PM11/30/23
to Google Ads API and AdWords API Forum
I'm trying to get some info about my responsive search ads (ad strength and recommendations, particularly) using the following query:

SELECT
  ad_group_ad.resource_name,
  ad_group_ad.status,
  ad_group_ad.ad_group,
  ad_group_ad.ad_strength,
  ad_group_ad.ad.id,
  ad_group_ad.ad.name,
  ad_group_ad.action_items,
  ad_group_ad.labels
FROM ad_group_ad
WHERE ad_group_ad.ad_group = '<AD_GROUP_ID>'
LIMIT 1

but in the result ad_strength is always PENDING and  action_items is always an empty list even if in Google Ads Console I see another info. I was trying to use different  AD_GROUP_IDs querying ads from different campaigns, but without any luck.


Also with the query

SELECT recommendation.resource_name FROM recommendation

I can't get any recommendation.

Could you assist?

Google Ads API Forum Advisor

unread,
Dec 1, 2023, 12:48:01 PM12/1/23
to d...@peachesai.com, adwor...@googlegroups.com

Hi,

Thank you for reaching out to the Google Ads API support team.

By reviewing your concern, I understand that the "ad_strength" field always returns a PENDING status. In order to further investigate your issue, kindly provide us with the complete API logs (request and response with request-id and request header) generated at your end and an uncropped UI screenshot of the Google Ads account where you are seeing ad strength status as pending and action_empty is always an empty list so that we can better assist you.

If you are using a client library and haven't enabled logging yet, I would request that you enable logging for the specific client library that you are using. You can refer to the guides Java, .Net, PHP, Python, Ruby or Perl to enable logging at your end. For REST interface requests, you can enable logging via the curl command by using the -i flag.

You can send the details via the Reply privately to the author option or a direct private reply to this email.

This message is in relation to case "ref:!00D1U01174p.!5004Q02qW0rp:ref"

Thanks,
 
Google Logo Google Ads API Team


Reply all
Reply to author
Forward
0 new messages