Hello,
I'm wondering the operation order to replace the Custom List with more than
100,000 customers.
Let says I have 15 to add.
Can I do it in one job
- create offline job
- add operation REMOVE_ALL
- add operation 95,000 create
- add operation 55,000 create
- run the offline job
or do I
Hello,
I'm trying to remove all customers for a customer list, using the REST API.
I got the request to get my list:
curl -f --request POST
"https://googleads.googleapis.com/v10/customers//googleAds:searchStream";
\
--header "Content-Type: application/json" \
--header "developer-t