Re: MutateJobService Operations

2012-01-16 Thread Anash P. Oommen
Hi Ryan, About MJS: There is no minimum size on the number of operations in a job, there's a max of 1 operations per job. Also, there's nothing wrong with the PerformMutateJob or PerformBulkMutateJob examples, just that PerformMutateJob got renamed to AddKeywordsInBulk in the latest release

Re: MutateJobService Operations

2012-01-12 Thread Ryan M
Also, some of the code examples were removed when the php library v201109 examples were updated. For example the PerformMutateJob and PerformBulkMutateJob examples. Should I still be using those as examples or is there a problem with them? (Or did I just not see where they were placed) -- =~=

MutateJobService Operations

2012-01-12 Thread Ryan M
While switching our old api code over to the newest api I was looking at using the MutateJobService to replace our old BulkMutateJobs. Is there a minimum number of operations you must have when creating a batch or could I run, for example, only 5 bid updates in a job? Would it make more sense t