Hi,

I have a python script to upload some crm based lists.
It was working but now produces the following error

Server raised fault: '[MutateMembersError.INVALID_USER_LIST_ID @ 
operations[0].o
perand.userListId; trigger:'UserListId: *listid*']'

^*listid* is 9 chars long and all numbers.

the mutate members operation looks like:

  mutate_members_operation = {
      'operand': {
          'userListId': user_list_id,
          #'dataType': 'EMAIL_SHA256',
          'membersList': hashed_emails
      },
      'operator': addremove
  }

where addremove either equals 'ADD' or 'REMOVE', hashed_emails is what it 
sounds like, as is user_list_id. I am using v201705. Is there anything I am 
obviously doing wrong?

Thanks

Stephen

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/87c73387-91e3-47ae-a052-74d0c0d27e5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • How to r... stephen . waters . scripts
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to