Hi Team,
I hope you're doing well. I wanted to kindly follow up on my previous query regarding the clarification on audience segment eligibility via API. I understand that responses can take time, and I truly appreciate the effort your team puts into reviewing each case carefully. If there’s any update or further clarification needed from my end to help move things forward, please feel free to let me know. I’d be happy to assist. Looking forward to your response whenever possible. On Wednesday, May 14, 2025 at 6:29:29 AM UTC+5:30 Amit Tomar wrote: > Dear Team, > > Thank you for your helpful response. > > I have a follow-up question regarding user list visibility in the Audience > Segments section. > > I have a CRM-based user list (Customer_list_10_Oct) with the following > details: > > - > > membership_status: OPEN > - > > eligible_for_display: true > - > > size_for_display: 300 > > Despite meeting these criteria, this list is *not visible* under *Targeting > > Audience Segments > Your data segments* in the UI. > > At the same time, I created another list named *"Validation Segment > (Test)"*, which is *visible* in the UI — even though its size_for_display > is *0*. This one is a rule-based list with similar status fields set to > eligible and open. > > Could you please help clarify why the first list is not showing up for > targeting, while the second one with zero size is visible? > > Appreciate your support. > > On Wednesday, May 14, 2025 at 12:11:44 AM UTC+5:30 Google Ads API Forum > Advisor wrote: > >> Hi, >> >> Thank you for contacting the Google Ads API support team. >> >> 1. Yes, you can validate whether a Customer Match list is eligible for >> targeting by querying a *user_list.membership_status* >> <https://developers.google.com/google-ads/api/fields/v19/user_list?hl=en#user_list.membership_status> >> >> field from the *user_list* >> <https://developers.google.com/google-ads/api/fields/v19/user_list?hl=en> >> service which indicates whether a user list is open or active. And only >> open user lists can accumulate more users and can be targeted to. >> >> 2. Note that Google imposes a minimum size before the list becomes >> targetable. I would recommend you to query the below using *user_list* >> <https://developers.google.com/google-ads/api/fields/v19/user_list?hl=en> >> service to check whether the list is targetable based on list size. >> >> >> SELECT user_list.name, user_list.resource_name, user_list.size_for_display, >> user_list.size_for_search, user_list.eligible_for_display, >> user_list.eligible_for_search FROM user_list WHERE user_list.resource_name = >> customers/{customer_id}/userLists/{user_list_id} >> >> The fields user_list.eligible_for_display and >> user_list.eligible_for_search returns a boolean value (true or false) which >> indicates whether the list is eligible for Google Display Network or Google >> Search Network. >> Thanks, >> >> [image: Google Logo] Google Ads API Team >> Feedback >> How was our support today? >> >> [image: rating1] >> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=1&entry.295079254=500Ht00001qWoWIIA0> >> >> [image: rating2] >> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=2&entry.295079254=500Ht00001qWoWIIA0> >> >> [image: rating3] >> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=3&entry.295079254=500Ht00001qWoWIIA0> >> >> [image: rating4] >> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=4&entry.295079254=500Ht00001qWoWIIA0> >> >> [image: rating5] >> <https://docs.google.com/forms/d/e/1FAIpQLSeRhIg5VeThVmbcD0c5DTWTDjmpJuSktN8vFelEL7_KV_Orbg/viewform?usp=pp_url&entry.141427034=5&entry.295079254=500Ht00001qWoWIIA0> >> [2025-05-13 18:40:59Z GMT] This message is in relation to case >> "ref:!00D1U01174p.!500Ht01qWoWI:ref" (ADR-00305441) >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "Google Ads API and AdWords 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 visit https://groups.google.com/d/msgid/adwords-api/fbc0c5a6-9c3a-49c8-acc8-fbd983ade3a4n%40googlegroups.com.