Hello I'm integrating with Google Ads API V4.
Can I remove the userList after creating it use this : UserListServiceClient userListService = _adsClient.GetService(Services.V4.UserListService); UserList userList = new UserList { Name = name, Description = description, MembershipLifeSpan = membershipDuration, Type = UserListTypeEnum.Types.UserListType.CrmBased, CrmBasedUserList = new CrmBasedUserListInfo() { UploadKeyType = CustomerMatchUploadKeyTypeEnum.Types.CustomerMatchUploadKeyType.ContactInfo } }; UserListOperation userListOperation = new UserListOperation { Create = userList }; Looking forward to hearing from you. Thanks Sarah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7a37a872-def5-4865-842b-5bda7e521951n%40googlegroups.com.