Hi guys, I'm explorer the example AddCustomerMatchUserList.java provided by Google (https://github.com/googleads/google-ads-java/blob/main/google-ads-examples/src/main/java/com/google/ads/googleads/examples/remarketing/AddCustomerMatchUserList.java)
After execute the AddCustomerMatchUserList.java i got the information Offline user data job ID 33461554026 with type 'CUSTOMER_MATCH_USER_LIST' has status: PENDING To check the status of the job periodically, use the following GAQL query with GoogleAdsService.search: SELECT offline_user_data_job.resource_name, offline_user_data_job.id, offline_user_data_job.status, offline_user_data_job.type, offline_user_data_job.failure_reason, offline_user_data_job.customer_match_user_list_metadata.user_list FROM offline_user_data_job WHERE offline_user_data_job.resource_name = 'customers/5063574237/offlineUserDataJobs/33461554026' BUILD SUCCESSFUL in 5s 19 actionable tasks: 2 executed, 17 up-to-date Seems the 'CUSTOMER_MATCH_USER_LIST' has status: PENDING, also when i look at the segments there is 0 customers. Can someone help with? Thank you so much C[image: Screenshot 2023-09-14 at 16.29.55.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/a140ea50-5e40-4ea1-9269-0610a1b99e5an%40googlegroups.com.