Hi, I'm also getting this issue, when I run the below code:
user_list_srv = adwords.service(:AdwordsUserListService, 'v201809') user_list = { :xsi_type => 'CrmBasedUserList', :name => 'Customer relationship management list #%d' % Time.new.usec, :description => 'A list of customers that originated from email addresses', # CRM-based user lists can use a membershipLifeSpan of 10000 to indicate # unlimited; otherwise normal values apply. :membership_life_span => 30, :upload_key_type => 'CONTACT_INFO' } operation = { :operand => user_list, :operator => 'ADD' } result = user_list_srv.mutate([operation]) user_list_id = result[:value].first[:id] I am using the test account and need confirmation if its due to test account or issue in something else?? [image: image.png] On Tuesday, February 23, 2021 at 4:34:10 PM UTC+5 Coder wrote: > Thank you for the support provided. > I have contacted the responsible for java client library and added bug > <https://github.com/googleads/google-ads-java/issues/402> there. > > On Tuesday, February 23, 2021 at 9:21:48 AM UTC adsapiforumadvisor wrote: > >> Hi, >> >> Thank you for the reply. >> >> Since your question is client library specific, then I am afraid that our >> team could no longer be able to provide any insights as it is already >> outside of our scope. I would recommend reaching out to the author of the >> client library instead by posting the concern here >> <https://github.com/googleads/google-ads-java/issues> as they are more >> equipped to provide support to your concern. >> >> Regards, >> [image: Google Logo] >> Ernie John Blanca Tacata >> Google Ads API Team >> >> >> ref:_00D1U1174p._5004Q2CPseQ:ref >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/50ed67a2-cff5-4b9b-856a-7312d8d085a6n%40googlegroups.com.