Re: MutateJobService with mix operations

2012-02-13 Thread AdWordsAPIAdvisor
under ~100 there is no need for extra grouping. We recommend avoiding jobs that hit hundreds of ad groups, hitting 20 in one job is ok. -Danial, AdWords API Team. Original Message Follows: From: George Ciubotaru Subject: Re: MutateJobService with mix operations Date

Re: MutateJobService with mix operations

2012-02-10 Thread George Ciubotaru
Hello Danial, Since I'm always grouping together operations of the same type, what is the benefit of using MutateJobService against ordinary service mutate (except asynchronicity)? Here is how I create full campaigns: 1. create (N) campaigns using a single MutateJobService job 2. having (M) ad-

Re: MutateJobService with mix operations

2012-02-09 Thread Danial Klimkin
Hello George, Currently it is not possible to create campaign and ad group under it in the same job. We have this logged as a feature request already. You are correct the best way to do it is to use 3-4 jobs. Also, please note for future we recommend to group jobs per campaign and ad group. Th

MutateJobService with mix operations

2012-02-07 Thread George Ciubotaru
Hello, I'm planning to use the AdWords API to build full campaigns. It looks like the best candidate for heavy jobs like this one is MutateJobService since it allows me to mix operations (campaigns, adgroups, ...) in a single request. But since all I'm building is new (from campaign to ads & k