Sometimes, a GAQL SearchStream() query may take quite a long time to run (and may exhaust memory) because of an unexpected large number of rows returned.
So, Is there a way to retrieve a query's expected number of rows beforehand? In SQL, I would write a COUNT(…) query for that purpose. In GAQL, I wish there would be something similar, like: SELECT COUNT( campaign.name , campaign_criterion.keyword.match_type , campaign_criterion.keyword.text ) FROM campaign_criterion WHERE campaign_criterion.keyword.text IS NOT NULL … Is there something similar to this available in GAQL? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 visit https://groups.google.com/d/msgid/adwords-api/79126a60-48c9-4db0-a3b1-836d2e882ff3n%40googlegroups.com.
