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
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
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.
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,*
*