Hi! I started the migration from Adwords to Ads API and began with the reports. I have noticed that the new reports take longer to run. I found out that the reason is the amount of data transferred. One of my reports just queries the states of all criteria in an account:
SELECT campaign.status, ad_group.status, ad_group_criterion.status, ad_group_criterion.type FROM ad_group_criterion WHERE ad_group_criterion.negative = false AND campaign.status != REMOVED AND ad_group.status != REMOVED AND ad_group_criterion.status != REMOVED For my example account the result of this query using the old Adwords API is a compressed CSV-File of 150KB (after decompression 50MB). When using the Ads API's SearchStream, 280MB of data are transferred. So the longer runtime is not caused by a slower response, but by the amount of data that takes more time to be transferred. Is there a possibility to enable any kind of stream compression to prevent transferring these huge amounts of data? Thank you, Christian -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d744aec1-b3eb-4e2d-b01a-7e82f3f41a64n%40googlegroups.com.