Re: API requests timing out

2022-09-28 Thread serghei....@gmail.com
Looks like the main issue is that the stream will not get closed after fetching all the rows, and this happens mainly on bigger reports. The full result is actually arriving fine, but after the last received row, the loop will just hang. We've tried to split the requested 3 months period for the

Re: How to determine what is causing RESOURCE_EXHAUSTED?

2022-09-27 Thread serghei....@gmail.com
Same issue on our side! It just started this night. No changes were done from our side nor the amount of requests sent from us. *RESOURCE_EXHAUSTED* *Resource has been exhausted (e.g. check quota).* *Too many requests. Retry in 900 seconds.* On Tuesday, September 27, 2022 at 1:01:55 PM UTC+3 cv

Re: New Ads API Search Term View for shopping campaigns doesn't segment by product group

2022-01-07 Thread Serghei
release of the API." On Thursday, January 6, 2022 at 11:28:35 PM UTC+2 gel...@gmail.com wrote: > I have the exact same question. Is there an update from the API team? > > On Tuesday, December 7, 2021 at 10:39:39 AM UTC-6 serghei@gmail.com > wrote: > >> Sent all the de

Re: New Ads API Search Term View for shopping campaigns doesn't segment by product group

2021-12-07 Thread serghei....@gmail.com
Sent all the details via email. Looking forward for a reply. Thank you! On Monday, December 6, 2021 at 4:23:27 PM UTC+2 adsapi wrote: > Hi, > > Thanks for reaching out to us. > > Could you please send a SOAP *request* >

Re: New Ads API Search Term View for shopping campaigns doesn't segment by product group

2021-12-06 Thread serghei....@gmail.com
I'm querying this view: https://developers.google.com/google-ads/api/fields/v9/search_term_view#segments.keyword.ad_group_criterion This is the query which worked in the old API: SELECT AdGroupId, CampaignId, Clicks, Cost, Impressions, Query, Device, *KeywordId*, Date FROM SEARCH_QUERY_PERFORMAN

New Ads API Search Term View for shopping campaigns doesn't segment by product group

2021-12-03 Thread serghei....@gmail.com
Hello In the old API we were able to segment the shopping search query reports by product groups ID, but in the new API there seem to be no way of querying for this. Could you please point the correct direction or fields to select for getting it? Thank you! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Select keywords labels query in Ads API

2019-04-22 Thread serghei . havriniuc
Hello I'm trying to get a similar to Adwords API report for keywords containing all labels attached to them for a specific period. In Adwords API I was selecting 'Id', 'Criteria', 'Status', 'LabelIds', 'Labels' with a *date range*. With Google Ads API I can only "select fields from parent resour