Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, I'm not much of a Python expert, so please bear with me on formatting and style, but the following snippet worked for me: rule = { 'operator': 'ALL', 'ruleOperands': [ { 'UserList': { 'xsi_type': 'BasicUserList',

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Sorry, I just realized I sent you an example for rule based user lists. I'll look into this and try to provide you with some Python snippets to help. In the meantime, Damien, if you have a snippet that could help, please share it here. Thanks, Josh, AdWords API Team On Monday, March 5,

Re: Error while trying to add a LogicalUserList

2018-03-05 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Could you check out the add_rule_based_user_lists.py example and then let me know if that doesn't clear up your question? Thanks, Josh, AdWords API Team On

Re: Error while trying to add a LogicalUserList

2018-03-02 Thread iukhnovychv
hi, what you exactly changed in your pythone code? W dniu poniedziałek, 20 lipca 2015 19:50:01 UTC+2 użytkownik Damien napisał: > > Hi Josh, > > Thank you very much, this solved my problem and I've been able to > successfully create my LogicalUserList. > > Damien > > On Monday, July 20, 2015 at

Re: Error while trying to add a LogicalUserList

2015-07-20 Thread Josh Radcliff (AdWords API Team)
Hi Damien, I think the issue here is your ruleOperands https://developers.google.com/adwords/api/docs/reference/v201506/AdwordsUserListService.UserListLogicalRule#ruleOperands. This attribute should be a list of LogicalUserListOperand

Re: Error while trying to add a LogicalUserList

2015-07-20 Thread Damien
Hi Josh, Thank you very much, this solved my problem and I've been able to successfully create my LogicalUserList. Damien On Monday, July 20, 2015 at 10:24:21 AM UTC-4, Josh Radcliff (AdWords API Team) wrote: Hi Damien, I think the issue here is your ruleOperands

Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Josh Radcliff (AdWords API Team)
Hi Damien, In the past, I've seen this error when the SOAP XML was malformed. Could you post your request XML with sensitive information removed (such as your developer token) so I can check it? Thanks, Josh, AdWords API Team On Thursday, July 16, 2015 at 8:56:54 AM UTC-4, Damien wrote: Hi,

Re: Error while trying to add a LogicalUserList

2015-07-17 Thread Damien
Hi Josh, Here is the Python logger output, you can find the XML request below (all sensitive information replaced by [removed]): DEBUG:suds.transport.http:opening (https: //adwords.google.com/api/adwords/rm/v201502/AdwordsUserListService?wsdl) DEBUG:suds.transport.http:sending: URL: https: