Re: Can you tell me how to access campaign performance report its return object

2016-11-22 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can retrieve the *InputStream* and use the Guava I/O utilities to read the response from the *InputStream* as follows: ReportDownloadResponse response = new ReportDownloader(session).downloadReport(reportDefini

Re: Can you tell me how to access campaign performance report its return object

2016-11-22 Thread ntdmbot01
Can you provide some sample code On Monday, November 21, 2016 at 11:51:24 AM UTC-6, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > In the Java client library, the ReportDownloadResponse >

Re: Can you tell me how to access campaign performance report its return object

2016-11-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, In the Java client library, the ReportDownloadResponse is a holder class for http status and response body for a successful request. This object has the getAsString

Re: Can you tell me how to access campaign performance report its return object

2016-11-20 Thread ntdmbot01
Hi Team, I would like to use like a service for criteria_performance_report as i don't want to download i would like to return it to browser.Would like to kno how to use it with selector.Please provide an example. On Thursday, November 17, 2016 at 1:15:29 PM UTC-6, Shwetha Vastrad (AdWords API

Re: Can you tell me how to access campaign performance report its return object

2016-11-17 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, As Alan says, the only formats supported while downloading report are the ones listed here . If you are looking for a response similar to CampaignService

Re: Can you tell me how to access campaign performance report its return object

2016-11-17 Thread Alan Coleman
Hello, The Supported Download Formats are explained in the documentation. Do you mean returning the data and displaying in a browser rather than downloading a file? Thanks On Thursday, November 17,

Can you tell me how to access campaign performance report its return object

2016-11-17 Thread ntdmbot01
Hi, I have seen many forums where when accessing campaign_performance_report then are downoading the query result to a file(csv/txt..). I would like to know using selector how can i access the campaign_performance_report and what is the class which can be used to access clicks, impressions etc