*I believe this is the correct behavior but it complicates our programs. * Downloading multiple reports with/without segment and then merging these results could turn into an extremely heavy process.
For example: Imagine I have 4 millions search terms and only 1 million has keywords, to make one single collection of these two results and *avoiding duplicates* it requires a double loop (4M * 1M = 4,000,000,000,000 loops). We could also do multiple request to the API using NOT_IN clause in filter but API only allows 20k items in IN clauses, so we need to batch, and process to remove duplicated results of each batched results could be pretty heavy too. What other workaround we have? *Anyway, one cool solution would be if in the next version of the API you allow getting segmented results with segment = null.* On Monday, October 18, 2021 at 10:50:05 PM UTC+2 adsapi wrote: > Hi Mario, > > In addition to the data that you provided in your last post, can you > please privately provide us with your complete request and response logs? > > > Thanks, > Matt > Google Ads API Team > > [image: Google Logo] > Matt > Google Ads API Team > > > ref:_00D1U1174p._5004Q275Y42:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/cf8429d2-8c92-47f2-840f-4a931afeeeadn%40googlegroups.com.
