Re: Trouble in Delete user_list

2020-12-17 Thread Vikram Singh
Hi, I have tried your suggestion and updated to the latest version, but I'm getting the same error message, but the same code is running fine in case of Rule-based Audience can you please suggest why this is not working in the case of CrmBasedUserList? On Tue, Dec 15, 2020 at 10:29 AM Vikram Sing

Re: Trouble in Delete user_list

2020-12-14 Thread Vikram Singh
Thank you for your response. On Tue, Dec 15, 2020 at 9:21 AM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Vikram, > > Thank you for reaching out. > > I noticed that you're still using the v3 version of the Google Ads API. I > would recommend that you also consider

RE: Trouble in Delete user_list

2020-12-14 Thread Google Ads API Forum Advisor Prod
Hi Vikram, Thank you for reaching out. I noticed that you're still using the v3 version of the Google Ads API. I would recommend that you also consider migrating to the latest version. Moving forward, based on the logs, it appears that you may be trying to mutate a read-only type of userlist.

Trouble in Delete user_list

2020-12-11 Thread Vikram Singh
I'm not able to delete a selected userlist, code is as below *var userClient = client.GetService(Services.V3.UserListService);* *UserListOperation operation = new UserListOperation()* *{* *Remove = resource_name,* *