Hi Sune, When including the Date field, it will automatically segment the rows by day on which statistics such as impressions and clicks were generated. If you wish to retrieve the total per AdvertisingChannelType <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#advertisingchanneltype>, you would need to implement a way on your end to acquire its total.
Another way is to create a separate request per AdvertisingChannelType and you can just get the total amount as seen in the example below : Sample query : *String query = "SELECT CampaignId, Clicks, Impressions, Date FROM CAMPAIGN_PERFORMANCE_REPORT WHERE AdvertisingChannelType = SHOPPING"* * + " DURING 20180501, 20180506";* Sample results : *Report successfully downloaded to: "CAMPAIGN_PERFORMANCE_REPORT (May 1, 2018-May 6, 2018)"* *Campaign ID,Clicks,Impressions,Day* *912419506,0,0,2018-05-01* *912419506,0,0,2018-05-05* *912419506,0,0,2018-05-06* *1049904850,0,0,2018-05-06* *1065825259,0,0,2018-05-03* *1049904850,0,0,2018-05-03* *1049904850,0,0,2018-05-04* *1065825259,0,0,2018-05-05* *912419506,0,0,2018-05-04* *1049904850,0,0,2018-05-02* *Total,0,0, --* Feel free to write back if the above is not what you were looking for. Also, regarding the "44-45 returns per day" that you mentioned, could you further elaborate or provide more information about this? Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. 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/d2c692c0-8ec4-4075-9391-aadbaa143bf3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.