Hello,
Any chance you have an example for those REST request please?
Thanks,
Nicolas
On Mon, May 23, 2022 at 4:21 PM propel uatmanager <
propel.uatmana...@gmail.com> wrote:
> Hello,
>
> Thanks for the quick reply.
>
> Would you have any concrete example of an HTTP request?
> I tried to reconstr
Hello,
Thanks for the quick reply.
Would you have any concrete example of an HTTP request?
I tried to reconstruct the necessary JSON based on the documentation, but I
wasn't able to make it work so far.
Also, is it possible to do all of this on a test account?
Thanks,
Nicolas
On Mon, May 23, 2
Hi Nicolas,
Thanks for reaching out. General instructions for removing data from a user
list is given here.
To remove all members from a user list using the REST API, you can use the
customers.offlineUserDataJobs REST resource. You should create an
offlineUserDataJob, then add an OfflineUserDa
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