Is there anyway to mimic the AdWords reporting segmentation with the Google Ads API? My original AdWords query works great, something like:
SELECT HourOfDay, Cost FROM ACCOUNT_PERFORMANCE_REPORT DURING TODAY I get a row back for each hour of the day that has data. My attempt at replicating this with the Ads API: SELECT segments.hour, metrics.cost_micros FROM customer WHERE segments.date DURING TODAY Only returns one row for the whole day. My search of the documentation hasn't turned up anything helpful. Basically looking for a GROUP BY? Is what I want even possible with the new API, or am I just out of luck? Will I need to issue 24 requests to get the days data now? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/2e5dda14-f1ad-436b-8464-ef93af84594e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
