Hi,

Thank you for clarifying your concern.

Unfortunately, a customized output is currently not directly available in the 
AdWords API's reports. You can, however, download the report as a String then 
process the report into your desired output. You may refer to the below sample 
code in Java, on how you can get the results :

//From the report code examples
ReportDownloadResponse response = 
reportDownloader.downloadReport(query.toString(), DownloadFormat.CSVFOREXCEL);

//retrieve the data as a String
String report = response.getAsString();

You should then be able to implement this using your preferred client library, 
then afterwards, apply the format that you wish for the output. I hope this 
helps.

Best regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UKLrID:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/HRJCY000000000000000000000000000000000000000000000PYQT2J00LyiG6Bt6SpaSPElzDIWpSg%40sfdc.net.

Reply via email to