Hi Pradeep, 

The API only supports these formats 
<https://developers.google.com/adwords/api/docs/guides/reporting#supported_download_formats>
 
in which the report data can be downloaded. You will need to post process 
the result to convert the data into your desired format. As you found out, 
the PHP client library 
<https://github.com/googleads/googleads-php-lib/blob/master/src/Google/AdsApi/AdWords/Reporting/ReportDownloadResult.php>
 
supports the methods *getStream()* (gets the report download response as a 
stream), *getAsString() *(gets the report download response as a string) 
and *saveToFile($filePath)* (writes the contents of the report download 
response to the specified file). You could look into the options of using 
any of these methods to handle the report output. What issue are you facing 
while using the getAsString()?

Thanks,
Sreelakshmi, 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+unsubscr...@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+unsubscr...@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/fc56ce88-6653-40a9-be29-ca326d0713e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Googel A... Pradeep Kumar
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
    • Re:... Pradeep Kumar
    • Re:... Pradeep Kumar
      • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to