Hello!

I want to create automatized tools for AdWords and I have a problem with 
understanding of, what is xsi:type?


 label_service = AdWordsClient.GetService('LabelService', version='v201702')
operations = [{
'operator': 'ADD',
'operand': {
'name': CampLab,
},
'settings': [
{
'xsi_type': 'CONTENT_LABEL'
}
]
}]
labels = label_service.mutate(operations)

Variable CampLab is inherited from another function, but the problematic 
place I have is "xsi_type", I haven't found any information on what that 
might be!

suds.TypeNotFound: Type not found: 'ns0:CONTENT_LABEL'

This is the error I recieve.
Btw, I am doing this in python.

Toms Martins Simanis

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a8412c1a-5b17-41b3-a450-3ceae1b78671%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • LabelSer... Toms Mārtiņš Sīmanis
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
      • ... Toms Mārtiņš Sīmanis

Reply via email to