Since this month we have been using the MutateJobService to decrease our 
API unit cost.

Looking at the API unit consumption with the InfoService, the cost of all 
the services we use through the MutateJobService has been roughly divided 
by 2.

However, the cost of the MutateJobService.mutate method is huge for the 
month (it is 35% of all our API unit cost).

Further investigations show that one call to MutateJobService.mutate does 
not cost 1 API unit, but the number of operations processed instead.

My detailed experiment is the following:
With the infoService, get how many API units where consumed by 
MutateJobService.mutate : 59885
execute MutateJobService.mutate with 227 operations
execute MutateJobService.mutate with 1236 operations
execute MutateJobService.mutate with 64 operations
execute MutateJobService.mutate with 7 operations
execute MutateJobService.mutate with 6 operations
execute MutateJobService.mutate with 609 operations
Pull the the infoService until the MutateJobService.mutate API unit 
consumption is updated : 62034

So for 6 calls to MutateJobService.mutate, the InfoService returns an 
increase of API unit consumption for MutateJobService.mutate of 2149 which 
is the number of operations processed in all the bulk jobs. Shouldn't it be 
6 instead ?

Please help

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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