Re: Access Adwords billing info through API in python

2013-03-04 Thread MS
Thanks, Anash. That is what I needed. Regards, MS On Thursday, February 28, 2013 10:09:23 PM UTC-8, Anash P. Oommen (AdWords API Team) wrote: > > Hi, > > I think you need to run an account performance report. You can find the > details here: > https://developers.google.com/adwords/api/docs/app

Re: Access Adwords billing info through API in python

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi, I think you need to run an account performance report. You can find the details here: https://developers.google.com/adwords/api/docs/appendix/reports. You can find a code example for running reports at https://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle

Access Adwords billing info through API in python

2013-02-26 Thread MS
Hello, I am putting together some statistics for my company which include the cost per day for each user that registers. My current method is to login to adwords, download the billing information (.csv file) and load the billing information into python to do my calculation. I know a