Hello Mark, Right, unfortunately using a different Application token wouldn't help you there as there is no way to filter on Application token using the InfoServce (or in any other AdWords API service, as far as I recall).
We also have a policy of not granting multiple Developer tokens to the same company, so that's not a viable approach. What makes the most sense given those limitations is for you to keep track of each application's usage on your end via the information returned in the "units" response header: http://code.google.com/apis/adwords/docs/developer/index.html#adwords_api_intro_response Most of the client libraries expose this information to your application after each call completes, and some of the client libraries will keep a running tally of all the units consumed for the entire duration of the program's execution. Cheers, -Jeff Posnick, AdWords API Team On Mar 19, 12:08 pm, Mark <mcand...@gmail.com> wrote: > We're attempting to do a few things, but mainly we want to get reports > of our API usage by application. Our new application will have a > different pricing model for API usage. Historically, we've done this > through the InfoService, but moving forward in the new application, > we'd like to track our usage as we make the calls through our own > logging. So, what I'm attempting to do is make a getUnitCount() or > getUnitCountForMethod() call and receive all the units used by our > legacy application. But if I'm understanding this right, this call > would retrieve all the units used by our developer token regardless of > application token? So the only way to separate the usage via these > calls would be to create a new developer token? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---