Hello,

I am working on getting the descriptions and headlines for an ad group ad 
using the API. I am using golang API with 
the https://github.com/shenzhencenter/google-ads-pb library.

The query I send to the API is the following
```
SELECT ad_group_ad.ad.resource_name, ad_group_ad.ad.final_urls, 
ad_group_ad.ad.responsive_search_ad.descriptions, 
ad_group_ad.ad.responsive_search_ad.headlines
FROM ad_group_ad
WHERE ad_group_ad.status!='REMOVED'
AND ad_group.resource_name='{RESOURCE NAME}'
```

However, I've noticed that the majority of the time this returns no rows 
while sometimes it returns the correct rows. This is without changing 
anything about the query. Do you have any insights on what might be causing 
this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ed3025fd-5a8b-4579-8be2-62c366f2c988n%40googlegroups.com.
  • Ad... Jimmy Li
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to