Hello, There are two ways of retrieving those type of statistics (other than remaining budget, which you'd have to calculate yourself using the cost data) via the AdWords API. You can either schedule a report using the ReportService for a particular date and include the relevant columns, or you could call the getCampaignStats() method to retrieve that information. The getCampaignStats() approach is more straightforward, as it involves just one API call, but if you want to go with the report approach you'll find some sample code available along with the Java client library. Either way, you should familiarize yourself with the relevant portions of the AdWords API documentation:
getCampaignStats(): http://code.google.com/intl/en/apis/adwords/docs/developer/CampaignService.html#getCampaignStats ReportService: http://code.google.com/intl/en/apis/adwords/docs/developer/ReportService.html Cheers, -Jeff Posnick, AdWords API Team On Dec 30, 1:51 am, PSPL Noida <psplno...@gmail.com> wrote: > Hello, > > We are using Google adWord API in java.. > Can you tell me how can i get data number of "CLICKS", Traffic, > CLICKS on particular date and spend and remaining budget. > > Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords 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 -~----------~----~----~----~------~----~------~--~---