Hi I am migrating to v201109 version. And my usage is almost same as the example given here http://www.google.com/codesearch/p?hl=en#9RD3n1d8sRQ/trunk/examples/v201109/DownloadAdHocReport.java
Only difference being I use custom date. Here is what I observed: same call with selector.setDateRange(2012-jan-12,2012-jan-12); results in different behavior. While in v201101 , it fetches report for Jan 12 but in v201109, it fetches report for Jan 11. I have been able to circumvent this issue by calling selector.setDateRange(2012-jan-12,2012-jan-13); but I was wondering if this is expected/something in documentation/anybody else experienced this etc. Thanks -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
