Thanks for the reply, but I saw those in the docs. So far as I can
tell, that is just the billing address info. I also know about the
calls to get the counts. What I am looking for is the invoice data -
the data (I'm not trying to sound circular, but I cannot think of any
other way to say this) that shows up on the invoice that I can view
via the UI. Actual billing dollars, etc. The data that is on these
UI screens:
Billing >> Invoice Summary: Amount due details, invoiced costs,
unapplied payments, unapplied adjustments, amount due. Invoice
summary: Invoice number, invoice data, agreement, invoice amount, due
date, payment amount, payment applied date, outstanding invoice
balance.
Billing >> Invoice Summary >> click on a specific invoice >> all of
the data that is shown on the PDF file that the UI brings up (not the
PDF itself, just the data that is behind it).
thanks,
-reed
On Aug 5, 6:38 pm, AdWords API Advisor <
adwordsapiadvi...@google.com>
wrote:
> Hi,
>
> What fields specifically are you trying to access? The AccountInfo
> object of the AccountService exposes some information, including the
> billing address:
http://code.google.com/apis/adwords/docs/developer/AccountInfo.html#b....
> It is also possible to access the API units used by a client account,
> which can be accomplished by using the getUnitCountForClients method
> of
> the InfoService:
http://code.google.com/apis/adwords/docs/developer/InfoService.html#g....
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Aug 5, 3:05 pm, Reed <r...@PowellGenealogy.com> wrote:
>
>
>
> > Is it possible to use the API to access montly account billing
> > information? I cannot see anything in the docs, so checking here with
> > the experts! Am hoping that I can automate my current manual process
> > of logging into each client's AdWords account to print out the monthly
> > invoicing information.
>
> > thanks- Hide quoted text -
>
> - Show quoted text -