Hi Emie,
Thank you for the response on this thread.
Can you please guide me on how I can fetch the invoice amount via API? I am
able to fetch amount spent via AWQL but because of adjustments it doesnt
match with the invoice amount.
I want to fetch the invoice amount programmatically. I have be
Hi Alex,
I work with Anthony and let me provide support to your concern.
Could you confirm if this document is what you are referring to billed cost? If
yes, then this is currently not supported in Google Ads API as well.
I am afraid also that the credits (Invalid Activity) is not supported.
W
Thanks Anthony.
I was somehow expecting this answer.
In this case - is there a way to extract via API *a list of all campaigns
and the amount for each campaign that will show on the invoice.*
In the reporting UI there's a metric called "billed cost" What is a way to
extract that amount via AP
Hi Alex,
Unfortunately, there is no setting to download the invoices in a csv format.
Regards,
Anthony
Google Ads API Team
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UV05Sh:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.bl
hi All,
i see it is well defined in the documentation on the methodology to get the
pdf version of the invoice, however in the UI - there is a pdf version and
a csv version.
Is there a way to get the CSV version of the invoice?
My objective is to get a list of all campaigns and the amount that
Hi Aner,
Thank you for clarifying the issue. You can follow this guide for constructing
the URL. It should look like:
https://googleads.googleapis.com/v2/customers/{customer_id}/invoices:{operation}.
Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UV05Sh:ref
--
--
=~=~=~=~=~=~=~=~
Hi, thank you for your reply.
Looks like the link you've provided shows another option of retrieving an
invoice (getting the binaries of the pdf as a string that can then be
written into a local file), however, this can only come after the step
we're still trying to figure out:
Look at your pro
Hi Aner,
Thank you for reaching out. Please see here for the curl request URL you need
to use.
Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UV05Sh:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~
Hello,
We are trying to retrieve invoice data of a Google Ads account. As we
understand it, the pdf url of an invoice can be retrieved by InvoiceService
here:
https://developers.google.com/google-ads/api/docs/billing/invoice-service
Generally, we prefer using the Google API library (PHP in our