Hello,

I'm having trouble finding the information I need to retrieve a listid from 
AdwordsUserList Service. I see how to create a new list and retrieve the id 
as shown, below:

user_list = {
    'xsi_type': 'CrmBasedUserList',
    'name': audience_name + ' ' + str(uuid.uuid4()),
    'description': 'A list of customers that originated from email addresses',
    'membershipLifeSpan': 10000,
    'uploadKeyType': 'CONTACT_INFO'
}

# Create an operation to add the user list.
operations = [{
    'operator': 'ADD',
    'operand': user_list
}]

result = self.user_list_service.mutate(operations)
user_list_id = result['value'][0]['id']



But if I already have a list and only want to retrieve the user_list_id of 
an existing list, how do I do that?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads 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/af9fe4d9-2b62-46d3-92e9-2da0db2ebf24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Adwords... francisco via AdWords API and Google Ads API Forum
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to