RE: add-customer-match-user-list

2022-07-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. For you to check whether the list is actually created, You may use offline_user_data_job.status field from offline_user_data_job report to check the status of creating and executing an asynchronous job to add users to the Customer Match user list. Best

add-customer-match-user-list

2022-07-10 Thread 'Kanatorn (Tah) Tangkitoangkana' via Google Ads API and AdWords API Forum
Hi, I use https://developers.google.com/google-ads/api/docs/samples/add-customer-match-user-list to create customer match user list. After I ran the query (GQL) to check and found that the job ran successfully. But I do not know where to check whether the list is actually create. Can you

Add Customer Match User List

2022-04-05 Thread Juan pablo Rubianes
Hello in the example: private String createCustomerMatchUserList(GoogleAdsClient googleAdsClient, long customerId) { // Creates the new user list. UserList userList = UserList.newBuilder() .setName("Customer Match list #" + getPrintableDateTime())