Hi guys, is there a way to get the history of charges through the API? If not, devs, could you please add it to the AccountService?
I have multiple accounts with the same card under MCC. Every time I see a charge on the card, I have to go through each account just to see which one generated the charge. Being able to run an app that uses the API and queries all accounts would help a lot.
On Fri, Nov 03, 2006 at 09:02:18PM -0800, Konstantin Goudkov wrote: > Hi guys, is there a way to get the history of charges through the API? > If not, devs, could you please add it to the AccountService?
> I have multiple accounts with the same card under MCC. > Every time I see a charge on the card, I have to go through each > account just to see which one generated the charge. Being able to run > an app that uses the API and queries all accounts would help a lot.
We solved this by modifying our client app to log the email, clientEmail, operations and quota headers after each SOAP request. It just logs it into a CSV file which can be easily post-processed to attribute costs to clients.
An update to our AdWords API Toolkit which incorporates these changes will appear soon (sooner if someone requests it from me).
Richard Jones wrote: > On Fri, Nov 03, 2006 at 09:02:18PM -0800, Konstantin Goudkov wrote: >> Hi guys, is there a way to get the history of charges through the API? >> If not, devs, could you please add it to the AccountService?
>> I have multiple accounts with the same card under MCC. >> Every time I see a charge on the card, I have to go through each >> account just to see which one generated the charge. Being able to run >> an app that uses the API and queries all accounts would help a lot.
> We solved this by modifying our client app to log the email, > clientEmail, operations and quota headers after each SOAP request. It > just logs it into a CSV file which can be easily post-processed to > attribute costs to clients.
> An update to our AdWords API Toolkit which incorporates these changes > will appear soon (sooner if someone requests it from me).
Richard Jones wrote: > > On Fri, Nov 03, 2006 at 09:02:18PM -0800, Konstantin Goudkov wrote: > >> Hi guys, is there a way to get the history of charges through the API? > >> If not, devs, could you please add it to the AccountService?
> >> I have multiple accounts with the same card under MCC. > >> Every time I see a charge on the card, I have to go through each > >> account just to see which one generated the charge. Being able to run > >> an app that uses the API and queries all accounts would help a lot.
> > We solved this by modifying our client app to log the email, > > clientEmail, operations and quota headers after each SOAP request. It > > just logs it into a CSV file which can be easily post-processed to > > attribute costs to clients.
> > An update to our AdWords API Toolkit which incorporates these changes > > will appear soon (sooner if someone requests it from me).