Hello, I have a question on getting aggregations of data from the Google Ads API. What I would like to get is totals values on metrics for google ads campaign. For example, if a campaign runs from March 1 to March 8, I would like to be able to request for metrics for all days summed up into 1 value. I am currently able to get data for each day (good), but is there a way to sum up multiple days?
I have tried using `SUM(...)` in my GAQL query, but I don't think this is supported. Is there another method of aggregation I should be using? Thanks in advance! Nick -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/7e907469-6ca0-4ec9-ae31-df1a30052e25n%40googlegroups.com.
