Sure! Here's a short, clear, and well-structured version of your email, incorporating both user lists and keeping the tone professional and easy to follow: ------------------------------
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 [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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/888850b9-1588-4075-b94b-a9c706e2bc31n%40googlegroups.com.
