Hi,

Yes, if you want to get usage of the mutate method you need to specify
the operator field.

Best,
- Eric

On Apr 12, 1:35 pm, BeeGeez <brianpgra...@gmail.com> wrote:
> Thanks.  I thought it might be something like that.  Do I also need to
> include the method operator (if the mutate method is being examined)?
>
> On Apr 12, 9:34 am, AdWords API Advisor <adwordsapiadvi...@google.com>
> wrote:
>
>
>
> > Hi,
>
> > To get the unit count per method you would use the UNIT_COUNT
> > apiUsageType while also specifying the serviceName and methodName
> > fields of the selector.
>
> >   <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
> > envelope/" xmlns:v20="https://adwords.google.com/api/adwords/info/
> > v200909" xmlns:v201="https://adwords.google.com/api/adwords/cm/
> > v200909">
> >      <soapenv:Header>
> >         <v20:RequestHeader>
> >           ...
> >         </v20:RequestHeader>
> >      </soapenv:Header>
> >      <soapenv:Body>
> >         <v20:get>
> >            <v20:selector>
> >               <v20:serviceName>CampaignService</v20:serviceName>
> >               <v20:methodName>get</v20:methodName>
> >               <v20:dateRange>
> >                  <v201:min>20090701</v201:min>
> >                  <v201:max>20091201</v201:max>
> >               </v20:dateRange>
> >               <v20:apiUsageType>UNIT_COUNT</v20:apiUsageType>
> >            </v20:selector>
> >         </v20:get>
> >      </soapenv:Body>
> >   </soapenv:Envelope>
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Apr 9, 5:08 pm, BeeGeez <brianpgra...@gmail.com> wrote:
>
> > > The v13 info service has a method called GetUnitCountForMethod.  The
> > > METHOD_COST apiUsageType is a replacement for the GetMethodCost() v13
> > > method but the Per-Call Migration Guide doesn't offer a replacment for
> > > GetUnitCountForMethod.  Any suggestions?- Hide quoted text -
>
> > - Show quoted text -

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to