Are you using ad hoc reports? https://developers.google.com/adwords/api/docs/guides/reporting
If not, try pulling one of these report types <https://developers.google.com/adwords/api/docs/appendix/reports>, and it should do the job for you. Here's a pretty thorough example <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/reporting/DownloadCriteriaReport.java>. You can easily set the dateRange as the last 30 days, the last week, or any custom date range, and it'll pull all the relevant data (you can request whichever statistics you want) from that time period. I'm not sure if Google tracks the data on an hourly basis though. On Thursday, May 7, 2015 at 3:18:03 AM UTC-7, Michael D wrote: > > Hi, > > is it possible to retrieve clicks/impressions, etc reports by the hour? > > > And also for example if I want a plot with clicks versus impressions for > the last month, then im doing 30 seperate requests for every Day in this > month. This takes too a lot of time. > > Is there another way to do this in one request? > > Thanks in advance > > Cheers, > Michael > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/66951c2b-12b7-45c9-8d2c-0bf3f6d2a9a5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
