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

Reply via email to