Hi, I'm glad you were able to isolate the source of the problem. We've heard some similar requests regarding more detailed usage breakdowns, but the general philosophy we've been operating under is that API unit cost book keeping is primarily the responsibility of the client application. Perhaps adding in some extra logging of method calls and units used would help to address the issue?
Best, - Eric Koleda, AdWords API Team On Nov 16, 7:18 am, "j.e.frank" <j.e.fr...@gmail.com> wrote: > I figured it out, and I feel kind of foolish now. I'll just post what > happened in case someone else runs into a similar issue. The way that > you retrieve fine-grained API usage is by passing in the name of a > service and the name of a method on that service. We had some code that > used the v13 API to manage bids, and of course we upgraded that code > before the v13 sunset. But, in my method to get fine-grained API usage, > I was still passing in the names of the v13 service and method > (CriterionService updateCriteria) instead of the v200909 service and > method that we had upgraded to (AdGroupCriterionService mutate). > > It would be handy if there were a way to get API usage broken down by > service/method, instead of having to ask for each service/method > combination. This would have prevented my confusion in this case, and > it would also be a good way to get a handle on how your code uses the > AdWords API without having super detailed knowledge of the code. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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