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

2021-08-24 Thread Google Ads API Forum Advisor
Hello,

There is not a documented benchmark for removal time, although it can take up 
to 12 hours for a new user list to be uploaded. You might try to use the new 
Google Ads API to remove/upload Customer Match lists and see if there is a 
reduced processing time. Please also note that the AdWords API sunsets in April 
2022.

Regards,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2Lo8TZ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/05QWo0QYCLSK00MgG-FpbNTVOnFhUsNMXldQ%40sfdc.net.


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 reflect the updated result.

Shall I be expecting the same 48hrs delay or even more than that with my 
PROD user list which has 2 to 3 millions users?

Thanks,
Abhinav Sharma

On Friday, August 20, 2021 at 6:30:08 PM UTC+10 asharm...@agl.com.au wrote:

> 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 userListService =
>> 
>> (AdwordsUserListService)_adWordsUser.GetService(AdWordsService.v201809.AdwordsUserListService))
>> {
>> //set the partial Failure as true
>> userListService.RequestHeader.partialFailure = true;
>>
>> var mutateMembersOperation = new MutateMembersOperation
>> {
>> operand = new MutateMembersOperand
>> {
>> userListId = long.Parse(customAudienceId),
>> membersList = null,
>> removeAll = true
>> },
>> @operator = Operator.REMOVE
>> };
>> 
>> var mutateMembersResult = await 
>> userListService.mutateMembersAsync(
>> new MutateMembersOperation[]
>> {
>> mutateMembersOperation
>> });
>> }
>>
>> My question is: 
>> Do I need to wait for all existing users to be deleted from the existing 
>> custom audience (user list) before adding new set of users ?
>>
>> Thanks,
>> Abhinav
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2f7cf90d-72d4-4551-aa97-c820bdf858d0n%40googlegroups.com.


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 userListService =
> 
> (AdwordsUserListService)_adWordsUser.GetService(AdWordsService.v201809.AdwordsUserListService))
> {
> //set the partial Failure as true
> userListService.RequestHeader.partialFailure = true;
>
> var mutateMembersOperation = new MutateMembersOperation
> {
> operand = new MutateMembersOperand
> {
> userListId = long.Parse(customAudienceId),
> membersList = null,
> removeAll = true
> },
> @operator = Operator.REMOVE
> };
> 
> var mutateMembersResult = await 
> userListService.mutateMembersAsync(
> new MutateMembersOperation[]
> {
> mutateMembersOperation
> });
> }
>
> My question is: 
> Do I need to wait for all existing users to be deleted from the existing 
> custom audience (user list) before adding new set of users ?
>
> Thanks,
> Abhinav
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b5dec5e4-2caa-4d86-8531-49bd1943b67en%40googlegroups.com.


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

2021-08-19 Thread Google Ads API Forum Advisor
Hello Abhinav,

Thank you for reaching out to us.

As for your question (Do I need to wait for all existing users to be deleted 
from the existing custom audience (user list) before adding new set of users 
?), as per best practices, you would need to complete first that delete request 
before adding new users. There are instances wherein multiple processes are 
trying to update the same entity at the same time. With that, you might 
encounter the CONCURRENT_MODIFICATION error.

Regards,

Mark Kevin Albios
Google Ads API Team
ref:_00D1U1174p._5004Q2Lo8TZ:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/Y3OHD0QY312600pJqH-KpeRFiWDO5o41tJpA%40sfdc.net.