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?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/01f534a3-03df-4322-951e-420010348459n%40googlegroups.com.

Reply via email to