Re: Adding customer match ids to an existing user list (python)

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Stephen, Thank you for reaching out. Could you please share the complete request and response logs along with the source code you used via the Reply privately to author option for us to further investigate? If it is disabled, please send the requested information directly to our alias at goo

Re: Adding customer match ids to an existing user list (python)

2021-02-23 Thread 'Stephen Waters' via AdWords API and Google Ads API Forum
Hi Xiaoming Thanks for replying I am unfortunately still struggling with this - I believe the resource name is what I was/am passing there? Additionally when I run the example code from github now (which creates 1x list matching 1x email) I see "Waiting until operation completes..." & then noth

RE: Adding customer match ids to an existing user list (python)

2021-02-17 Thread Google Ads API Forum Advisor Prod
Hi Stephen, Thank you for reaching out. You would need to pass in the resource name rather than a user list id or name. You could first create the resource name of the user list in the form of customers/{customer_id}/userLists/{user_list_id} and then pass it in the def _add_users_to_customer_ma