Re-posting the last inquiry ( https://groups.google.com/g/adwords-api/c/_A-CFtvF0Mo <https://groups.google.com/g/adwords-api/c/0YumAtv6aEI> ) from the forum as it wasn't routed to our support queue.
Kind regards, Darwin Google Ads API Team On Thursday, October 27, 2022 at 10:43:50 PM UTC+8 [email protected] wrote: > Sometimes, API returned us much less data then often, and on the next time > we requesting it everything is okay. If this expected and why this could > happen? > Often we receive 3M rows, but it was a few times when we receive 1M or > less. Also, when we receive less data number of rows are always rounded and > divisible by 10000. > > Example of query used: > > https://googleads.googleapis.com/v11/customers/{{account_id}}/googleAds:searchStream > { > "query": > " > SELECT > campaign.advertising_channel_sub_type, > campaign.advertising_channel_type, > campaign.id, > campaign.name, > campaign.status, > geographic_view.country_criterion_id, > metrics.all_conversions, > metrics.all_conversions_value, > metrics.conversions, > metrics.conversions_value, > metrics.view_through_conversions, > segments.ad_network_type, > segments.conversion_action, > segments.conversion_action_category, > segments.conversion_action_name, > segments.date, > segments.device, > segments.external_conversion_source, > segments.geo_target_city, > segments.geo_target_region, > segments.geo_target_state > FROM > geographic_view > WHERE > segments.date BETWEEN '2021-09-01' AND '2022-10-01' > " > } > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/429bf775-e92a-4417-85b3-dddbda5351b0n%40googlegroups.com.
