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 that you properly set the 
request headers as explained here.

If you are able to use a client library, you can also accomplish this from the 
User List report.

If you are still having issues, please share your request and any errors you 
received via Reply privately to author so that I can further investigate the 
issue.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UV0Ode: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/LKOmL0Q9GNYP00T_0qUPTAQb-iVNrN2oOSVg%40sfdc.net.


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 provide a 
JSON example or if its not possible with google ads api, perhaps then an 
example in SOAP:XML for google adwords (if it's also possible with google 
adwords api).

Cheers,
Greg 

On Wednesday, February 12, 2020 at 2:02:37 AM UTC+10, adsapiforumadvisor 
wrote:
>
> 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 lists via API. For your other concern related to adding the members to 
> the user list, it is currently not possible to mutate the members of the 
> user lists via Google Ads API Beta. Our team is already aware of this 
> request. Please keep an eye on our blog post 
>  for updates related to this.
>
> End Point: https://googleads.googleapis.com
>
> Request URL: https://googleads.googleapis.com/v2/customers/{customer_id}/
> userLists:get
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UV0Ode: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/067aaa2d-1c13-4972-9f02-73203bfe385d%40googlegroups.com.


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 lists via API. For your other 
concern related to adding the members to the user list, it is currently not 
possible to mutate the members of the user lists via Google Ads API Beta. Our 
team is already aware of this request. Please keep an eye on our blog post for 
updates related to this.

End Point: https://googleads.googleapis.com

Request URL: 
https://googleads.googleapis.com/v2/customers/{customer_id}/userLists:get

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UV0Ode: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/Q4BAp0Q5JOJL00DC2A61WkT4mgTPprYkXAQw%40sfdc.net.


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:listAccessibleCustomers

I am next trying get a list of available UserLists. I am struggling to find 
the proper resource URL to retrieve them. I used 
https://googleads.googleapis.com/v2/customers/{customerId}/userlists  


however I am getting a 404 on it. can you point me to the right URL or a 
document that has list of available endpoints for Google Ads API. 

My final goal is to get 

   1. a list of UserLists
   2. Append a User into one of the lists


Note: I am not using any particular library and I would not like to. 
Ideally I would like only the resource urls to which I can directly perform 
a http request (through CURL or postman etc).

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1113ee0e-c8ce-4006-bec7-35606b6e10a6%40googlegroups.com.