Thanks Bharani. We figured out that we were accidentally fetching a list of type SimilarUserList (instead of CrmBasedUserList) for adding users, because the list API equals operator is fuzzy as opposed to being an exact match.
We are now in the process of fixing our integration such that we also filter on list type when we fetch a list for adding users. However, we came across some questions while doing so - we found that the list of type SimilarUserList was seemingly automatically created by Google. We had created a list with the name "MG_CUST" of type CrmBasedUserList and subsequently we found an additional list with the name "Similar to MG_CUST" of type SimilarUserList. We would hence like to know the following: 1. Can a CrmBasedUserList be renamed? In my example above, can "MG_CUST" be renamed to, say, "ABC"? If yes, will the auto-created SimilarUserList also be automatically renamed by Google? In the example above, will the SimilarUserList automatically be renamed to "Similar to ABC"? 2. Can a SimilarUserList be created via the API? If not, how can I get Google to create a SimilarUserList that corresponds to my CrmBasedUserList? This is needed so that we can test our integration code fix. Thanks in advance! Priyanka. On Wednesday, May 1, 2019 at 5:40:12 AM UTC-7, googleadsapi-forumadvisor wrote: > > Hello Priyanka, > > The error is specific to the the user list type that you are uploading to > does not have listType > <https://developers.google.com/adwords/api/docs/reference/v201710/AdwordsUserListService.UserList#listtype> > or > the listType is invalid. > > Thanks, > Bharani, Google Ads API Team > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and discussion group: > https://ads-developers.googleblog.com/search/label/google_ads_api > https://developers.google.com/adwords/api/community/ > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > Was your question answered? Please rate your experience with us by taking > a short survey. > If not -- reply to this email and tell us what else we can do to help. > > Take Survey > <https://support.google.com/google-ads/contact/survey_transactional?caseid=6-5897000026236&hl=en&ctx=1> > > Also find us on our blog and discussion group: > http://googleadsdeveloper.blogspot.com/search/label/adwords_api > https://developers.google.com/adwords/api/community/ > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/09c769f8-c937-45c4-8828-bdc6a6f34759%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
