Re: Accessing User lists through a rest endpoint

2020-04-27 Thread Google Ads API Forum Advisor Prod
Hi Greg, I will be responding on behalf of my colleague Nikisha. You should still be able to use the following: End Point: https://googleads.googleapis.com Request URL: https://googleads.googleapis.com/v3/customers/{customer_id}/userLists:get Make sure your customer_id has no dashes and also t

Re: Accessing User lists through a rest endpoint

2020-04-26 Thread Gregory Gan
Hi guys, I'm also trying to find a way to list all userLists within my customer account, through preferably using the JSON Google Ads api. I tried to use the Request URL as suggested in the above reply, but seems to now work for v3 and v2 of the google ads api. So I was wondering if you can pr

RE: Accessing User lists through a rest endpoint

2020-02-11 Thread Google Ads API Forum Advisor Prod
Hello Vinod, Thank you for reaching out. Please find below the Google Ads API server endpoint where all requests are sent. Please refer to this guide for creating the request URL to make API calls using the API services. Attached the sample request URL below to get a list of available user lis

Accessing User lists through a rest endpoint

2020-02-10 Thread Vinod AC
Hello, I am a developer testing the google ad's api. I set up both a Production Manager account and Test Manager account successfully. I was able to successfully perform oauth and retrieve a list of customers using the following endpoint. https://googleads.googleapis.com/v2/customers:listAcces