Re: Delete all users from Custom audience before uploading new user set

2021-08-20 Thread 'asharm...@agl.com.au' via AdWords API and Google Ads API Forum
Thanks Mark for your response. We are trying to refresh our existing user list in production, however, I am bit concern over the time it takes to delete all users from the list. I did one POC on my non prod user list which had 30K users with 17K match rate number. It took around 48 hrs to reflec

Re: Delete all users from Custom audience before uploading new user set

2021-08-20 Thread 'asharm...@agl.com.au' via AdWords API and Google Ads API Forum
Is there any suggestions here? On Wednesday, August 18, 2021 at 10:17:53 AM UTC+10 asharm...@agl.com.au wrote: > Hi Team, > > I am trying to delete all existing users from an existing custom audience > (user list) before adding new set of users. > > I am using below code: > > using (var userLis

Delete all users from Custom audience before uploading new user set

2021-08-17 Thread 'asharm...@agl.com.au' via AdWords API and Google Ads API Forum
Hi Team, I am trying to delete all existing users from an existing custom audience (user list) before adding new set of users. I am using below code: using (var userListService = (AdwordsUserListService)_adWordsUser.GetService(AdWordsService.v201809.AdwordsUserListService))