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
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
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