Re: Get items count on result row search stream.

2022-02-14 Thread Boris DETRY
Thank you. On Monday, February 14, 2022 at 6:14:57 AM UTC+1 adsapi wrote: > Hi Boris, > > Thanks for getting back to us. > > Yes, you are correct. Return_total_results_count > >

Re: Get items count on result row search stream.

2022-02-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Boris, Thanks for getting back to us. Yes, you are correct. Return_total_results_count doesn't work when used with SummaryRowSetting equal "SUMMARY_ROW_ONLY". However, it works when SummaryRowSetting equals “SUMMARY_ROW_WITH_RESULTS”. That said, I have created a feature request on your

Re: Get items count on result row search stream.

2022-02-08 Thread Boris DETRY
What do yo mean by " small size " ? The amount of data is not up to me. I need search terms for a period of one year for some accounts it's 15k search terms for others its 3 million. My initial question : Can we have "*total_results_count*" when *SummaryRowSetting *equal

Re: Get items count on result row search stream.

2022-02-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Boris, Thank you for reaching out to the Google Ads API support team. Could you please make small size and then it's almost the equivalent of summary row only. If you are still facing any issue, could you please provide us with the complete logs (request and response with request-id) via

Re: Get items count on result row search stream.

2022-02-07 Thread Boris DETRY
Hi, Sure, I only want to count the number of "untreated search terms" or "added search terms". For small accounts, there is no problem, I execute the query and then I count the results. But for bigger accounts (lets say an account with 2 or 3 million search terms) the request take too much

Re: Get items count on result row search stream.

2022-02-06 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Boris, Thank you for the reply. Would you be able to illustrate to us the information that you want to get using the API report with sample values? I asked because the suggestion provided by my colleague is not satisfying your use case so it appears that you are looking for a specific set

Re: Get items count on result row search stream.

2022-02-04 Thread Boris DETRY
Yes, my question is for "summary row *only* ". I need to get millions of row that mach a filter just to count them. So it take mimutes. On Friday, February 4, 2022 at 5:57:41 PM UTC+1 adsapi wrote: > Hi Boris, > > GoogleAdsService.Search >

Re: Get items count on result row search stream.

2022-02-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Boris, GoogleAdsService.Search's return_total_results_count works well with SummaryRowSetting, I use both all the time and the total rows plus summary get returned in the first page. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2W3wfO:ref --

Re: Get items count on result row search stream.

2022-02-04 Thread Boris DETRY
Yes, but not when I request for the summary of all rows only. On Thursday, February 3, 2022 at 7:30:20 PM UTC+1 adsapi wrote: > Hi Boris, > > GoogleAdsService.Search > > has > a return_total_results_count

RE: Get items count on result row search stream.

2022-02-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Boris, GoogleAdsService.Search has a return_total_results_count field while SearchStream doesn't. The total row count gets returned on the first page of results. Our Report Streaming guide explains more. Feel free to get back to us. Regards, Aryeh Baker Google Ads API Team

Get items count on result row search stream.

2022-02-03 Thread Boris DETRY
Since segmentation with new API skips the results with no segment, I need to run some extra request and extra code. For example, concatenating search terms with and without keywords... my code execution could take hours for accounts with millions of search terms. *My question is if it's