Re: Type for setting Ad Parameters

2014-04-11 Thread Danial Klimkin
Hello Ashish, MutateJobService does not support AdParams at the moment. Please use AdParamService. Note, it still can except multiple (thousands) of ad params in one request. -Danial, AdWords API Team. On Friday, April 11, 2014 5:23:00 PM UTC+4, Ashish Pathak wrote: > > Yes I'm using Python

Re: Type for setting Ad Parameters

2014-04-11 Thread Ashish Pathak
Yes I'm using Python Adword API library, I wan't to set parameter value using bulk mutate service, So that I can change value of all parameters in one request. On Fri, Apr 11, 2014 at 6:50 PM, Danial Klimkin < adwordsapiadvisor+dan...@google.com> wrote: > Hello Ashish, > > > What service are you

Re: Type for setting Ad Parameters

2014-04-11 Thread Danial Klimkin
Hello Ashish, What service are you using (is it AdParamService or MJS)? Are you using any of our client libraries? -Danial, AdWords API Team. On Thursday, April 10, 2014 6:59:49 PM UTC+4, Ashish Pathak wrote: > > Hi, > > I'm trying to upload value of keyword ad parameters in bulk. > > using

Re: Type for setting Ad Parameters

2014-04-11 Thread Ashish Pathak
{ 'xsi_type':'AdParamOperation', 'operator': 'SET', 'oper

Type for setting Ad Parameters

2014-04-10 Thread Ashish Pathak
Hi, I'm trying to upload value of keyword ad parameters in bulk. using following code : { 'xsi_type':'AdParamService', 'operator': 'SET',