Hi Nacho,

Thanks for reaching out to the Google Ads API Forum.

Currently, you can download an invoice in PDF through Google Ads API. Any 
invoice can be downloaded as a PDF file. Once you have retrieved the Invoice, 
you need to send an HTTP request for the URL that is stored in its pdf_url 
field. This request must be authenticated using the same Google account used to 
retrieve the invoice; that is, you need to specify an OAuth access token 
generated using the Google account in the Authorization: Bearer request header:


curl --request GET \

--header "Authorization: Bearer access token" \

Invoice.pdf_url > filename.pdf



The result is an invoice PDF content stored in the file filename.pdf.

If downloading to CSV is available in the Ads UI, then for us to raise a 
feature request on your behalf to support this feature in API, you may provide 
us with the detailed feature request description and justification (business 
use cases where this feature is critical) along with the Ads UI screenshot for 
CSV option. Kindly note that feature requests are subject to review. You may 
send the screenshot if it contains sensitve details via reply privately to the 
author option.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2hMI28: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 
"Google Ads API and AdWords 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/ztG34000000000000000000000000000000000000000000000RN8IO600pdm8WCaWQ_SXan7MTRUOJw%40sfdc.net.
  • In... Nacho Peralta
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to