Re: Multiple keyword CPC update

2016-09-20 Thread Wizard Meccup
Thank you понедельник, 19 сентября 2016 г., 21:10:03 UTC+3 пользователь Vishal Vinayak (Adwords API Team) написал: > > Hi, > > You can use the BatchJobService > > to > group multiple operations into a single req

Re: Multiple keyword CPC update

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can use the BatchJobService to group multiple operations into a single request, to speed up your bid modification process. Our Batch Processing Guide

Re: Multiple keyword CPC update

2016-09-19 Thread Wizard Meccup
I asked for multiple keyword bid update. This can be done only with the help BatchJobServise? For example I need to update bids for up to 1,000 keywords, how to do it easier? пятница, 16 сентября 2016 г., 0:12:54 UTC+3 пользователь Vishal Vinayak (Adwords API Team) написал: > > Hi, > > You can

Re: Multiple keyword CPC update

2016-09-15 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, You can update the bid of a keyword using AdGroupCriterionService . Please refer to this example

Multiple keyword CPC update

2016-09-15 Thread Wizard Meccup
I am looking at to change many keywords bid periodically. Which service should I use? MutateJobService and BulkMutateJobService are not exists in v201607 (current), but many links on page https://developers.google.com/adwords/api/docs/use-cases point to them. Where to find them and how to use