Tuesday, 22 November 2016

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

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 is a holder class for http status and response body for a successful request. This object has the getAsString method, which returns the contents of the response as a String. It inflates the response if it is in one of the gzip formats. 

You can also access the InputStream via getInputStream method, and use this stream to display data in your application as needed. I'm afraid its not possible to download data in formats other than the ones listed here

Regards,
Shwetha, AdWords API Team.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
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 adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0974a1ca-7a25-4d37-bdb1-cbbce5c8eec2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment