Hi, I am using Python API to add sitelinks at adgroup level, I am trying to do bulk changes using the code below but its showing error * invalid xsi_type*
operations.append({ *'xsi_type': 'AdGroupFeedOperation',* 'operator': 'ADD', 'operand':{ 'feedId': sitelinks_data['feed_Id'], 'adGroupId': ad_groupId, 'matchingFunction': feed_item_function, 'placeholderTypes': [PLACEHOLDER_SITELINKS] } }) policy = { 'prerequisiteJobIds': [] } bulkMutate(operations,policy,client) can you tell me which xsi_type i have to use, i used from AdGroupFeedService?wsdl Link <https://adwords.google.com/api/adwords/cm/v201402/AdGroupFeedService?wsdl> Thank you! Anup 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.