Hi, You could run an Ad performance report with a custom start date and end date, and request Date as an additional column. You could then convert Date column value into Day, based on the start date. See the following code examples and links for more details:
How to add a report definition: http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v11.3/examples/csharp/v201008/AddKeywordsPerformanceReportDefinition.cs?r=140 Downloading a report: http://code.google.com/p/google-api-adwords-dotnet/source/browse/branches/v11.3/examples/csharp/v201008/DownloadReport.cs?r=140 Report aggregation: http://code.google.com/apis/adwords/docs/reportguide.html Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 8, 5:56 am, "[8)][][][][:o][][/)]" <[email protected]> wrote: > Is there any kind of report that I could get for exemple: > > *Day / Clicks* > 1 / 45 > 2 / 42 > 3 / 41 > 4 / 42 > 5 / 47 > 6 / 35 > 7 / 45 > 8 / 78 > ... > 31 / 45 > > Or I only can get the clicks during a period of time? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
