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 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 < > [email protected]> wrote: > >> 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 following code : >>> >>> >>> { >>> >>> 'xsi_type':'AdParamService', >>> 'operator': 'SET', >>> 'operand': { >>> >>> 'xsi_type':'AdParam', >>> 'adGroupId': >>> ad_group_id, >>> >>> 'criterionId': keyword_id, >>> >>> 'insertionText': price, >>> >>> 'paramIndex': '1' >>> } >>> } >>> >>> but getting error- Type not found: 'ns0:AdParamService' >>> >>> what should be xsi_type in the above code? >>> >>> Thanks in advance! >>> >>> Regards, >>> Ashish Pathak >>> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
